Interface for calculations involving vapor mixtures. More...
#include <VaporMixtureInterface.h>
Public Member Functions | |
VaporMixtureInterface (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
std::vector< Real > | getMassFractionVector () const |
Gets the vector of mass fractions of each secondary vapor, at a quadrature point. More... | |
Protected Attributes | |
const VaporMixtureFluidProperties & | _fp_vapor_mixture |
Vapor mixture fluid properties. More... | |
const unsigned int | _n_secondary_vapors |
Number of secondary vapors. More... | |
const std::vector< const VariableValue * > | _x_secondary_vapors |
Mass fractions of secondary vapors. More... | |
Interface for calculations involving vapor mixtures.
Definition at line 17 of file VaporMixtureInterface.h.
VaporMixtureInterface< T >::VaporMixtureInterface | ( | const InputParameters & | parameters | ) |
Definition at line 59 of file VaporMixtureInterface.h.
|
protected |
Gets the vector of mass fractions of each secondary vapor, at a quadrature point.
Definition at line 69 of file VaporMixtureInterface.h.
|
static |
Definition at line 47 of file VaporMixtureInterface.h.
Referenced by RhoVaporMixtureFromPressureTemperatureIC::validParams().
|
protected |
Vapor mixture fluid properties.
Definition at line 35 of file VaporMixtureInterface.h.
|
protected |
Number of secondary vapors.
Definition at line 37 of file VaporMixtureInterface.h.
|
protected |
Mass fractions of secondary vapors.
Definition at line 39 of file VaporMixtureInterface.h.