NSF Postdoctoral Research
A set of C++ code developed by Andrew E. Slaughter
|
A class for solving the volume averaged momentum equation with libMesh. More...
#include <fem/volume_average/momentum_eq.h>
Public Member Functions | |
MomentumEq (EquationSystems &sys, const Order order=SECOND) | |
Class constructor. | |
vector< string > | get_velocity_variables () |
Tthe velocity variable names. |
A class for solving the volume averaged momentum equation with libMesh.
vector< string > MomentumEq::get_velocity_variables | ( | ) |
Tthe velocity variable names.
This is used to pass the velocity variables between classes.