This class allows us to have a section of the input file like the following which automatically adds all the required nonlinear variables with the appropriate scaling. More...
#include <AddNavierStokesVariablesAction.h>
Public Member Functions | |
AddNavierStokesVariablesAction (InputParameters parameters) | |
virtual | ~AddNavierStokesVariablesAction () |
virtual void | act () |
Protected Types | |
typedef std::vector< VariableName > | CoupledName |
Protected Attributes | |
std::vector< Real > | _scaling |
std::vector< SubdomainName > | _blocks |
std::vector< std::string > | _vars |
std::vector< std::string > | _auxs |
unsigned int | _dim |
This class allows us to have a section of the input file like the following which automatically adds all the required nonlinear variables with the appropriate scaling.
[NavierStokes] [./Variables]
scaling = '1. 1. 1. 9.869232667160121e-6' family = LAGRANGE order = FIRST [../] []
Definition at line 33 of file AddNavierStokesVariablesAction.h.
|
protectedinherited |
Definition at line 42 of file NSAction.h.
AddNavierStokesVariablesAction::AddNavierStokesVariablesAction | ( | InputParameters | parameters | ) |
Definition at line 50 of file AddNavierStokesVariablesAction.C.
|
virtual |
Definition at line 57 of file AddNavierStokesVariablesAction.C.
|
virtual |
|
protectedinherited |
Definition at line 35 of file NSAction.h.
Referenced by NSAction::act(), act(), and AddNavierStokesICsAction::act().
|
protected |
Definition at line 43 of file AddNavierStokesVariablesAction.h.
Referenced by act().
|
protectedinherited |
Definition at line 39 of file NSAction.h.
Referenced by NSAction::act(), AddNavierStokesKernelsAction::act(), AddNavierStokesKernelsAction::coupleMomentums(), and AddNavierStokesKernelsAction::coupleVelocities().
|
protected |
Definition at line 42 of file AddNavierStokesVariablesAction.h.
Referenced by act().
|
protectedinherited |
Definition at line 34 of file NSAction.h.
Referenced by NSAction::act(), AddNavierStokesKernelsAction::act(), act(), and AddNavierStokesICsAction::act().