Entry flow problem in tapered tube domain. More...
Public Member Functions | |
SteadyCurvedTubeProblem (DocInfo &doc_info, const double &min_error_target, const double &max_error_target) | |
Constructor: Pass DocInfo object and target errors. More... | |
~SteadyCurvedTubeProblem () | |
Destructor (empty) 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... | |
RefineableTubeMesh< ELEMENT > * | mesh_pt () |
Overload generic access function by one that returns a pointer to the specific mesh. More... | |
Private Attributes | |
DocInfo | Doc_info |
Doc info object. More... | |
GeomObject * | Volume_pt |
Pointer to GeomObject that specifies the domain volume. More... | |
Entry flow problem in tapered tube domain.
Definition at line 103 of file curved_pipe.cc.
SteadyCurvedTubeProblem< ELEMENT >::SteadyCurvedTubeProblem | ( | 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 153 of file curved_pipe.cc.
References Global_Physical_Variables::Delta, SteadyCurvedTubeProblem< ELEMENT >::mesh_pt(), Global_Physical_Variables::Re, and SteadyCurvedTubeProblem< ELEMENT >::Volume_pt.
|
inline |
Destructor (empty)
Definition at line 113 of file curved_pipe.cc.
|
inline |
After adaptation: Pin redudant pressure dofs.
Definition at line 119 of file curved_pipe.cc.
void SteadyCurvedTubeProblem< ELEMENT >::actions_before_newton_solve | ( | ) |
Update the problem specs before solve.
Set the inflow boundary conditions.
Definition at line 260 of file curved_pipe.cc.
References Global_Physical_Variables::Delta, and SteadyCurvedTubeProblem< ELEMENT >::mesh_pt().
void SteadyCurvedTubeProblem< ELEMENT >::doc_solution | ( | ) |
Doc the solution.
Definition at line 288 of file curved_pipe.cc.
References SteadyCurvedTubeProblem< ELEMENT >::Doc_info, SteadyCurvedTubeProblem< ELEMENT >::mesh_pt(), and Global_Physical_Variables::Re.
Referenced by main().
|
inline |
Overload generic access function by one that returns a pointer to the specific mesh.
Definition at line 131 of file curved_pipe.cc.
Referenced by SteadyCurvedTubeProblem< ELEMENT >::actions_before_newton_solve(), SteadyCurvedTubeProblem< ELEMENT >::doc_solution(), and SteadyCurvedTubeProblem< ELEMENT >::SteadyCurvedTubeProblem().
|
private |
Doc info object.
Definition at line 139 of file curved_pipe.cc.
Referenced by SteadyCurvedTubeProblem< ELEMENT >::doc_solution().
|
private |
Pointer to GeomObject that specifies the domain volume.
Definition at line 142 of file curved_pipe.cc.
Referenced by SteadyCurvedTubeProblem< ELEMENT >::SteadyCurvedTubeProblem().