www.mooseframework.org
Functions
TotalMineralVolumeFraction.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "ChemicalReactionsApp"  ,
TotalMineralVolumeFraction   
)

◆ validParams< TotalMineralVolumeFraction >()

template<>
InputParameters validParams< TotalMineralVolumeFraction > ( )

Definition at line 16 of file TotalMineralVolumeFraction.C.

17 {
18  InputParameters params = validParams<ElementAverageValue>();
19  params.addRequiredParam<Real>("molar_volume", "Molar volume of coupled mineral species");
20  params.addClassDescription("Total volume fraction of coupled mineral species");
21  return params;
22 }