Classes | Namespaces | Functions | Variables
static_single_layer.cc File Reference

Go to the source code of this file.

Classes

class  CapProblem< ELEMENT >
 A Problem class that solves the Navier–Stokes equations + free surface in a 2D geometry using a spine-based node update. More...
 
class  PseudoSolidCapProblem< ELEMENT >
 A class that solves the Navier–Stokes equations to compute the shape of a static interface in a rectangular container with imposed contact angle at the boundary. More...
 

Namespaces

 Global_Physical_Variables
 Namespace for phyical parameters.
 

Functions

void Global_Physical_Variables::wall_unit_normal_fct (const Vector< double > &x, Vector< double > &normal)
 Function that specifies the wall unit normal. More...
 
int main ()
 Main driver: Build problem and initiate parameter study. More...
 

Variables

double Global_Physical_Variables::Nu =0.1
 Pseudo-solid Poisson ratio. More...
 
Vector< double > Global_Physical_Variables::Wall_normal
 Direction of the wall normal vector. More...
 

Function Documentation

◆ main()

int main ( )

Main driver: Build problem and initiate parameter study.

Definition at line 1012 of file static_single_layer.cc.

References CapProblem< ELEMENT >::parameter_study().