www.mooseframework.org
Functions
DesorptionFromMatrix.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("ChemicalReactionsApp", DesorptionFromMatrix)
 
template<>
InputParameters validParams< DesorptionFromMatrix > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "ChemicalReactionsApp"  ,
DesorptionFromMatrix   
)

◆ validParams< DesorptionFromMatrix >()

template<>
InputParameters validParams< DesorptionFromMatrix > ( )

Definition at line 18 of file DesorptionFromMatrix.C.

19 {
20  InputParameters params = validParams<Kernel>();
21  params.addRequiredCoupledVar(
22  "pressure_var",
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 "
26  "in the matrix");
27  return params;
28 }