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

Entry flow problem in quarter tube domain. More...

Inheritance diagram for EntryFlowProblem< ELEMENT >:

Public Member Functions

 EntryFlowProblem (DocInfo &doc_info, const double &min_error_target, const double &max_error_target)
 Constructor: Pass DocInfo object and target errors.
 
 ~EntryFlowProblem ()
 Destructor (empty)
 
void actions_after_newton_solve ()
 Doc the solution after solve.
 
void actions_before_newton_solve ()
 Update the problem specs before solve.
 
void actions_after_adapt ()
 After adaptation: Pin redudant pressure dofs.
 
void doc_solution ()
 Doc the solution.
 
RefineableQuarterTubeMesh< ELEMENT > * mesh_pt ()
 Overload generic access function by one that returns a pointer to the specific mesh.
 

Private Attributes

int Alpha
 Exponent for bluntness of velocity profile.
 
DocInfo Doc_info
 Doc info object.
 

Detailed Description

template<class ELEMENT>
class EntryFlowProblem< ELEMENT >

Entry flow problem in quarter tube domain.

Definition at line 53 of file three_d_entry_flow.cc.

Constructor & Destructor Documentation

◆ EntryFlowProblem()

template<class ELEMENT >
EntryFlowProblem< ELEMENT >::EntryFlowProblem ( DocInfo &  doc_info,
const double &  min_error_target,
const double &  max_error_target 
)

Constructor: Pass DocInfo object and target errors.

Constructor: Pass DocInfo object and error targets.

Definition at line 113 of file three_d_entry_flow.cc.

References EntryFlowProblem< ELEMENT >::Alpha, EntryFlowProblem< ELEMENT >::mesh_pt(), and Global_Physical_Variables::Re.

◆ ~EntryFlowProblem()

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

Destructor (empty)

Definition at line 63 of file three_d_entry_flow.cc.

Member Function Documentation

◆ actions_after_adapt()

template<class ELEMENT >
void EntryFlowProblem< ELEMENT >::actions_after_adapt ( )
inline

After adaptation: Pin redudant pressure dofs.

Definition at line 79 of file three_d_entry_flow.cc.

References EntryFlowProblem< ELEMENT >::mesh_pt().

◆ actions_after_newton_solve()

template<class ELEMENT >
void EntryFlowProblem< ELEMENT >::actions_after_newton_solve ( )
inline

Doc the solution after solve.

Definition at line 66 of file three_d_entry_flow.cc.

References EntryFlowProblem< ELEMENT >::Doc_info, and EntryFlowProblem< ELEMENT >::doc_solution().

◆ actions_before_newton_solve()

template<class ELEMENT >
void EntryFlowProblem< ELEMENT >::actions_before_newton_solve ( )

Update the problem specs before solve.

Set the inflow boundary conditions.

Definition at line 243 of file three_d_entry_flow.cc.

◆ doc_solution()

template<class ELEMENT >
void EntryFlowProblem< ELEMENT >::doc_solution ( )

Doc the solution.

Definition at line 271 of file three_d_entry_flow.cc.

Referenced by EntryFlowProblem< ELEMENT >::actions_after_newton_solve(), and main().

◆ mesh_pt()

template<class ELEMENT >
RefineableQuarterTubeMesh< ELEMENT > * EntryFlowProblem< ELEMENT >::mesh_pt ( )
inline

Overload generic access function by one that returns a pointer to the specific mesh.

Definition at line 91 of file three_d_entry_flow.cc.

Referenced by EntryFlowProblem< ELEMENT >::actions_after_adapt(), and EntryFlowProblem< ELEMENT >::EntryFlowProblem().

Member Data Documentation

◆ Alpha

template<class ELEMENT >
int EntryFlowProblem< ELEMENT >::Alpha
private

Exponent for bluntness of velocity profile.

Definition at line 99 of file three_d_entry_flow.cc.

Referenced by EntryFlowProblem< ELEMENT >::EntryFlowProblem().

◆ Doc_info

template<class ELEMENT >
DocInfo EntryFlowProblem< ELEMENT >::Doc_info
private

Doc info object.

Definition at line 102 of file three_d_entry_flow.cc.

Referenced by EntryFlowProblem< ELEMENT >::actions_after_newton_solve().


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