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