www.mooseframework.org
Functions
RichardsRelPermPrimePrimeAux.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("RichardsApp", RichardsRelPermPrimePrimeAux)
 
template<>
InputParameters validParams< RichardsRelPermPrimePrimeAux > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "RichardsApp"  ,
RichardsRelPermPrimePrimeAux   
)

◆ validParams< RichardsRelPermPrimePrimeAux >()

template<>
InputParameters validParams< RichardsRelPermPrimePrimeAux > ( )

Definition at line 18 of file RichardsRelPermPrimePrimeAux.C.

19 {
20  InputParameters params = validParams<AuxKernel>();
21  params.addRequiredCoupledVar("seff_var", "The variable that represents the effective saturation");
22  params.addRequiredParam<UserObjectName>(
23  "relperm_UO", "Name of user object that defines the relative permeability.");
24  params.addClassDescription("auxillary variable which is d^2(relative permeability)/dSeff^2");
25  return params;
26 }