Go to the source code of this file.
Classes | |
class | QuarterCircleDrivenCavityProblem2< ELEMENT > |
/////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
namespace | Global_Physical_Variables2 |
Namespace for physical parameters. | |
Functions | |
Vector< double > | Global_Physical_Variables2::Gravity (2) |
Gravity vector. | |
void | Global_Physical_Variables2::body_force (const double &time, const Vector< double > &x, Vector< double > &result) |
Functional body force. | |
void | Global_Physical_Variables2::zero_body_force (const double &time, const Vector< double > &x, Vector< double > &result) |
Zero functional body force. | |
int | main () |
Driver for QuarterCircleDrivenCavityProblem2 test problem. | |
Variables | |
double | Global_Physical_Variables2::Re =100 |
Reynolds number. | |
double | Global_Physical_Variables2::Re_invFr =100 |
Reynolds/Froude number. | |
int main | ( | ) |
Driver for QuarterCircleDrivenCavityProblem2 test problem.
Definition at line 301 of file circular_driven_cavity2.cc.
References Global_Physical_Variables2::body_force(), QuarterCircleDrivenCavityProblem2< ELEMENT >::doc_solution(), Global_Physical_Variables2::Gravity(), and Global_Physical_Variables2::zero_body_force().