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

Go to the source code of this file.

Namespaces

 FlowModel1PhaseUtils
 

Functions

template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModel1PhaseUtils::computePrimitiveSolutionVector (const std::vector< GenericReal< is_ad >> &U, const SinglePhaseFluidProperties &fp)
 Computes the primitive solution vector from the conservative solution vector. More...
 
template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModel1PhaseUtils::computeConservativeSolutionVector (const std::vector< GenericReal< is_ad >> &W, const GenericReal< is_ad > &A, const SinglePhaseFluidProperties &fp)
 Computes the conservative solution vector from the primitive solution vector. More...
 
template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModel1PhaseUtils::computeFluxFromPrimitive (const std::vector< GenericReal< is_ad >> &W, const GenericReal< is_ad > &A, const SinglePhaseFluidProperties &fp)
 Computes the numerical flux vector from the primitive solution vector. More...
 
template<bool is_ad>
std::vector< GenericReal< is_ad > > FlowModel1PhaseUtils::getElementalSolutionVector (const Elem *elem, const std::vector< MooseVariable *> &U_vars, bool is_implicit)
 Gets the elemental conservative solution vector. More...