www.mooseframework.org
Functions
DesorptionToPorespace.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "ChemicalReactionsApp"  ,
DesorptionToPorespace   
)

◆ validParams< DesorptionToPorespace >()

template<>
InputParameters validParams< DesorptionToPorespace > ( )

Definition at line 18 of file DesorptionToPorespace.C.

19 {
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 "
24  "porespace");
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");
27  return params;
28 }