www.mooseframework.org
Functions
NSVelocityAux.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("NavierStokesApp", NSVelocityAux)
 
template<>
InputParameters validParams< NSVelocityAux > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSVelocityAux   
)

◆ validParams< NSVelocityAux >()

template<>
InputParameters validParams< NSVelocityAux > ( )

Definition at line 18 of file NSVelocityAux.C.

19 {
20  InputParameters params = validParams<AuxKernel>();
21  params.addClassDescription("Velocity auxiliary value.");
22  params.addRequiredCoupledVar(NS::density, "Density (conserved form)");
23  params.addRequiredCoupledVar("momentum", "Momentum (conserved form)");
24  params.addParam<UserObjectName>(
25  "fluid_properties", "", "The name of the user object for fluid properties");
26  return params;
27 }
NS::density
const std::string density
Definition: NS.h:16