https://mooseframework.inl.gov
Namespaces | Functions
FlowModelGasMixUtils.h File Reference

Go to the source code of this file.

Namespaces

 FlowModelGasMixUtils
 

Functions

template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModelGasMixUtils::computePrimitiveSolution (const std::vector< GenericReal< is_ad >> &U, const VaporMixtureFluidProperties &fp)
 Computes the primitive solution vector from the conservative solution vector. More...
 
template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModelGasMixUtils::computeConservativeSolution (const std::vector< GenericReal< is_ad >> &W, const GenericReal< is_ad > &A, const VaporMixtureFluidProperties &fp)
 Computes the conservative solution vector from the primitive solution vector. More...
 
template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModelGasMixUtils::computeFluxFromPrimitive (const std::vector< GenericReal< is_ad >> &W, const GenericReal< is_ad > &A, const VaporMixtureFluidProperties &fp)
 Computes the numerical flux vector from the primitive solution vector. More...
 
template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModelGasMixUtils::getElementalSolutionVector (const Elem *elem, const std::vector< MooseVariable *> &U_vars, bool is_implicit)
 Gets the elemental conservative solution vector. More...
 
template<bool is_ad>
GenericReal< is_ad > FlowModelGasMixUtils::computeSecondaryMoleFraction (const GenericReal< is_ad > &xi_secondary, const VaporMixtureFluidProperties &fp)