Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowDesorpedMassVolumetricExpansion >()
Definition at line 18 of file PorousFlowDesorpedMassVolumetricExpansion.C.
20 InputParameters params = validParams<TimeKernel>();
21 params.addRequiredParam<UserObjectName>(
22 "PorousFlowDictator",
"The UserObject that holds the list of PorousFlow variable names.");
23 params.addRequiredCoupledVar(
24 "conc_var",
"The variable that represents the concentration of desorped species");
25 params.addClassDescription(
"Desorped_mass * rate_of_solid_volumetric_expansion");