www.mooseframework.org
Classes | Functions
PorousFlowWaterNCG.h File Reference

Go to the source code of this file.

Classes

class  PorousFlowWaterNCG
 Specialized class for water and a non-condensable gas (NCG) Includes dissolution of gas in liquid water phase using Henry's law. More...
 

Functions

template<>
InputParameters validParams< PorousFlowWaterNCG > ()
 

Function Documentation

◆ validParams< PorousFlowWaterNCG >()

template<>
InputParameters validParams< PorousFlowWaterNCG > ( )

Definition at line 19 of file PorousFlowWaterNCG.C.

20 {
21  InputParameters params = validParams<PorousFlowFluidStateMultiComponentBase>();
22  params.addRequiredParam<UserObjectName>("water_fp", "The name of the user object for water");
23  params.addRequiredParam<UserObjectName>(
24  "gas_fp", "The name of the user object for the non-condensable gas");
25  params.addClassDescription("Fluid state class for water and non-condensable gas");
26  return params;
27 }
validParams< PorousFlowFluidStateMultiComponentBase >
InputParameters validParams< PorousFlowFluidStateMultiComponentBase >()
Definition: PorousFlowFluidStateMultiComponentBase.C:14