Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsDensityPrimePrimeAux >()
Definition at line 18 of file RichardsDensityPrimePrimeAux.C.
20 InputParameters params = validParams<AuxKernel>();
21 params.addRequiredCoupledVar(
"pressure_var",
"The variable that represents the pressure");
22 params.addRequiredParam<UserObjectName>(
"density_UO",
23 "Name of user object that defines the density.");
24 params.addClassDescription(
"auxillary variable which is d^2(density)/dp^2");