///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
Public Member Functions | |
FlowPastBoxProblem (const string &node_file_name, const string &element_file_name, const string &poly_file_name) | |
Constructor: Pass filenames for mesh. More... | |
~FlowPastBoxProblem () | |
Destructor (empty) More... | |
void | actions_after_newton_solve () |
Update the after solve (empty) More... | |
void | actions_before_newton_solve () |
Update the problem specs before solve. Re-set velocity boundary conditions just to be on the safe side... More... | |
void | actions_after_adapt () |
RefineableTriangleMesh< ELEMENT > * | mesh_pt () |
Access function for the specific mesh. More... | |
TriangleMesh< ELEMENT > * | mesh_pt () |
Access function for the specific mesh. More... | |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
Private Attributes | |
RefineableTriangleMesh< ELEMENT > * | Bulk_mesh_pt |
Pointer to the bulk mesh. More... | |
Z2ErrorEstimator * | error_estimator_pt |
Error estimator. More... | |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Flow past a box in a channel
Definition at line 62 of file mesh_from_triangle_navier_stokes.cc.
FlowPastBoxProblem< ELEMENT >::FlowPastBoxProblem | ( | const string & | node_file_name, |
const string & | element_file_name, | ||
const string & | poly_file_name | ||
) |
Constructor: Pass filenames for mesh.
Constructor for FlowPastBox problem. Pass filenames for mesh.
Definition at line 164 of file mesh_from_triangle_navier_stokes.cc.
References Global_Physical_Variables::Re.
|
inline |
Destructor (empty)
Definition at line 74 of file mesh_from_triangle_navier_stokes.cc.
void FlowPastBoxProblem< ELEMENT >::actions_after_adapt |
Definition at line 239 of file mesh_from_triangle_navier_stokes.cc.
References Global_Physical_Variables::Re.
|
inline |
Update the after solve (empty)
Definition at line 77 of file mesh_from_triangle_navier_stokes.cc.
|
inline |
Update the problem specs before solve. Re-set velocity boundary conditions just to be on the safe side...
Definition at line 81 of file mesh_from_triangle_navier_stokes.cc.
void FlowPastBoxProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
Doc the solution.
Definition at line 293 of file mesh_from_triangle_navier_stokes.cc.
Referenced by main().
|
inline |
Access function for the specific mesh.
Definition at line 132 of file mesh_from_triangle_navier_stokes.cc.
Referenced by main().
|
inline |
Access function for the specific mesh.
Definition at line 138 of file mesh_from_triangle_navier_stokes.cc.
|
private |
Pointer to the bulk mesh.
Definition at line 150 of file mesh_from_triangle_navier_stokes.cc.
|
private |
Error estimator.
Definition at line 153 of file mesh_from_triangle_navier_stokes.cc.