https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
const Real p
const double T
const InputParameters & parameters() const
Common class for single phase fluid properties.
Base class for fluid properties used with 2-phase flow with non-condensable gases (NCGs) present.
Two-phase fluid with single NCG using partial pressure mixture model.
const SinglePhaseFluidProperties * _fp_vapor_primary
Primary vapor fluid properties.
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.
const SinglePhaseFluidProperties & _fp_ncg
NCG fluid properties.
std::vector< Real > _molar_masses
Molar masses for each vapor in mixture.