Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< DesorptionToPorespace >()
Definition at line 18 of file DesorptionToPorespace.C.
20 InputParameters params = validParams<Kernel>();
21 params.addRequiredCoupledVar(
"conc_var",
22 "Variable representing the concentration (kg/m^3) of "
23 "fluid in the matrix that will be desorped to "
25 params.addClassDescription(
"Mass flow rate to the porespace from the matrix. Add this to the "
26 "other kernels for the porepressure variable to form the complete DE");