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

Go to the source code of this file.

Classes

class  INSMomentumTractionForm
 This class computes momentum equation residual and Jacobian viscous contributions for the "traction" form of the governing equations. More...
 

Functions

template<>
InputParameters validParams< INSMomentumTractionForm > ()
 

Function Documentation

◆ validParams< INSMomentumTractionForm >()

template<>
InputParameters validParams< INSMomentumTractionForm > ( )

Definition at line 16 of file INSMomentumTractionForm.C.

17 {
18  InputParameters params = validParams<INSMomentumBase>();
19  params.addClassDescription("This class computes momentum equation residual and Jacobian viscous "
20  "contributions for the 'traction' form of the governing equations.");
21  return params;
22 }

Referenced by validParams< INSMomentumTractionFormRZ >().

validParams< INSMomentumBase >
InputParameters validParams< INSMomentumBase >()
Definition: INSMomentumBase.C:15