www.mooseframework.org
PorousFlowFluidStateWaterNCG.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 "PorousFlowFluidState.h"
13 
15 
16 template <>
18 
25 {
26 public:
27  PorousFlowFluidStateWaterNCG(const InputParameters & parameters);
28 
29 protected:
30 };
31 
PorousFlowFluidState.h
PorousFlowFluidState
Fluid state class using a persistent set of primary variables for the mutliphase, multicomponent case...
Definition: PorousFlowFluidState.h:50
PorousFlowFluidStateWaterNCG::PorousFlowFluidStateWaterNCG
PorousFlowFluidStateWaterNCG(const InputParameters &parameters)
Definition: PorousFlowFluidStateWaterNCG.C:24
PorousFlowFluidStateWaterNCG
Fluid state class for water and a non-condensable gas.
Definition: PorousFlowFluidStateWaterNCG.h:24
validParams< PorousFlowFluidStateWaterNCG >
InputParameters validParams< PorousFlowFluidStateWaterNCG >()
Definition: PorousFlowFluidStateWaterNCG.C:17