https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
16
23{
24public:
26
28
29 virtual Real value(const Point & p) override;
30
31protected:
41 const Real _T_c2k;
46};
const Real p
const InputParameters & parameters() const
This holds maps between the nonlinear variables used in a PorousFlow simulation and the variable numb...
PorousFlowFluidStateIC calculates an initial value for the total mass fraction of a component summed ...
static InputParameters validParams()
const VariableValue & _Xnacl
NaCl mass fraction (kg/kg)
const VariableValue & _saturation
Gas saturation (-)
const PorousFlowFluidStateMultiComponentBase & _fs
FluidState UserObject.
const PorousFlowDictator & _dictator
The PorousFlowDictator UserObject.
const VariableValue & _temperature
Fluid temperature (C or K)
const VariableValue & _gas_porepressure
Gas porepressure (Pa)
virtual Real value(const Point &p) override
const Real _T_c2k
Conversion from degrees Celsius to degrees Kelvin.
Compositional flash routines for miscible multiphase flow classes with multiple fluid components.
VariableValueTempl< false > VariableValue