Go to the source code of this file.
|
class | DesorptionFromMatrix |
| Mass flow rate of adsorbed fluid from matrix Add this to TimeDerivative to form the entire DE for desorption of fluid-in-the-matrix. More...
|
|
◆ validParams< DesorptionFromMatrix >()
Definition at line 18 of file DesorptionFromMatrix.C.
20 InputParameters params = validParams<Kernel>();
21 params.addRequiredCoupledVar(
23 "Variable representing the porepressure of the fluid adsorbed into the matrix");
24 params.addClassDescription(
"Mass flow rate from the matrix to the porespace. Add this to "
25 "TimeDerivative kernel to get complete DE for the fluid adsorbed "