www.mooseframework.org
PorousFlowFluidStateWaterNCGIC.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "PorousFlowFluidStateIC.h"
13 
14 class PorousFlowWaterNCG;
16 
17 template <>
19 
26 {
27 public:
28  PorousFlowFluidStateWaterNCGIC(const InputParameters & parameters);
29 };
30 
PorousFlowFluidStateWaterNCGIC
PorousFlowFluidStateWaterNCGIC calculates an initial value for the total mass fraction of a component...
Definition: PorousFlowFluidStateWaterNCGIC.h:25
validParams< PorousFlowFluidStateWaterNCGIC >
InputParameters validParams< PorousFlowFluidStateWaterNCGIC >()
Definition: PorousFlowFluidStateWaterNCGIC.C:17
PorousFlowWaterNCG
Specialized class for water and a non-condensable gas (NCG) Includes dissolution of gas in liquid wat...
Definition: PorousFlowWaterNCG.h:33
PorousFlowFluidStateIC.h
PorousFlowFluidStateIC
PorousFlowFluidStateIC calculates an initial value for the total mass fraction of a component summed ...
Definition: PorousFlowFluidStateIC.h:26
PorousFlowFluidStateWaterNCGIC::PorousFlowFluidStateWaterNCGIC
PorousFlowFluidStateWaterNCGIC(const InputParameters &parameters)
Definition: PorousFlowFluidStateWaterNCGIC.C:25