https://mooseframework.inl.gov
TwoPhaseNCGPartialPressureFluidProperties.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 
13 
18 {
19 public:
21 
23 
27  Real x_sat_ncg_from_p_T(Real p, Real T) const;
28 
29 protected:
32 
35 
37  std::vector<Real> _molar_masses;
38 };
std::vector< Real > _molar_masses
Molar masses for each vapor in mixture.
const SinglePhaseFluidProperties & _fp_ncg
NCG fluid properties.
Two-phase fluid with single NCG using partial pressure mixture model.
TwoPhaseNCGPartialPressureFluidProperties(const InputParameters &parameters)
Base class for fluid properties used with 2-phase flow with non-condensable gases (NCGs) present...
Real x_sat_ncg_from_p_T(Real p, Real T) const
Computes the NCG mass fraction with the CG saturated at the given temperature.
Common class for single phase fluid properties.
const SinglePhaseFluidProperties * _fp_vapor_primary
Primary vapor fluid properties.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const