https://mooseframework.inl.gov
PorousFlowFluidStateIC.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
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 "InitialCondition.h"
13 
14 class PorousFlowDictator;
16 
23 {
24 public:
26 
28 
29  virtual Real value(const Point & p) override;
30 
31 protected:
41  const Real _T_c2k;
46 };
const PorousFlowDictator & _dictator
The PorousFlowDictator UserObject.
PorousFlowFluidStateIC calculates an initial value for the total mass fraction of a component summed ...
const VariableValue & _Xnacl
NaCl mass fraction (kg/kg)
PorousFlowFluidStateIC(const InputParameters &parameters)
virtual Real value(const Point &p) override
Compositional flash routines for miscible multiphase flow classes with multiple fluid components...
const VariableValue & _saturation
Gas saturation (-)
const Real _T_c2k
Conversion from degrees Celsius to degrees Kelvin.
static InputParameters validParams()
const PorousFlowFluidStateMultiComponentBase & _fs
FluidState UserObject.
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
const InputParameters & parameters() const
const VariableValue & _temperature
Fluid temperature (C or K)
const VariableValue & _gas_porepressure
Gas porepressure (Pa)