Unstructured fluid problem. More...
Public Member Functions | |
UnstructuredFluidProblem () | |
Constructor. More... | |
~UnstructuredFluidProblem () | |
Destructor (empty) More... | |
ElasticTriangleMesh< ELEMENT > *& | fluid_mesh_pt () |
Access function for the fluid mesh. More... | |
void | set_boundary_conditions () |
Set the boundary conditions. More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
Private Attributes | |
ElasticTriangleMesh< ELEMENT > * | Fluid_mesh_pt |
Fluid mesh. More... | |
Unstructured fluid problem.
Definition at line 150 of file unstructured_two_d_fluid.cc.
UnstructuredFluidProblem< ELEMENT >::UnstructuredFluidProblem | ( | ) |
Constructor.
Definition at line 186 of file unstructured_two_d_fluid.cc.
|
inline |
Destructor (empty)
Definition at line 159 of file unstructured_two_d_fluid.cc.
void UnstructuredFluidProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 343 of file unstructured_two_d_fluid.cc.
|
inline |
Access function for the fluid mesh.
Definition at line 162 of file unstructured_two_d_fluid.cc.
Referenced by main().
void UnstructuredFluidProblem< ELEMENT >::set_boundary_conditions | ( | ) |
Set the boundary conditions.
Set the boundary conditions for the problem and document the boundary nodes
Definition at line 218 of file unstructured_two_d_fluid.cc.
References Global_Physical_Variables::Constitutive_law_pt, and Global_Physical_Variables::Re.
|
private |
Fluid mesh.
Definition at line 176 of file unstructured_two_d_fluid.cc.