///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
Public Member Functions | |
RectangularDrivenCavityProblem () | |
Constructor. More... | |
~RectangularDrivenCavityProblem () | |
Destructor (empty) More... | |
void | fix_pressure (const unsigned &e, const unsigned &pdof, const double &pvalue) |
Fix pressure in element e at pressure dof pdof and set to pvalue. 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... | |
SimpleRectangularQuadMesh< ELEMENT > * | mesh_pt () |
void | doc_solution (DocInfo &doc_info) |
Doc the solution. More... | |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Driven cavity problem in rectangular domain
Definition at line 63 of file driven_cavity.cc.
RectangularDrivenCavityProblem< ELEMENT >::RectangularDrivenCavityProblem |
Constructor.
Constructor for RectangularDrivenCavity problem.
Definition at line 141 of file driven_cavity.cc.
References Global_Physical_Variables::Re.
|
inline |
Destructor (empty)
Definition at line 73 of file driven_cavity.cc.
|
inline |
Update the after solve (empty)
Definition at line 86 of file driven_cavity.cc.
|
inline |
Update the problem specs before solve. Re-set velocity boundary conditions just to be on the safe side...
Definition at line 91 of file driven_cavity.cc.
void RectangularDrivenCavityProblem< ELEMENT >::doc_solution | ( | DocInfo & | doc_info | ) |
|
inline |
Fix pressure in element e at pressure dof pdof and set to pvalue.
Definition at line 76 of file driven_cavity.cc.
|
inline |
Definition at line 122 of file driven_cavity.cc.