Entry flow problem in quarter tube domain. More...
Public Member Functions | |
EntryFlowProblem (DocInfo &doc_info, const double &min_error_target, const double &max_error_target) | |
Constructor: Pass DocInfo object and target errors. More... | |
~EntryFlowProblem () | |
Destructor (empty) More... | |
void | actions_after_newton_solve () |
Doc the solution after solve. More... | |
void | actions_before_newton_solve () |
Update the problem specs before solve. More... | |
void | actions_after_adapt () |
After adaptation: Pin redudant pressure dofs. More... | |
void | doc_solution () |
Doc the solution. More... | |
RefineableQuarterTubeMesh< ELEMENT > * | mesh_pt () |
Overload generic access function by one that returns a pointer to the specific mesh. More... | |
Private Attributes | |
int | Alpha |
Exponent for bluntness of velocity profile. More... | |
DocInfo | Doc_info |
Doc info object. More... | |
Entry flow problem in quarter tube domain.
Definition at line 57 of file three_d_entry_flow.cc.
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 117 of file three_d_entry_flow.cc.
References EntryFlowProblem< ELEMENT >::Alpha, EntryFlowProblem< ELEMENT >::mesh_pt(), and Global_Physical_Variables::Re.
|
inline |
Destructor (empty)
Definition at line 67 of file three_d_entry_flow.cc.
|
inline |
After adaptation: Pin redudant pressure dofs.
Definition at line 83 of file three_d_entry_flow.cc.
|
inline |
Doc the solution after solve.
Definition at line 70 of file three_d_entry_flow.cc.
void EntryFlowProblem< ELEMENT >::actions_before_newton_solve | ( | ) |
Update the problem specs before solve.
Set the inflow boundary conditions.
Definition at line 247 of file three_d_entry_flow.cc.
References EntryFlowProblem< ELEMENT >::Alpha, and EntryFlowProblem< ELEMENT >::mesh_pt().
void EntryFlowProblem< ELEMENT >::doc_solution | ( | ) |
Doc the solution.
Definition at line 275 of file three_d_entry_flow.cc.
References EntryFlowProblem< ELEMENT >::Doc_info, and EntryFlowProblem< ELEMENT >::mesh_pt().
Referenced by main().
|
inline |
Overload generic access function by one that returns a pointer to the specific mesh.
Definition at line 95 of file three_d_entry_flow.cc.
Referenced by EntryFlowProblem< ELEMENT >::actions_before_newton_solve(), EntryFlowProblem< ELEMENT >::doc_solution(), and EntryFlowProblem< ELEMENT >::EntryFlowProblem().
|
private |
Exponent for bluntness of velocity profile.
Definition at line 103 of file three_d_entry_flow.cc.
Referenced by EntryFlowProblem< ELEMENT >::actions_before_newton_solve(), and EntryFlowProblem< ELEMENT >::EntryFlowProblem().
|
private |
Doc info object.
Definition at line 106 of file three_d_entry_flow.cc.
Referenced by EntryFlowProblem< ELEMENT >::doc_solution().