www.mooseframework.org
Functions
NSSUPGMass.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSSUPGMass   
)

◆ validParams< NSSUPGMass >()

template<>
InputParameters validParams< NSSUPGMass > ( )

Definition at line 16 of file NSSUPGMass.C.

17 {
18  // Initialize the params object from the base class
19  InputParameters params = validParams<NSSUPGBase>();
20  params.addClassDescription(
21  "Compute residual and Jacobian terms form the SUPG terms in the mass equation.");
22  return params;
23 }
validParams< NSSUPGBase >
InputParameters validParams< NSSUPGBase >()
Definition: NSSUPGBase.C:19