Go to the source code of this file.
Classes | |
| class | UnstructuredFluidProblem< ELEMENT > | 
| Unstructured fluid problem.  More... | |
Namespaces | |
| Global_Parameters | |
| Global variables.  | |
Functions | |
| int | main (int argc, char **argv) | 
| Demonstrate how to solve an unstructured 3D fluids problem.  More... | |
Variables | |
| double | Global_Parameters::Re =10.0 | 
| Default Reynolds number.  More... | |
| double | Global_Parameters::P_in =0.5 | 
| Fluid pressure on inflow boundary.  More... | |
| double | Global_Parameters::P_out =-0.5 | 
| Fluid pressure on outflow boundary.  More... | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Demonstrate how to solve an unstructured 3D fluids problem.
Definition at line 427 of file vmtk_fluid.cc.
References UnstructuredFluidProblem< ELEMENT >::doc_solution(), and Global_Parameters::Re.