www.mooseframework.org
Functions
NSEnergyInviscidFlux.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSEnergyInviscidFlux   
)

◆ validParams< NSEnergyInviscidFlux >()

template<>
InputParameters validParams< NSEnergyInviscidFlux > ( )

Definition at line 21 of file NSEnergyInviscidFlux.C.

22 {
23  InputParameters params = validParams<NSKernel>();
24  params.addClassDescription("This class computes the inviscid part of the energy flux.");
25  params.addRequiredCoupledVar(NS::enthalpy, "total enthalpy");
26  return params;
27 }
validParams< NSKernel >
InputParameters validParams< NSKernel >()
Definition: NSKernel.C:22
NS::enthalpy
const std::string enthalpy
Definition: NS.h:27