///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// 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 146 of file unstructured_two_d_fluid.cc.
UnstructuredFluidProblem< ELEMENT >::UnstructuredFluidProblem |
Constructor.
Definition at line 182 of file unstructured_two_d_fluid.cc.
|
inline |
Destructor (empty)
Definition at line 155 of file unstructured_two_d_fluid.cc.
void UnstructuredFluidProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 339 of file unstructured_two_d_fluid.cc.
|
inline |
Access function for the fluid mesh.
Definition at line 158 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 214 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 172 of file unstructured_two_d_fluid.cc.