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