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 53 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 113 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 63 of file three_d_entry_flow.cc.
|
inline |
After adaptation: Pin redudant pressure dofs.
Definition at line 79 of file three_d_entry_flow.cc.
|
inline |
Doc the solution after solve.
Definition at line 66 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 243 of file three_d_entry_flow.cc.
void EntryFlowProblem< ELEMENT >::doc_solution |
|
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 >::EntryFlowProblem().
|
private |
Exponent for bluntness of velocity profile.
Definition at line 99 of file three_d_entry_flow.cc.
Referenced by EntryFlowProblem< ELEMENT >::EntryFlowProblem().
|
private |
Doc info object.
Definition at line 102 of file three_d_entry_flow.cc.