www.mooseframework.org
Classes | Functions
NSSUPGEnergy.h File Reference

Go to the source code of this file.

Classes

class  NSSUPGEnergy
 Compute residual and Jacobian terms form the SUPG terms in the energy equation. More...
 

Functions

template<>
InputParameters validParams< NSSUPGEnergy > ()
 

Function Documentation

◆ validParams< NSSUPGEnergy >()

template<>
InputParameters validParams< NSSUPGEnergy > ( )

Definition at line 19 of file NSSUPGEnergy.C.

20 {
21  InputParameters params = validParams<NSSUPGBase>();
22  params.addClassDescription(
23  "Compute residual and Jacobian terms form the SUPG terms in the energy equation.");
24  return params;
25 }
validParams< NSSUPGBase >
InputParameters validParams< NSSUPGBase >()
Definition: NSSUPGBase.C:19