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. | |
~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. | |
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.
References EntryFlowProblem< ELEMENT >::mesh_pt().
|
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().
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 | ( | ) |
Doc the solution.
Definition at line 271 of file three_d_entry_flow.cc.
Referenced by EntryFlowProblem< ELEMENT >::actions_after_newton_solve(), and main().
|
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().
|
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.
Referenced by EntryFlowProblem< ELEMENT >::actions_after_newton_solve().