Public Member Functions | Private Attributes | List of all members
UnstructuredFluidProblem< ELEMENT > Class Template Reference

Unstructured fluid problem. More...

Inheritance diagram for UnstructuredFluidProblem< ELEMENT >:

Public Member Functions

 UnstructuredFluidProblem ()
 Constructor.
 
 ~UnstructuredFluidProblem ()
 Destructor (empty)
 
ElasticTriangleMesh< ELEMENT > *& fluid_mesh_pt ()
 Access function for the fluid mesh.
 
void set_boundary_conditions ()
 Set the boundary conditions.
 
void doc_solution (DocInfo &doc_info)
 Doc the solution.
 

Private Attributes

ElasticTriangleMesh< ELEMENT > * Fluid_mesh_pt
 Fluid mesh.
 

Detailed Description

template<class ELEMENT>
class UnstructuredFluidProblem< ELEMENT >

Unstructured fluid problem.

Definition at line 146 of file unstructured_two_d_fluid.cc.

Constructor & Destructor Documentation

◆ UnstructuredFluidProblem()

Constructor.

Definition at line 182 of file unstructured_two_d_fluid.cc.

◆ ~UnstructuredFluidProblem()

Destructor (empty)

Definition at line 155 of file unstructured_two_d_fluid.cc.

Member Function Documentation

◆ doc_solution()

template<class ELEMENT >
void UnstructuredFluidProblem< ELEMENT >::doc_solution ( DocInfo doc_info)

Doc the solution.

Definition at line 339 of file unstructured_two_d_fluid.cc.

◆ fluid_mesh_pt()

template<class ELEMENT >
ElasticTriangleMesh< ELEMENT > *& UnstructuredFluidProblem< ELEMENT >::fluid_mesh_pt ( )
inline

Access function for the fluid mesh.

Definition at line 158 of file unstructured_two_d_fluid.cc.

References UnstructuredFluidProblem< ELEMENT >::Fluid_mesh_pt.

◆ set_boundary_conditions()

template<class ELEMENT >
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.

Member Data Documentation

◆ Fluid_mesh_pt

template<class ELEMENT >
ElasticTriangleMesh<ELEMENT>* UnstructuredFluidProblem< ELEMENT >::Fluid_mesh_pt
private

Fluid mesh.

Definition at line 172 of file unstructured_two_d_fluid.cc.

Referenced by UnstructuredFluidProblem< ELEMENT >::fluid_mesh_pt().


The documentation for this class was generated from the following file: