Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowDesorpedMassTimeDerivative >()
Definition at line 20 of file PorousFlowDesorpedMassTimeDerivative.C.
22 InputParameters params = validParams<TimeKernel>();
23 params.addRequiredParam<UserObjectName>(
24 "PorousFlowDictator",
"The UserObject that holds the list of PorousFlow variable names.");
25 params.addRequiredCoupledVar(
26 "conc_var",
"The variable that represents the concentration of desorped species");
27 params.addClassDescription(
"Desorped component mass derivative wrt time.");