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

///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...

Inheritance diagram for UnstructuredFluidProblem< ELEMENT >:

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...
 

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()

template<class ELEMENT >
UnstructuredFluidProblem< ELEMENT >::UnstructuredFluidProblem

Constructor.

Definition at line 182 of file unstructured_two_d_fluid.cc.

◆ ~UnstructuredFluidProblem()

template<class ELEMENT >
UnstructuredFluidProblem< ELEMENT >::~UnstructuredFluidProblem ( )
inline

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.

Referenced by main().

◆ 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.


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