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 | ElasticTwoLayerMesh< ELEMENT > |
Two layer mesh which employs a pseudo-solid node-update strategy. This class is essentially a wrapper to an ElasticRectangularQuadMesh, with an additional boundary to represent the interface between the two fluid layers. In addition, the mesh paritions the elements into those above and below the interface and relabels boundaries so that we can impose a volume constraint on the lower or upper fluid. 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... | |
int main | ( | ) |
Main driver: Build problem and initiate parameter study.
Definition at line 1229 of file static_two_layer.cc.
References CapProblem< ELEMENT >::parameter_study().