Class for fluid properties read from a file. More...
#include <TabulatedBicubicFluidProperties.h>
Public Types | |
| typedef DataFileName | DataFileParameterType |
Public Member Functions | |
| TabulatedBicubicFluidProperties (const InputParameters ¶meters) | |
| virtual void | constructInterpolation () override |
| virtual void | initialSetup () override |
| virtual std::string | fluidName () const override |
| Fluid name. More... | |
| virtual Real | molarMass () const override |
| Molar mass [kg/mol]. More... | |
| virtual Real | rho_from_p_T (Real pressure, Real temperature) const override |
| virtual ADReal | rho_from_p_T (const ADReal &pressure, const ADReal &temperature) const override |
| virtual void | rho_from_p_T (Real pressure, Real temperature, Real &rho, Real &drho_dp, Real &drho_dT) const override |
| virtual void | rho_from_p_T (const ADReal &pressure, const ADReal &temperature, ADReal &rho, ADReal &drho_dp, ADReal &drho_dT) const override |
| virtual Real | rho_from_p_s (Real p, Real s) const override |
| virtual void | rho_from_p_s (Real p, Real s, Real &rho, Real &drho_dp, Real &drho_ds) const override |
| virtual Real | v_from_p_T (Real pressure, Real temperature) const override |
| virtual ADReal | v_from_p_T (const ADReal &pressure, const ADReal &temperature) const override |
| virtual void | v_from_p_T (Real pressure, Real temperature, Real &v, Real &dv_dp, Real &dv_dT) const override |
| virtual Real | e_from_p_T (Real pressure, Real temperature) const override |
| virtual ADReal | e_from_p_T (const ADReal &pressure, const ADReal &temperature) const override |
| virtual void | e_from_p_T (Real pressure, Real temperature, Real &e, Real &de_dp, Real &de_dT) const override |
| virtual Real | e_from_p_rho (Real pressure, Real rho) const override |
| virtual ADReal | e_from_p_rho (const ADReal &pressure, const ADReal &rho) const override |
| virtual void | e_from_p_rho (Real pressure, Real rho, Real &e, Real &de_dp, Real &de_drho) const override |
| virtual Real | T_from_p_rho (Real pressure, Real rho) const |
| virtual ADReal | T_from_p_rho (const ADReal &pressure, const ADReal &rho) const |
| virtual void | T_from_p_rho (Real pressure, Real rho, Real &T, Real &dT_dp, Real &dT_drho) const |
| virtual Real | h_from_p_T (Real p, Real T) const override |
| virtual ADReal | h_from_p_T (const ADReal &pressure, const ADReal &temperature) const override |
| virtual void | h_from_p_T (Real pressure, Real temperature, Real &h, Real &dh_dp, Real &dh_dT) const override |
| virtual Real | mu_from_p_T (Real pressure, Real temperature) const override |
| virtual void | mu_from_p_T (Real pressure, Real temperature, Real &mu, Real &dmu_dp, Real &dmu_dT) const override |
| virtual Real | cp_from_p_T (Real pressure, Real temperature) const override |
| virtual void | cp_from_p_T (Real pressure, Real temperature, Real &cp, Real &dcp_dp, Real &dcp_dT) const override |
| virtual Real | cv_from_p_T (Real pressure, Real temperature) const override |
| virtual void | cv_from_p_T (Real pressure, Real temperature, Real &cv, Real &dcv_dp, Real &dcv_dT) const override |
| virtual Real | c_from_p_T (Real pressure, Real temperature) const override |
| virtual void | c_from_p_T (Real pressure, Real temperature, Real &c, Real &dc_dp, Real &dc_dT) const override |
| virtual Real | k_from_p_T (Real pressure, Real temperature) const override |
| virtual void | k_from_p_T (Real pressure, Real temperature, Real &k, Real &dk_dp, Real &dk_dT) const override |
| virtual Real | s_from_p_T (Real pressure, Real temperature) const override |
| virtual void | s_from_p_T (Real p, Real T, Real &s, Real &ds_dp, Real &ds_dT) const override |
| virtual std::vector< Real > | henryCoefficients () const override |
| The following routines are simply forwarded to the 'fp' companion FluidProperties as they are not included in the tabulations presently. More... | |
| virtual Real | vaporPressure (Real temperature) const override |
| Vapor pressure. More... | |
| virtual void | vaporPressure (Real temperature, Real &psat, Real &dpsat_dT) const override |
| virtual ADReal | vaporPressure (const ADReal &T) const |
| virtual Real | vaporTemperature (Real pressure) const override |
| Vapor temperature. More... | |
| virtual void | vaporTemperature (Real pressure, Real &Tsat, Real &dTsat_dp) const override |
| virtual ADReal | vaporTemperature (const ADReal &p) const |
| virtual Real | T_from_p_h (Real pressure, Real enthalpy) const override |
| virtual ADReal | T_from_p_h (const ADReal &pressure, const ADReal &enthalpy) const override |
| virtual Real | triplePointPressure () const override |
| Triple point pressure. More... | |
| virtual Real | triplePointTemperature () const override |
| Triple point temperature. More... | |
| virtual Real | criticalPressure () const override |
| Critical pressure. More... | |
| virtual Real | criticalTemperature () const override |
| Critical temperature. More... | |
| virtual Real | criticalDensity () const override |
| Critical density. More... | |
| virtual Real | p_from_v_e (Real v, Real e) const override |
| Derivatives like dc_dv & dc_de are computed using the chain rule dy/dx(p,T) = dy/dp * dp/dx + dy/dT * dT/dx where y = c, cp, cv... More... | |
| virtual void | p_from_v_e (Real v, Real e, Real &p, Real &dp_dv, Real &dp_de) const override |
| virtual void | p_from_v_e (const ADReal &v, const ADReal &e, ADReal &p, ADReal &dp_dv, ADReal &dp_de) const override |
| virtual Real | T_from_v_e (Real v, Real e) const override |
| virtual void | T_from_v_e (Real v, Real e, Real &T, Real &dT_dv, Real &dT_de) const override |
| virtual void | T_from_v_e (const ADReal &v, const ADReal &e, ADReal &p, ADReal &dp_dv, ADReal &dp_de) const override |
| virtual Real | c_from_v_e (Real v, Real e) const override |
| virtual void | c_from_v_e (Real v, Real e, Real &c, Real &dc_dv, Real &dc_de) const override |
| virtual Real | cp_from_v_e (Real v, Real e) const override |
| virtual void | cp_from_v_e (Real v, Real e, Real &cp, Real &dcp_dv, Real &dcp_de) const override |
| virtual Real | cv_from_v_e (Real v, Real e) const override |
| virtual void | cv_from_v_e (Real v, Real e, Real &cv, Real &dcv_dv, Real &dcv_de) const override |
| virtual Real | mu_from_v_e (Real v, Real e) const override |
| virtual void | mu_from_v_e (Real v, Real e, Real &mu, Real &dmu_dv, Real &dmu_de) const override |
| virtual Real | k_from_v_e (Real v, Real e) const override |
| virtual void | k_from_v_e (Real v, Real e, Real &k, Real &dk_dv, Real &dk_de) const override |
| virtual Real | g_from_v_e (Real v, Real e) const override |
| virtual Real | e_from_v_h (Real v, Real h) const override |
| virtual void | e_from_v_h (Real v, Real h, Real &e, Real &de_dv, Real &de_dh) const override |
| virtual Real | T_from_h_s (Real h, Real s) const |
| virtual Real | T_from_p_s (Real p, Real s) const |
| virtual void | T_from_p_s (Real p, Real s, Real &T, Real &dT_dp, Real &dT_ds) const |
| virtual Real | s_from_v_e (Real v, Real e) const override |
| virtual void | s_from_v_e (Real v, Real e, Real &s, Real &ds_dv, Real &ds_de) const override |
| virtual Real | s_from_h_p (Real h, Real pressure) const override |
| virtual void | s_from_h_p (Real h, Real pressure, Real &s, Real &ds_dh, Real &ds_dp) const override |
| virtual Real | criticalInternalEnergy () const |
| Critical specific internal energy. More... | |
| virtual Real | e_spndl_from_v (Real v) const |
| Specific internal energy from temperature and specific volume. More... | |
| virtual void | v_e_spndl_from_T (Real T, Real &v, Real &e) const |
| Specific internal energy from temperature and specific volume. More... | |
| template<typename CppType > | |
| void | v_e_from_p_T (const CppType &p, const CppType &T, CppType &v, CppType &e) const |
| template<typename CppType > | |
| void | v_e_from_p_T (const CppType &p, const CppType &T, CppType &v, CppType &dv_dp, CppType &dv_dT, CppType &e, CppType &de_dp, CppType &de_dT) const |
| virtual void | rho_mu_from_p_T (Real p, Real T, Real &rho, Real &mu) const |
| Combined methods. More... | |
| virtual void | rho_mu_from_p_T (Real p, Real T, Real &rho, Real &drho_dp, Real &drho_dT, Real &mu, Real &dmu_dp, Real &dmu_dT) const |
| virtual void | rho_mu_from_p_T (const ADReal &p, const ADReal &T, ADReal &rho, ADReal &mu) const |
| virtual void | rho_e_from_p_T (Real p, Real T, Real &rho, Real &drho_dp, Real &drho_dT, Real &e, Real &de_dp, Real &de_dT) const |
| template<typename CppType > | |
| void | p_T_from_v_e (const CppType &v, const CppType &e, Real p0, Real T0, CppType &p, CppType &T, bool &conversion_succeeded) const |
| Determines (p,T) from (v,e) using Newton Solve in 2D Useful for conversion between different sets of state variables. More... | |
| template<typename T > | |
| void | p_T_from_v_h (const T &v, const T &h, Real p0, Real T0, T &pressure, T &temperature, bool &conversion_succeeded) const |
| Determines (p,T) from (v,h) using Newton Solve in 2D Useful for conversion between different sets of state variables. More... | |
| template<typename T > | |
| void | p_T_from_h_s (const T &h, const T &s, Real p0, Real T0, T &pressure, T &temperature, bool &conversion_succeeded) const |
| Determines (p,T) from (h,s) using Newton Solve in 2D Useful for conversion between different sets of state variables. More... | |
| template<> | |
| std::pair< Real, Real > | makeZeroAndOne (const Real &) |
| virtual void | execute () final |
| virtual void | initialize () final |
| virtual void | finalize () final |
| virtual void | threadJoin (const UserObject &) final |
| virtual void | subdomainSetup () final |
| bool | needThreadedCopy () const override final |
| virtual Real | spatialValue (const Point &) const |
| virtual const std::vector< Point > | spatialPoints () const |
| void | setPrimaryThreadCopy (UserObject *primary) |
| UserObject * | primaryThreadCopy () |
| SubProblem & | getSubProblem () const |
| bool | shouldDuplicateInitialExecution () const |
| void | gatherSum (T &value) |
| void | gatherMax (T &value) |
| void | gatherMin (T &value) |
| void | gatherProxyValueMax (T1 &proxy, T2 &value) |
| void | gatherProxyValueMin (T1 &proxy, T2 &value) |
| std::set< UserObjectName > | getDependObjects () const |
| const std::set< std::string > & | getRequestedItems () override |
| const std::set< std::string > & | getSuppliedItems () override |
| unsigned int | systemNumber () const |
| virtual bool | enabled () const |
| std::shared_ptr< MooseObject > | getSharedPtr () |
| std::shared_ptr< const MooseObject > | getSharedPtr () const |
| bool | isKokkosObject () const |
| MooseApp & | getMooseApp () const |
| const std::string & | type () const |
| const std::string & | name () const |
| std::string | typeAndName () const |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| MooseObjectName | uniqueName () const |
| const InputParameters & | parameters () const |
| const hit::Node * | getHitNode () const |
| bool | hasBase () const |
| const std::string & | getBase () const |
| const T & | getParam (const std::string &name) const |
| std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
| const T * | queryParam (const std::string &name) const |
| const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
| T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
| bool | haveParameter (const std::string &name) const |
| bool | isParamValid (const std::string &name) const |
| bool | isParamSetByUser (const std::string &name) const |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| void | paramError (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramInfo (const std::string ¶m, Args... args) const |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| std::string | errorPrefix (const std::string &) const |
| void | mooseError (Args &&... args) const |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecatedNoTrace (Args &&... args) const |
| void | mooseInfo (Args &&... args) const |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const |
| std::string | getDataFileName (const std::string ¶m) const |
| std::string | getDataFileNameByName (const std::string &relative_path) const |
| std::string | getDataFilePath (const std::string &relative_path) const |
| virtual void | timestepSetup () |
| virtual void | jacobianSetup () |
| virtual void | residualSetup () |
| virtual void | customSetup (const ExecFlagType &) |
| const ExecFlagEnum & | getExecuteOnEnum () const |
| UserObjectName | getUserObjectName (const std::string ¶m_name) const |
| const T & | getUserObject (const std::string ¶m_name, bool is_dependency=true) const |
| const T & | getUserObjectByName (const UserObjectName &object_name, bool is_dependency=true) const |
| const UserObjectBase & | getUserObjectBase (const std::string ¶m_name, bool is_dependency=true) const |
| const UserObjectBase & | getUserObjectBaseByName (const UserObjectName &object_name, bool is_dependency=true) const |
| const std::vector< MooseVariableScalar *> & | getCoupledMooseScalarVars () |
| const std::set< TagID > & | getScalarVariableCoupleableVectorTags () const |
| const std::set< TagID > & | getScalarVariableCoupleableMatrixTags () const |
| const GenericMaterialProperty< T, is_ad > & | getGenericMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0) |
| const GenericMaterialProperty< T, is_ad > & | getGenericMaterialProperty (const std::string &name, const unsigned int state=0) |
| const GenericMaterialProperty< T, is_ad > & | getGenericMaterialProperty (const std::string &name, const unsigned int state=0) |
| const MaterialProperty< T > & | getMaterialProperty (const std::string &name, MaterialData &material_data, const unsigned int state=0) |
| const MaterialProperty< T > & | getMaterialProperty (const std::string &name, const unsigned int state=0) |
| const MaterialProperty< T > & | getMaterialProperty (const std::string &name, const unsigned int state=0) |
| const ADMaterialProperty< T > & | getADMaterialProperty (const std::string &name, MaterialData &material_data) |
| const ADMaterialProperty< T > & | getADMaterialProperty (const std::string &name) |
| const ADMaterialProperty< T > & | getADMaterialProperty (const std::string &name) |
| const MaterialProperty< T > & | getMaterialPropertyOld (const std::string &name, MaterialData &material_data) |
| const MaterialProperty< T > & | getMaterialPropertyOld (const std::string &name) |
| const MaterialProperty< T > & | getMaterialPropertyOld (const std::string &name) |
| const MaterialProperty< T > & | getMaterialPropertyOlder (const std::string &name, MaterialData &material_data) |
| const MaterialProperty< T > & | getMaterialPropertyOlder (const std::string &name) |
| const MaterialProperty< T > & | getMaterialPropertyOlder (const std::string &name) |
| const GenericMaterialProperty< T, is_ad > & | getGenericMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state) |
| const GenericMaterialProperty< T, is_ad > & | getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0) |
| const GenericMaterialProperty< T, is_ad > & | getGenericMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0) |
| const MaterialProperty< T > & | getMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data, const unsigned int state=0) |
| const MaterialProperty< T > & | getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0) |
| const MaterialProperty< T > & | getMaterialPropertyByName (const MaterialPropertyName &name, const unsigned int state=0) |
| const ADMaterialProperty< T > & | getADMaterialPropertyByName (const MaterialPropertyName &name, MaterialData &material_data) |
| const ADMaterialProperty< T > & | getADMaterialPropertyByName (const MaterialPropertyName &name) |
| const ADMaterialProperty< T > & | getADMaterialPropertyByName (const MaterialPropertyName &name) |
| const MaterialProperty< T > & | getMaterialPropertyOldByName (const MaterialPropertyName &name, MaterialData &material_data) |
| const MaterialProperty< T > & | getMaterialPropertyOldByName (const MaterialPropertyName &name) |
| const MaterialProperty< T > & | getMaterialPropertyOldByName (const MaterialPropertyName &name) |
| const MaterialProperty< T > & | getMaterialPropertyOlderByName (const MaterialPropertyName &name, MaterialData &material_data) |
| const MaterialProperty< T > & | getMaterialPropertyOlderByName (const MaterialPropertyName &name) |
| const MaterialProperty< T > & | getMaterialPropertyOlderByName (const MaterialPropertyName &name) |
| Moose::Kokkos::MaterialProperty< T, dimension > | getKokkosMaterialPropertyByName (const std::string &prop_name_in) |
| Moose::Kokkos::MaterialProperty< T, dimension > | getKokkosMaterialPropertyOldByName (const std::string &prop_name) |
| Moose::Kokkos::MaterialProperty< T, dimension > | getKokkosMaterialPropertyOlderByName (const std::string &prop_name) |
| Moose::Kokkos::MaterialProperty< T, dimension > | getKokkosMaterialProperty (const std::string &name) |
| Moose::Kokkos::MaterialProperty< T, dimension > | getKokkosMaterialPropertyOld (const std::string &name) |
| Moose::Kokkos::MaterialProperty< T, dimension > | getKokkosMaterialPropertyOlder (const std::string &name) |
| std::pair< const MaterialProperty< T > *, std::set< SubdomainID > > | getBlockMaterialProperty (const MaterialPropertyName &name) |
| std::pair< Moose::Kokkos::MaterialProperty< T, dimension >, std::set< SubdomainID > > | getKokkosBlockMaterialProperty (const MaterialPropertyName &name) |
| const GenericMaterialProperty< T, is_ad > & | getGenericZeroMaterialProperty (const std::string &name) |
| const GenericMaterialProperty< T, is_ad > & | getGenericZeroMaterialProperty () |
| const GenericMaterialProperty< T, is_ad > & | getGenericZeroMaterialPropertyByName (const std::string &prop_name) |
| const MaterialProperty< T > & | getZeroMaterialProperty (Ts... args) |
| std::set< SubdomainID > | getMaterialPropertyBlocks (const std::string &name) |
| std::vector< SubdomainName > | getMaterialPropertyBlockNames (const std::string &name) |
| std::set< BoundaryID > | getMaterialPropertyBoundaryIDs (const std::string &name) |
| std::vector< BoundaryName > | getMaterialPropertyBoundaryNames (const std::string &name) |
| void | checkBlockAndBoundaryCompatibility (std::shared_ptr< MaterialBase > discrete) |
| std::unordered_map< SubdomainID, std::vector< MaterialBase *> > | buildRequiredMaterials (bool allow_stateful=true) |
| void | statefulPropertiesAllowed (bool) |
| virtual bool | getMaterialPropertyCalled () const |
| virtual const std::unordered_set< unsigned int > & | getMatPropDependencies () const |
| virtual void | resolveOptionalProperties () |
| const GenericMaterialProperty< T, is_ad > & | getPossiblyConstantGenericMaterialPropertyByName (const MaterialPropertyName &prop_name, MaterialData &material_data, const unsigned int state) |
| bool | isImplicit () |
| Moose::StateArg | determineState () const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObject (const std::string ¶m_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| bool | hasUserObjectByName (const UserObjectName &object_name) const |
| const GenericOptionalMaterialProperty< T, is_ad > & | getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0) |
| const GenericOptionalMaterialProperty< T, is_ad > & | getGenericOptionalMaterialProperty (const std::string &name, const unsigned int state=0) |
| const OptionalMaterialProperty< T > & | getOptionalMaterialProperty (const std::string &name, const unsigned int state=0) |
| const OptionalMaterialProperty< T > & | getOptionalMaterialProperty (const std::string &name, const unsigned int state=0) |
| const OptionalADMaterialProperty< T > & | getOptionalADMaterialProperty (const std::string &name) |
| const OptionalADMaterialProperty< T > & | getOptionalADMaterialProperty (const std::string &name) |
| const OptionalMaterialProperty< T > & | getOptionalMaterialPropertyOld (const std::string &name) |
| const OptionalMaterialProperty< T > & | getOptionalMaterialPropertyOld (const std::string &name) |
| const OptionalMaterialProperty< T > & | getOptionalMaterialPropertyOlder (const std::string &name) |
| const OptionalMaterialProperty< T > & | getOptionalMaterialPropertyOlder (const std::string &name) |
| MaterialBase & | getMaterial (const std::string &name) |
| MaterialBase & | getMaterial (const std::string &name) |
| MaterialBase & | getMaterialByName (const std::string &name, bool no_warn=false) |
| MaterialBase & | getMaterialByName (const std::string &name, bool no_warn=false) |
| bool | hasMaterialProperty (const std::string &name) |
| bool | hasMaterialProperty (const std::string &name) |
| bool | hasMaterialPropertyByName (const std::string &name) |
| bool | hasMaterialPropertyByName (const std::string &name) |
| bool | hasADMaterialProperty (const std::string &name) |
| bool | hasADMaterialProperty (const std::string &name) |
| bool | hasADMaterialPropertyByName (const std::string &name) |
| bool | hasADMaterialPropertyByName (const std::string &name) |
| bool | hasKokkosMaterialProperty (const std::string &name) |
| bool | hasKokkosMaterialProperty (const std::string &name) |
| bool | hasKokkosMaterialPropertyByName (const std::string &name) |
| bool | hasKokkosMaterialPropertyByName (const std::string &name) |
| bool | hasGenericMaterialProperty (const std::string &name) |
| bool | hasGenericMaterialProperty (const std::string &name) |
| bool | hasGenericMaterialPropertyByName (const std::string &name) |
| bool | hasGenericMaterialPropertyByName (const std::string &name) |
| const Function & | getFunction (const std::string &name) const |
| const Function & | getFunctionByName (const FunctionName &name) const |
| bool | hasFunction (const std::string ¶m_name) const |
| bool | hasFunctionByName (const FunctionName &name) const |
| Moose::Kokkos::Function | getKokkosFunction (const std::string &name) const |
| const T & | getKokkosFunction (const std::string &name) const |
| Moose::Kokkos::Function | getKokkosFunctionByName (const FunctionName &name) const |
| const T & | getKokkosFunctionByName (const FunctionName &name) const |
| bool | hasKokkosFunction (const std::string ¶m_name) const |
| bool | hasKokkosFunctionByName (const FunctionName &name) const |
| bool | isDefaultPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| bool | hasPostprocessor (const std::string ¶m_name, const unsigned int index=0) const |
| bool | hasPostprocessorByName (const PostprocessorName &name) const |
| std::size_t | coupledPostprocessors (const std::string ¶m_name) const |
| const PostprocessorName & | getPostprocessorName (const std::string ¶m_name, const unsigned int index=0) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValue (const std::string ¶m_name, const std::string &vector_name) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValue (const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOld (const std::string ¶m_name, const std::string &vector_name) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOld (const std::string ¶m_name, const std::string &vector_name, bool needs_broadcast) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| const VectorPostprocessorValue & | getVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name, bool needs_broadcast) const |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValue (const std::string ¶m_name, const std::string &vector_name) const |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValueByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValueOld (const std::string ¶m_name, const std::string &vector_name) const |
| const ScatterVectorPostprocessorValue & | getScatterVectorPostprocessorValueOldByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| bool | hasVectorPostprocessor (const std::string ¶m_name, const std::string &vector_name) const |
| bool | hasVectorPostprocessor (const std::string ¶m_name) const |
| bool | hasVectorPostprocessorByName (const VectorPostprocessorName &name, const std::string &vector_name) const |
| bool | hasVectorPostprocessorByName (const VectorPostprocessorName &name) const |
| const VectorPostprocessorName & | getVectorPostprocessorName (const std::string ¶m_name) const |
| T & | getSampler (const std::string &name) |
| Sampler & | getSampler (const std::string &name) |
| T & | getSamplerByName (const SamplerName &name) |
| Sampler & | getSamplerByName (const SamplerName &name) |
| virtual void | meshChanged () |
| virtual void | meshDisplaced () |
| PerfGraph & | perfGraph () |
| const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValue (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOld (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
| const PostprocessorValue & | getPostprocessorValueOlder (const std::string ¶m_name, const unsigned int index=0) const |
| virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
| virtual const PostprocessorValue & | getPostprocessorValueByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOldByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
| const PostprocessorValue & | getPostprocessorValueOlderByName (const PostprocessorName &name) const |
| bool | isVectorPostprocessorDistributed (const std::string ¶m_name) const |
| bool | isVectorPostprocessorDistributed (const std::string ¶m_name) const |
| bool | isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const |
| bool | isVectorPostprocessorDistributedByName (const VectorPostprocessorName &name) const |
| const Distribution & | getDistribution (const std::string &name) const |
| const T & | getDistribution (const std::string &name) const |
| const Distribution & | getDistribution (const std::string &name) const |
| const T & | getDistribution (const std::string &name) const |
| const Distribution & | getDistributionByName (const DistributionName &name) const |
| const T & | getDistributionByName (const std::string &name) const |
| const Distribution & | getDistributionByName (const DistributionName &name) const |
| const T & | getDistributionByName (const std::string &name) const |
| const Parallel::Communicator & | comm () const |
| processor_id_type | n_processors () const |
| processor_id_type | processor_id () const |
Static Public Member Functions | |
| static InputParameters | validParams () |
| static void | callMooseError (MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node, const bool show_trace=true) |
| static void | sort (typename std::vector< T > &vector) |
| static void | sortDFS (typename std::vector< T > &vector) |
| static void | cyclicDependencyError (CyclicDependencyException< T2 > &e, const std::string &header, NameFunc &&name_func) |
| static void | cyclicDependencyError (CyclicDependencyException< T2 > &e, const std::string &header) |
Public Attributes | |
| usingCombinedWarningSolutionWarnings | |
| const ConsoleStream | _console |
Static Public Attributes | |
| static const Real | _R = 8.3144598 |
| Universal gas constant (J/mol/K) More... | |
| static const std::string | type_param |
| static const std::string | name_param |
| static const std::string | unique_name_param |
| static const std::string | app_param |
| static const std::string | moose_base_param |
| static const std::string | kokkos_object_param |
| static constexpr PropertyValue::id_type | default_property_id |
| static constexpr PropertyValue::id_type | zero_property_id |
| static constexpr auto | SYSTEM |
| static constexpr auto | NAME |
Protected Types | |
| enum | OOBBehavior { Ignore, Throw, DeclareInvalid, WarnInvalid, SetToClosestBound } |
| Enum specifying all the behavior on out of bounds data options. More... | |
Protected Member Functions | |
| void | reshapeData2D (unsigned int nrow, unsigned int ncol, const std::vector< Real > &vec, std::vector< std::vector< Real >> &mat) |
| Forms a 2D matrix from a single std::vector. More... | |
| void | checkNaNs (Real min_1, Real max_1, Real min_2, Real max_2, unsigned int i, Real &variable_1, Real &variable_2, unsigned int &num_nans_1, unsigned int &num_nans_2) |
| If Newton Method jacobian produces NaNs, set variable to min or max depending on situation. More... | |
| void | checkOutofBounds (Real min, Real max, Real &variable, unsigned int &num_out_bounds) |
| If values go out of user defined range during Newton Method inversion, set variable to min or max depending on situation. More... | |
| void | outputWarnings (unsigned int num_nans_p, unsigned int num_nans_T, unsigned int num_out_bounds_p, unsigned int num_out_bounds_T, unsigned int convergence_failures, unsigned int number_points, std::string variable_set) |
| void | writeTabulatedData (std::string file_name) |
| Writes tabulated data to a file. More... | |
| template<typename T > | |
| void | checkInputVariables (T &pressure, T &temperature) const |
| Checks that the inputs are within the range of the tabulated data, and throws an error if they are not. More... | |
| template<typename T > | |
| void | checkInputVariablesVE (T &v, T &e) const |
| Checks that the inputs are within the range of the tabulated data, and throws an error if they are not. More... | |
| virtual void | checkInitialGuess (bool post_reading_tabulation) const |
| Checks initial guess for Newton Method. More... | |
| void | readFileTabulationData (bool use_pT) |
| Read tabulation data from file. More... | |
| void | checkFileTabulationGrids (std::vector< Real > &v1, std::vector< Real > &v2, const std::string &file_name, const std::string &v1_name, const std::string &v2_name) |
| Check that the tabulation grids in the file are correct (no repeats etc) More... | |
| virtual void | generateTabulatedData () |
| Generates a table of fluid properties by looping over pressure and temperature and calculating properties using the FluidProperties UserObject _fp. More... | |
| virtual void | generateVETabulatedData () |
| Generates a table of fluid properties by looping over specific volume and internal energy and calculating properties using the FluidProperties UserObject _fp. More... | |
| void | computePropertyIndicesInInterpolationVectors () |
| Retrieves the index for each property in the vector of interpolations. More... | |
| void | createVGridVector () |
| Create (or reset) the grid vectors for the specific volume and internal energy interpolations The order of priority for determining the range boundaries in v and e: More... | |
| void | createVEGridVectors () |
| void | createVHGridVectors () |
| Create (or reset) the grid vectors for the specific volume and enthalpy interpolation The order of priority for determining the range boundaries in v and h: More... | |
| void | missingVEInterpolationError (const std::string &function_name) const |
| Standardized error message for missing interpolation. More... | |
| void | TabulationNotImplementedError (const std::string &desired_routine) const |
| Utility to forward errors related to fluid properties methods not implemented. More... | |
| void | NeedTabulationOrFPError (const std::string &desired_routine, const std::string &needed_property) const |
| Utility to forward errors related to fluid properties needing more data for their computation This should generally be used as an 'else' condition to if (_interpolate_property) / else if (_fp) More... | |
| void | NeedTabulationError (const std::string &needed_property) const |
| Utility to forward errors related to properties being requested for tabulation, but no tabulation is present This should generally be used as an 'else' condition to if (_interpolate_needed_property) More... | |
| virtual void | addPostprocessorDependencyHelper (const PostprocessorName &name) const override |
| virtual void | addVectorPostprocessorDependencyHelper (const VectorPostprocessorName &name) const override |
| virtual void | addUserObjectDependencyHelper (const UserObjectBase &uo) const override |
| void | addReporterDependencyHelper (const ReporterName &reporter_name) override |
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) const |
| const ReporterContextBase & | getReporterContextBaseByName (const ReporterName &reporter_name) const |
| const ReporterName & | getReporterName (const std::string ¶m_name) const |
| T & | declareRestartableData (const std::string &data_name, Args &&... args) |
| ManagedValue< T > | declareManagedRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
| const T & | getRestartableData (const std::string &data_name) const |
| T & | declareRestartableDataWithContext (const std::string &data_name, void *context, Args &&... args) |
| T & | declareRecoverableData (const std::string &data_name, Args &&... args) |
| T & | declareRestartableDataWithObjectName (const std::string &data_name, const std::string &object_name, Args &&... args) |
| T & | declareRestartableDataWithObjectNameWithContext (const std::string &data_name, const std::string &object_name, void *context, Args &&... args) |
| std::string | restartableName (const std::string &data_name) const |
| const T & | getMeshProperty (const std::string &data_name, const std::string &prefix) |
| const T & | getMeshProperty (const std::string &data_name) |
| bool | hasMeshProperty (const std::string &data_name, const std::string &prefix) const |
| bool | hasMeshProperty (const std::string &data_name, const std::string &prefix) const |
| bool | hasMeshProperty (const std::string &data_name) const |
| bool | hasMeshProperty (const std::string &data_name) const |
| std::string | meshPropertyName (const std::string &data_name) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const |
| std::string | timedSectionName (const std::string §ion_name) const |
| bool | isCoupledScalar (const std::string &var_name, unsigned int i=0) const |
| unsigned int | coupledScalarComponents (const std::string &var_name) const |
| unsigned int | coupledScalar (const std::string &var_name, unsigned int comp=0) const |
| libMesh::Order | coupledScalarOrder (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarValue (const std::string &var_name, unsigned int comp=0) const |
| const ADVariableValue & | adCoupledScalarValue (const std::string &var_name, unsigned int comp=0) const |
| const GenericVariableValue< is_ad > & | coupledGenericScalarValue (const std::string &var_name, unsigned int comp=0) const |
| const GenericVariableValue< false > & | coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const |
| const GenericVariableValue< true > & | coupledGenericScalarValue (const std::string &var_name, const unsigned int comp) const |
| const VariableValue & | coupledVectorTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const |
| const VariableValue & | coupledMatrixTagScalarValue (const std::string &var_name, TagID tag, unsigned int comp=0) const |
| const VariableValue & | coupledScalarValueOld (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarValueOlder (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarDot (const std::string &var_name, unsigned int comp=0) const |
| const ADVariableValue & | adCoupledScalarDot (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarDotDot (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarDotOld (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarDotDotOld (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarDotDu (const std::string &var_name, unsigned int comp=0) const |
| const VariableValue & | coupledScalarDotDotDu (const std::string &var_name, unsigned int comp=0) const |
| const MooseVariableScalar * | getScalarVar (const std::string &var_name, unsigned int comp) const |
| virtual void | checkMaterialProperty (const std::string &name, const unsigned int state) |
| virtual void | getKokkosMaterialPropertyHook (const std::string &, const unsigned int) |
| void | markMatPropRequested (const std::string &) |
| MaterialPropertyName | getMaterialPropertyName (const std::string &name) const |
| void | checkExecutionStage () |
| const T & | getReporterValue (const std::string ¶m_name, const std::size_t time_index=0) |
| const T & | getReporterValue (const std::string ¶m_name, ReporterMode mode, const std::size_t time_index=0) |
| const T & | getReporterValue (const std::string ¶m_name, const std::size_t time_index=0) |
| const T & | getReporterValue (const std::string ¶m_name, ReporterMode mode, const std::size_t time_index=0) |
| const T & | getReporterValueByName (const ReporterName &reporter_name, const std::size_t time_index=0) |
| const T & | getReporterValueByName (const ReporterName &reporter_name, ReporterMode mode, const std::size_t time_index=0) |
| const T & | getReporterValueByName (const ReporterName &reporter_name, const std::size_t time_index=0) |
| const T & | getReporterValueByName (const ReporterName &reporter_name, ReporterMode mode, const std::size_t time_index=0) |
| bool | hasReporterValue (const std::string ¶m_name) const |
| bool | hasReporterValue (const std::string ¶m_name) const |
| bool | hasReporterValue (const std::string ¶m_name) const |
| bool | hasReporterValue (const std::string ¶m_name) const |
| bool | hasReporterValueByName (const ReporterName &reporter_name) const |
| bool | hasReporterValueByName (const ReporterName &reporter_name) const |
| bool | hasReporterValueByName (const ReporterName &reporter_name) const |
| bool | hasReporterValueByName (const ReporterName &reporter_name) const |
| const GenericMaterialProperty< T, is_ad > * | defaultGenericMaterialProperty (const std::string &name) |
| const GenericMaterialProperty< T, is_ad > * | defaultGenericMaterialProperty (const std::string &name) |
| const MaterialProperty< T > * | defaultMaterialProperty (const std::string &name) |
| const MaterialProperty< T > * | defaultMaterialProperty (const std::string &name) |
| const ADMaterialProperty< T > * | defaultADMaterialProperty (const std::string &name) |
| const ADMaterialProperty< T > * | defaultADMaterialProperty (const std::string &name) |
Static Protected Member Functions | |
| template<typename T , typename Functor > | |
| static void | xyDerivatives (const T x, const T &y, T &z, T &dz_dx, T &dz_dy, const Functor &z_from_x_y) |
Computes the dependent variable z and its derivatives with respect to the independent variables x and y using the simple two parameter z_from_x_y functor. More... | |
| template<typename T > | |
| static std::pair< T, T > | makeZeroAndOne (const T &) |
| Given a type example, this method returns zero and unity representations of that type (first and second members of returned pair respectively) More... | |
| static std::string | meshPropertyName (const std::string &data_name, const std::string &prefix) |
Protected Attributes | |
| FileName | _file_name_in |
| File name of input tabulated data file. More... | |
| FileName | _file_name_ve_in |
| File name of input (v,e) tabulated data file. More... | |
| FileName | _file_name_out |
| File name of output tabulated data file. More... | |
| FileName | _file_name_ve_out |
| File name of output (v,e) tabulated data file. More... | |
| const bool | _save_file |
| Whether to save a generated fluid properties file to disk. More... | |
| std::vector< Real > | _pressure |
| Pressure vector. More... | |
| std::vector< Real > | _temperature |
| Temperature vector. More... | |
| std::vector< Real > | _specific_volume |
| Specific volume vector. More... | |
| std::vector< Real > | _internal_energy |
| Specific internal energy vector. More... | |
| std::vector< Real > | _enthalpy |
| Specific enthalpy vector. More... | |
| const bool | _create_direct_pT_interpolations |
| Whether the object has direct (p,T) interpolations (whether created from file or from _fp) More... | |
| const bool | _create_direct_ve_interpolations |
| Whether the object has direct (v,e) interpolations (whether created from file or from _fp) More... | |
| std::vector< std::vector< Real > > | _properties |
| Tabulated fluid properties (read from file OR computed from _fp) More... | |
| std::vector< std::vector< Real > > | _properties_ve |
| Tabulated fluid properties in (v,e) (read from file OR computed from _fp) More... | |
| std::vector< std::unique_ptr< BidimensionalInterpolation > > | _property_ipol |
| Vector of bi-dimensional interpolation of fluid properties. More... | |
| std::vector< std::unique_ptr< BidimensionalInterpolation > > | _property_ve_ipol |
| Vector of bi-dimensional interpolation of fluid properties directly in (v,e) More... | |
| Real | _temperature_min |
| Minimum temperature in tabulated data. More... | |
| Real | _temperature_max |
| Maximum temperature in tabulated data. More... | |
| Real | _pressure_min |
| Minimum pressure in tabulated data. More... | |
| Real | _pressure_max |
| Maximum pressure in tabulated data. More... | |
| unsigned int | _num_T |
| Number of temperature points in the tabulated data. More... | |
| unsigned int | _num_p |
| Number of pressure points in the tabulated data. More... | |
| const SinglePhaseFluidProperties *const | _fp |
| SinglePhaseFluidPropertiesPT UserObject. More... | |
| const bool | _allow_fp_and_tabulation |
| Whether to allow a fp object when a tabulation is in use. More... | |
| MultiMooseEnum | _interpolated_properties_enum |
| Properties to be interpolated entered in the input file. More... | |
| std::vector< std::string > | _interpolated_properties |
| List of properties to be interpolated. More... | |
| bool | _interpolate_density |
| Set of flags to note whether a property is to be interpolated. More... | |
| bool | _interpolate_enthalpy |
| bool | _interpolate_internal_energy |
| bool | _interpolate_viscosity |
| bool | _interpolate_k |
| bool | _interpolate_c |
| bool | _interpolate_cp |
| bool | _interpolate_cv |
| bool | _interpolate_entropy |
| bool | _interpolate_pressure |
| bool | _interpolate_temperature |
| unsigned int | _density_idx |
| Index of each property. More... | |
| unsigned int | _enthalpy_idx |
| unsigned int | _internal_energy_idx |
| unsigned int | _viscosity_idx |
| unsigned int | _k_idx |
| unsigned int | _c_idx |
| unsigned int | _cp_idx |
| unsigned int | _cv_idx |
| unsigned int | _entropy_idx |
| unsigned int | _p_idx |
| unsigned int | _T_idx |
| MooseUtils::DelimitedFileReader | _csv_reader |
| The MOOSE delimited file reader. More... | |
| bool | _construct_pT_from_ve |
| if the lookup table p(v, e) and T(v, e) should be constructed More... | |
| bool | _construct_pT_from_vh |
| if the lookup table p(v, h) and T(v, h) should be constructed More... | |
| bool | _initial_setup_done |
| keeps track of whether initialSetup has been performed More... | |
| unsigned int | _num_v |
| Number of specific volume points in the tabulated data. More... | |
| unsigned int | _num_e |
| Number of internal energy points in tabulated data. More... | |
| bool | _log_space_v |
| log-space the specific volume interpolation grid axis instead of linear More... | |
| bool | _log_space_e |
| log-space the internal energy interpolation grid axis instead of linear More... | |
| bool | _log_space_h |
| log-space the enthalpy interpolation grid axis instead of linear More... | |
| MooseEnum | _OOBBehavior |
| User-selected out-of-bounds behavior. More... | |
| std::unique_ptr< BidimensionalInterpolation > | _T_from_v_e_ipol |
| Bi-dimensional interpolation of temperature from (v,e) More... | |
| std::unique_ptr< BidimensionalInterpolation > | _p_from_v_e_ipol |
| Bi-dimensional interpolation of pressure from (v,e) More... | |
| std::unique_ptr< BidimensionalInterpolation > | _T_from_v_h_ipol |
| Bi-dimensional interpolation of temperature from (v,h) More... | |
| std::unique_ptr< BidimensionalInterpolation > | _p_from_v_h_ipol |
| Bidimensional interpolation of pressure from (v,h) More... | |
| bool | _e_bounds_specified |
| Whether the specific internal energy bounds were set by the user. More... | |
| bool | _v_bounds_specified |
| Whether the specific volume bounds were set by the user. More... | |
| Real | _e_min |
| Minimum internal energy in tabulated data (can be user-specified) More... | |
| Real | _e_max |
| Maximum internal energy in tabulated data (can be user-specified) More... | |
| Real | _v_min |
| Minimum specific volume in tabulated data (can be user-specified) More... | |
| Real | _v_max |
| Maximum specific volume in tabulated data (can be user-specified) More... | |
| Real | _h_min |
| Minimum specific enthalpy in tabulated data. More... | |
| Real | _h_max |
| Maximum specific enthalpy in tabulated data. More... | |
| const Real | _tolerance |
| Newton's method may be used to convert between variable sets. More... | |
| const Real | _T_initial_guess |
| Initial guess for temperature (or temperature used to compute the initial guess) More... | |
| const Real | _p_initial_guess |
| Initial guess for pressure (or pressure used to compute the initial guess) More... | |
| const unsigned int | _max_newton_its |
| Maximum number of iterations for the variable conversion newton solves. More... | |
| const bool | _verbose_newton |
| Whether to output information about newton solves to console. More... | |
| const Real | _T_c2k |
| Conversion of temperature from Celsius to Kelvin. More... | |
| const bool | _allow_imperfect_jacobians |
| Flag to set unimplemented Jacobian entries to zero. More... | |
| const Moose::CoordinateSystemType & | _coord_sys |
| const THREAD_ID | _tid |
| SubProblem & | _subproblem |
| FEProblemBase & | _fe_problem |
| SystemBase & | _sys |
| Assembly & | _assembly |
| const bool | _duplicate_initial_execution |
| std::set< std::string > | _depend_uo |
| const bool & | _enabled |
| MooseApp & | _app |
| Factory & | _factory |
| ActionFactory & | _action_factory |
| const std::string & | _type |
| const std::string & | _name |
| const InputParameters & | _pars |
| const ExecFlagEnum & | _execute_enum |
| const ExecFlagType & | _current_execute_flag |
| MooseApp & | _restartable_app |
| const std::string | _restartable_system_name |
| const THREAD_ID | _restartable_tid |
| const bool | _restartable_read_only |
| FEProblemBase & | _mci_feproblem |
| FEProblemBase & | _mdi_feproblem |
| MooseApp & | _pg_moose_app |
| const std::string | _prefix |
| FEProblemBase & | _sc_fe_problem |
| const THREAD_ID | _sc_tid |
| const Real & | _real_zero |
| const VariableValue & | _scalar_zero |
| const Point & | _point_zero |
| const InputParameters & | _mi_params |
| const std::string | _mi_name |
| const MooseObjectName | _mi_moose_object_name |
| FEProblemBase & | _mi_feproblem |
| SubProblem & | _mi_subproblem |
| const THREAD_ID | _mi_tid |
| const bool | _is_kokkos_object |
| const Moose::MaterialDataType | _material_data_type |
| MaterialData & | _material_data |
| bool | _stateful_allowed |
| bool | _get_material_property_called |
| std::vector< std::unique_ptr< PropertyValue > > | _default_properties |
| std::unordered_set< unsigned int > | _material_property_dependencies |
| const MaterialPropertyName | _get_suffix |
| const bool | _use_interpolated_state |
| const InputParameters & | _ti_params |
| FEProblemBase & | _ti_feproblem |
| bool | _is_implicit |
| Real & | _t |
| const Real & | _t_old |
| int & | _t_step |
| Real & | _dt |
| Real & | _dt_old |
| bool | _is_transient |
| const Parallel::Communicator & | _communicator |
Static Protected Attributes | |
| static const std::string | _interpolated_old |
| static const std::string | _interpolated_older |
| propfunc (p, v, e) propfunc(T | |
| Compute a fluid property given for the state defined by two given properties. More... | |
| e | propfunc (c, v, e) propfunc(cp |
| e e | propfunc (cv, v, e) propfunc(mu |
| e e e | propfunc (k, v, e) propfuncWithDefault(s |
| e e e e | propfunc (s, h, p) propfunc(rho |
| e e e e s | propfunc (e, v, h) propfuncWithDefault(s |
| e e e e s T | propfunc (pp_sat, p, T) propfunc(mu |
| e e e e s T T | propfunc (k, rho, T) propfuncWithDefault(c |
| e e e e s T T T T T | propfunc (rho, p, T) propfunc(e |
| e e e e s T T T T T rho | propfunc (e, T, v) propfunc(p |
| e e e e s T T T T T rho v | propfunc (h, T, v) propfunc(s |
| e e e e s T T T T T rho v v | propfunc (cv, T, v) propfunc(h |
| e e e e s T T T | propfuncWithDefault (cp, p, T) propfuncWithDefault(cv |
| e e e e s T T T T | propfuncWithDefault (mu, p, T) propfuncWithDefault(k |
| e e e e s T T T T T rho v v T | propfuncWithDefault (h, v, e) propfunc(g |
| e e e e s T T T T T rho v v T e | propfuncWithDefault (p, h, s) propfunc(T |
| e e e e s T T T T T rho v v T e p | propfuncWithDefault (T, p, h) propfuncWithDefault(beta |
| e e e e s T T T T T rho v v T e p T | propfuncWithDefault (v, p, T) propfuncWithDefault(e |
| e e e e s T T T T T rho v v T e p T T | propfuncWithDefault (gamma, v, e) propfuncWithDefault(gamma |
| v | |
| e | v |
| e e | v |
| e e e | v |
| e e e e s T T T T T rho v v T | v |
| e e e e | p |
| e e e e s | p |
| e e e e s T T | p |
| e e e e s T T T | p |
| e e e e s T T T T | p |
| e e e e s T T T T T | p |
| e e e e s T T T T T rho v v | p |
| e e e e s T T T T T rho v v T e p | p |
| e e e e s T T T T T rho v v T e p T | p |
| e e e e s T T T T T rho v v T e p T T | p |
| e e e e s T | rho |
| e e e e s T T T T T rho | T |
| e e e e s T T T T T rho v | T |
| e e e e s T T T T T rho v v T e | h |
Class for fluid properties read from a file.
Property values are read from a CSV file containing property data. Monotonically increasing values of pressure and temperature must be included in the data file, specifying the phase space where tabulated fluid properties will be defined. An error is thrown if either temperature or pressure data is not included or not monotonic, and an error is also thrown if this UserObject is requested to provide a fluid property outside this phase space.
This class is intended to be used when complicated formulations for fluid properties (for example, density or enthalpy) are required, which can be computationally expensive. This is particularly the case where the fluid equation of state is based on a Helmholtz free energy that is a function of density and temperature, like that used in CO2FluidProperties. In this case, density must be solved iteratively using pressure and temperature, which increases the computational burden.
Using interpolation to calculate these fluid properties can significantly reduce the computational time for these cases.
The expected file format for the tabulated fluid properties is now described. The first line must be the header containing the required column names "pressure" and "temperature", and the names of the fluid properties to be read. Available fluid property names are: "density", "enthalpy", "internal_energy", "viscosity", "k" (thermal conductivity), "cp" (isobaric specific heat capacity), "cv" (isochoric specific heat capacity), and "entropy". Note: the order is not important, although having pressure and temperature first makes the data easier for a human to read).
The data in the pressure and temperature columns must be monotonically increasing. This file format does require duplication of the pressure and temperature data - each pressure value must be included num_T times, while each temperature value is repeated num_p times, where num_T and num_p are the number of temperature and pressure points, respectively. This class will check that the required number of data points have been entered (num_T * num_p).
An example of a valid fluid properties file is provided below:
pressure, temperature, density, enthalpy, internal_energy 200000, 275, 3.90056, -21487, -72761.7 200000, 277, 3.86573, -19495.4, -71232.0 200000, 280, 3.83155, -17499.1, -69697.3 300000, 275, 6.07273, -22728.3, -73626.5 300000, 277, 6.01721, -20711.5, -72079.3 300000, 280, 5.96277, -18691.0, -70527.7
and so on.
If no tabulated fluid property data file exists, then data for the fluid supplied by the required FluidProperties UserObject will be generated using the pressure and temperature ranges specified in the input file at the beginning of the simulation. The properties to be tabulated are provided in the "interpolated_properties" input parameter (the properties that can be tabulated are listed above).
This tabulated data will be written to file in the correct format, enabling suitable data files to be created for future use. There is an upfront computational expense required for this initial data generation, depending on the required number of pressure and temperature points. However, provided that the number of data points required to generate the tabulated data is smaller than the number of times the property members in the FluidProperties UserObject are used, the initial time to generate the data and the subsequent interpolation time can be much less than using the original FluidProperties UserObject.
Properties specified in the data file or listed in the input file (and their derivatives wrt pressure and temperature) will be calculated using bicubic interpolation, while all remaining fluid properties are calculated using the supplied FluidProperties UserObject.
Definition at line 87 of file TabulatedBicubicFluidProperties.h.
|
protectedinherited |
Enum specifying all the behavior on out of bounds data options.
| Enumerator | |
|---|---|
| Ignore | |
| Throw | |
| DeclareInvalid | |
| WarnInvalid | |
| SetToClosestBound | |
Definition at line 383 of file TabulatedFluidProperties.h.
| TabulatedBicubicFluidProperties::TabulatedBicubicFluidProperties | ( | const InputParameters & | parameters | ) |
Definition at line 35 of file TabulatedBicubicFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1022 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::c_from_v_e().
|
overridevirtualinherited |
Definition at line 1039 of file TabulatedFluidProperties.C.
Definition at line 1481 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1502 of file TabulatedFluidProperties.C.
|
protectedinherited |
Check that the tabulation grids in the file are correct (no repeats etc)
| v1 | the first grid axis (pressure for pT grid) |
| v2 | the second grid axis (temperature for pT grid) |
| file_name | the name of the tabulation file |
Definition at line 2499 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::readFileTabulationData().
|
protectedvirtualinherited |
Checks initial guess for Newton Method.
| post_reading_tabulation | whether the check is performed at construction (false) or after reading a file tabulation (true) |
Definition at line 2308 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Checks that the inputs are within the range of the tabulated data, and throws an error if they are not.
| pressure | input pressure (Pa) |
| temperature | input temperature (K) |
Definition at line 2222 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::c_from_p_T(), TabulatedFluidProperties::cp_from_p_T(), TabulatedFluidProperties::cv_from_p_T(), TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::k_from_p_T(), TabulatedFluidProperties::mu_from_p_T(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::T_from_p_rho(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Checks that the inputs are within the range of the tabulated data, and throws an error if they are not.
| v | specific volume (m3/kg) |
| e | specific internal energy (J/kg) |
Definition at line 2268 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::s_from_v_e(), and TabulatedFluidProperties::T_from_v_e().
|
protected |
If Newton Method jacobian produces NaNs, set variable to min or max depending on situation.
| min_1 | minimum value of pressure |
| max_1 | maximum value of pressure |
| min_2 | minimum value of temperature |
| max_2 | maximum value of temperature |
| i | track iteration to get correct data point |
| variable_1 | pressure value |
| variable_2 | temperature value |
| num_nans_1 | track number of nans produced for pressure |
| num_nans_2 | track number of nans produced for temperature |
Definition at line 272 of file TabulatedBicubicFluidProperties.C.
Referenced by constructInterpolation().
|
protected |
If values go out of user defined range during Newton Method inversion, set variable to min or max depending on situation.
| min | minimum value of variable |
| max | maximum value of variable |
| variable | variable of interest (pressure or temperature) |
| num_out_bounds | track number of values out of user defined bounds |
Definition at line 303 of file TabulatedBicubicFluidProperties.C.
Referenced by constructInterpolation().
|
protectedinherited |
Retrieves the index for each property in the vector of interpolations.
Definition at line 2561 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::initialSetup().
|
overridevirtual |
Implements TabulatedFluidProperties.
Definition at line 41 of file TabulatedBicubicFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1057 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::cp_from_v_e().
|
overridevirtualinherited |
Definition at line 1074 of file TabulatedFluidProperties.C.
Definition at line 1528 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1549 of file TabulatedFluidProperties.C.
|
protectedinherited |
Definition at line 2685 of file TabulatedFluidProperties.C.
Referenced by constructInterpolation(), TabulatedFluidProperties::generateVETabulatedData(), and TabulatedFluidProperties::initialSetup().
|
protectedinherited |
Create (or reset) the grid vectors for the specific volume and internal energy interpolations The order of priority for determining the range boundaries in v and e:
Definition at line 2632 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::createVEGridVectors(), and TabulatedFluidProperties::createVHGridVectors().
|
protectedinherited |
Create (or reset) the grid vectors for the specific volume and enthalpy interpolation The order of priority for determining the range boundaries in v and h:
Definition at line 2737 of file TabulatedFluidProperties.C.
Referenced by constructInterpolation().
|
overridevirtualinherited |
Critical density.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1366 of file TabulatedFluidProperties.C.
|
virtualinherited |
Critical specific internal energy.
Reimplemented in IdealGasFluidProperties, CaloricallyImperfectGas, and StiffenedGasFluidProperties.
Definition at line 320 of file SinglePhaseFluidProperties.C.
|
overridevirtualinherited |
Critical pressure.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1346 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Critical temperature.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1356 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1092 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::cv_from_v_e().
|
overridevirtualinherited |
Definition at line 1109 of file TabulatedFluidProperties.C.
Definition at line 1575 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1596 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 744 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::T_from_p_rho().
|
overridevirtualinherited |
Definition at line 716 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 774 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 611 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), and TabulatedFluidProperties::e_from_v_h().
|
overridevirtualinherited |
Definition at line 647 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 685 of file TabulatedFluidProperties.C.
Definition at line 1209 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::e_from_v_h().
|
overridevirtualinherited |
Definition at line 1240 of file TabulatedFluidProperties.C.
Specific internal energy from temperature and specific volume.
| [in] | T | temperature |
| [in] | v | specific volume |
Reimplemented in IdealGasFluidProperties, CaloricallyImperfectGas, and StiffenedGasFluidProperties.
Definition at line 483 of file SinglePhaseFluidProperties.C.
|
inlinefinalvirtualinherited |
|
inlinefinalvirtualinherited |
|
overridevirtualinherited |
Fluid name.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 379 of file TabulatedFluidProperties.C.
Definition at line 1762 of file TabulatedFluidProperties.C.
|
protectedvirtualinherited |
Generates a table of fluid properties by looping over pressure and temperature and calculating properties using the FluidProperties UserObject _fp.
Definition at line 2051 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::initialSetup().
|
protectedvirtualinherited |
Generates a table of fluid properties by looping over specific volume and internal energy and calculating properties using the FluidProperties UserObject _fp.
Definition at line 2130 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::initialSetup().
Definition at line 904 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::g_from_v_e(), and TabulatedFluidProperties::T_from_p_h().
|
overridevirtualinherited |
Definition at line 930 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 954 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
The following routines are simply forwarded to the 'fp' companion FluidProperties as they are not included in the tabulations presently.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1280 of file TabulatedFluidProperties.C.
|
inlinefinalvirtualinherited |
|
overridevirtualinherited |
Reimplemented from ThreadedGeneralUserObject.
Definition at line 319 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1127 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::k_from_v_e().
|
overridevirtualinherited |
Definition at line 1144 of file TabulatedFluidProperties.C.
Definition at line 1669 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1690 of file TabulatedFluidProperties.C.
|
staticprotectedinherited |
Given a type example, this method returns zero and unity representations of that type (first and second members of returned pair respectively)
Definition at line 478 of file SinglePhaseFluidProperties.h.
Referenced by SinglePhaseFluidProperties::xyDerivatives().
|
inlineinherited |
Definition at line 485 of file SinglePhaseFluidProperties.h.
|
protectedinherited |
Standardized error message for missing interpolation.
Definition at line 2791 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::s_from_v_e(), and TabulatedFluidProperties::T_from_v_e().
|
overridevirtualinherited |
Molar mass [kg/mol].
Reimplemented from SinglePhaseFluidProperties.
Definition at line 388 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 986 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::mu_from_v_e().
|
overridevirtualinherited |
Definition at line 1003 of file TabulatedFluidProperties.C.
Definition at line 1622 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1643 of file TabulatedFluidProperties.C.
|
protectedinherited |
Utility to forward errors related to properties being requested for tabulation, but no tabulation is present This should generally be used as an 'else' condition to if (_interpolate_needed_property)
Definition at line 1911 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::h_from_p_T(), and TabulatedFluidProperties::s_from_p_T().
|
protectedinherited |
Utility to forward errors related to fluid properties needing more data for their computation This should generally be used as an 'else' condition to if (_interpolate_property) / else if (_fp)
Definition at line 1900 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::c_from_p_T(), TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::cp_from_p_T(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_p_T(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_v_h(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::k_from_p_T(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_p_T(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_v_e(), TabulatedFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_v_e(), and TabulatedFluidProperties::v_from_p_T().
|
protected |
Definition at line 321 of file TabulatedBicubicFluidProperties.C.
Referenced by constructInterpolation().
Derivatives like dc_dv & dc_de are computed using the chain rule dy/dx(p,T) = dy/dp * dp/dx + dy/dT * dT/dx where y = c, cp, cv...
& x = v, e
Definition at line 1375 of file TabulatedFluidProperties.C.
Referenced by constructInterpolation(), TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::v_from_p_T(), and TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1392 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1409 of file TabulatedFluidProperties.C.
|
inherited |
Determines (p,T) from (h,s) using Newton Solve in 2D Useful for conversion between different sets of state variables.
| [in] | h | specific enthalpy (J / kg) |
| [in] | s | specific entropy (J/K*kg) |
| [in] | p0 | initial guess for pressure (Pa / kg) |
| [in] | T0 | initial guess for temperature (K) |
| [out] | fluid | pressure (Pa / kg) |
| [out] | Temperature | (K) |
Definition at line 599 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::T_from_h_s().
|
inherited |
Determines (p,T) from (v,e) using Newton Solve in 2D Useful for conversion between different sets of state variables.
| [in] | v | specific volume (m^3 / kg) |
| [in] | e | specific internal energy (J / kg) |
| [in] | p0 | initial guess for pressure (Pa / kg) |
| [in] | T0 | initial guess for temperature (K) |
| [out] | fluid | pressure (Pa / kg) |
| [out] | Temperature | (K) |
Definition at line 513 of file SinglePhaseFluidProperties.h.
Referenced by constructInterpolation(), TemperaturePressureFunctionFluidProperties::cp_from_v_e(), TemperaturePressureFunctionFluidProperties::cv_from_v_e(), TabulatedFluidProperties::g_from_v_e(), TemperaturePressureFunctionFluidProperties::k_from_v_e(), TemperaturePressureFunctionFluidProperties::mu_from_v_e(), and TemperaturePressureFunctionFluidProperties::T_from_v_e().
|
inherited |
Determines (p,T) from (v,h) using Newton Solve in 2D Useful for conversion between different sets of state variables.
| [in] | v | specific volume (m^3 / kg) |
| [in] | h | specific enthalpy (J / kg) |
| [in] | p0 | initial guess for pressure (Pa / kg) |
| [in] | T0 | initial guess for temperature (K) |
| [out] | fluid | pressure (Pa / kg) |
| [out] | Temperature | (K) |
Definition at line 559 of file SinglePhaseFluidProperties.h.
Referenced by constructInterpolation().
Compute a fluid property given for the state defined by two given properties.
For all functions, the first two arguments are the given properties that define the fluid state. For the two-argument variants, the desired property is the return value. The five-argument variants also provide partial derivatives dx/da and dx/db where x is the desired property being computed, a is the first given property, and b is the second given property. The desired property, dx/da, and dx/db are stored into the 3rd, 4th, and 5th arguments respectively.
Properties/parameters used in these function are listed below with their units:
p pressure [Pa] T temperature [K] e specific internal energy [J/kg] v specific volume [m^3/kg] rho density [kg/m^3] h specific enthalpy [J/kg] s specific entropy [J/(kg*K)] mu viscosity [Pa*s] k thermal conductivity [W/(m*K)] c speed of sound [m/s] cp constant-pressure specific heat [J/K] cv constant-volume specific heat [J/K] beta volumetric thermal expansion coefficient [1/K] g Gibbs free energy [J] pp_sat partial pressure at saturation [Pa] gamma Adiabatic ratio (cp/cv) [-]
As an example:
// calculate pressure given specific vol and energy: auto pressure = your_fluid_properties_object.p_from_v_e(specific_vol, specific_energy);
// or use the derivative variant: Real dp_dv = 0; // derivative will be stored into here Real dp_de = 0; // derivative will be stored into here your_fluid_properties_object.p_from_v_e(specific_vol, specific_energy, pressure, dp_dv, dp_de);
Automatic differentiation (AD) support is provided through x_from_a_b(ADReal a, ADReal b) and x_from_a_b(ADReal a, ADReal b, ADReal x, ADReal dx_da, ADReal dx_db) versions of the functions where a and b must be ADReal/DualNumber's calculated using all AD-supporting values:
auto v = 1/rho; // rho must be an AD non-linear variable. auto e = rhoE/rho - vel_energy; // rhoE and vel_energy must be AD variables/numbers also. auto pressure = your_fluid_properties_object.p_from_v_e(v, e); // pressure now contains partial derivatives w.r.t. all degrees of freedom
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
Read tabulation data from file.
Definition at line 2335 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::initialSetup().
|
protected |
Forms a 2D matrix from a single std::vector.
| nrow | number of rows in the matrix | |
| ncol | number of columns in the matrix | |
| vec | 1D vector to reshape into a 2D matrix | |
| [out] | 2D | matrix formed by reshaping vec |
Definition at line 254 of file TabulatedBicubicFluidProperties.C.
Referenced by constructInterpolation().
|
virtualinherited |
Definition at line 438 of file SinglePhaseFluidProperties.C.
Definition at line 592 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 599 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 503 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::rho_from_p_s(), TabulatedFluidProperties::rho_from_p_T(), and TabulatedFluidProperties::T_from_p_rho().
|
overridevirtualinherited |
Definition at line 522 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 542 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 570 of file TabulatedFluidProperties.C.
|
virtualinherited |
Combined methods.
These methods are particularly useful for the PorousFlow module, where density and viscosity are typically both computed everywhere. The combined methods allow the most efficient means of calculating both properties, especially where rho(p, T) and mu(rho, T). In this case, an extra density calculation would be required to calculate mu(p, T). All property names are described above.
Reimplemented in Water97FluidProperties, CO2FluidProperties, HydrogenFluidProperties, and NitrogenFluidProperties.
Definition at line 452 of file SinglePhaseFluidProperties.C.
Referenced by PorousFlowWaterNCG::gasProperties(), PorousFlowBrineCO2::gasProperties(), and PorousFlowWaterNCG::liquidProperties().
|
virtualinherited |
Reimplemented in Water97FluidProperties, CO2FluidProperties, HydrogenFluidProperties, and NitrogenFluidProperties.
Definition at line 459 of file SinglePhaseFluidProperties.C.
|
virtualinherited |
Definition at line 473 of file SinglePhaseFluidProperties.C.
Definition at line 1874 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1881 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1163 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::s_from_h_p(), TabulatedFluidProperties::s_from_v_e(), and TabulatedFluidProperties::T_from_p_s().
|
overridevirtualinherited |
Definition at line 1180 of file TabulatedFluidProperties.C.
Definition at line 1716 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1737 of file TabulatedFluidProperties.C.
|
inlinefinalvirtualinherited |
Reimplemented from ThreadedGeneralUserObject.
Definition at line 38 of file FluidProperties.h.
Definition at line 1794 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1805 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::s_from_h_p().
|
overridevirtualinherited |
Definition at line 1836 of file TabulatedFluidProperties.C.
Definition at line 795 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::e_from_p_rho(), and TabulatedFluidProperties::T_from_p_rho().
|
virtualinherited |
Definition at line 828 of file TabulatedFluidProperties.C.
|
virtualinherited |
Definition at line 860 of file TabulatedFluidProperties.C.
Definition at line 870 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::rho_from_p_s(), and TabulatedFluidProperties::T_from_p_s().
|
virtualinherited |
Definition at line 894 of file TabulatedFluidProperties.C.
Definition at line 1428 of file TabulatedFluidProperties.C.
Referenced by constructInterpolation(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::v_from_p_T(), and TabulatedFluidProperties::writeTabulatedData().
|
overridevirtualinherited |
Definition at line 1445 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 1462 of file TabulatedFluidProperties.C.
|
protectedinherited |
Utility to forward errors related to fluid properties methods not implemented.
Definition at line 1891 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::criticalDensity(), TabulatedFluidProperties::criticalPressure(), TabulatedFluidProperties::criticalTemperature(), TabulatedFluidProperties::henryCoefficients(), TabulatedFluidProperties::molarMass(), TabulatedFluidProperties::s_from_h_p(), TabulatedFluidProperties::triplePointPressure(), TabulatedFluidProperties::triplePointTemperature(), TabulatedFluidProperties::vaporPressure(), and TabulatedFluidProperties::vaporTemperature().
|
inlinefinalvirtualinherited |
Reimplemented from ThreadedGeneralUserObject.
Definition at line 37 of file FluidProperties.h.
|
overridevirtualinherited |
Triple point pressure.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1326 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Triple point temperature.
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1336 of file TabulatedFluidProperties.C.
|
inherited |
Definition at line 639 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::h_from_p_T(), and TabulatedFluidProperties::s_from_p_T().
|
inherited |
Definition at line 659 of file SinglePhaseFluidProperties.h.
|
virtualinherited |
Specific internal energy from temperature and specific volume.
| [in] | T | temperature |
| [in] | v | specific volume |
Reimplemented in IdealGasFluidProperties, CaloricallyImperfectGas, and StiffenedGasFluidProperties.
Definition at line 489 of file SinglePhaseFluidProperties.C.
|
overridevirtualinherited |
Definition at line 397 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::rho_from_p_T().
|
overridevirtualinherited |
Definition at line 437 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Definition at line 479 of file TabulatedFluidProperties.C.
|
static |
Definition at line 27 of file TabulatedBicubicFluidProperties.C.
Vapor pressure.
Used to delineate liquid and gas phases. Valid for temperatures between the triple point temperature and the critical temperature
| T | fluid temperature (K) | |
| [out] | saturation | pressure (Pa) |
| [out] | derivative | of saturation pressure wrt temperature (Pa/K) |
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1289 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1298 of file TabulatedFluidProperties.C.
Definition at line 393 of file SinglePhaseFluidProperties.C.
Vapor temperature.
Used to delineate liquid and gas phases. Valid for pressures between the triple point pressure and the critical pressure
| p | fluid pressure (Pa) | |
| [out] | saturation | temperature (K) |
| [out] | derivative | of saturation temperature wrt pressure |
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1307 of file TabulatedFluidProperties.C.
|
overridevirtualinherited |
Reimplemented from SinglePhaseFluidProperties.
Definition at line 1316 of file TabulatedFluidProperties.C.
Definition at line 423 of file SinglePhaseFluidProperties.C.
|
protectedinherited |
Writes tabulated data to a file.
| file_name | name of the file to be written |
Definition at line 1922 of file TabulatedFluidProperties.C.
Referenced by TabulatedFluidProperties::initialSetup().
|
staticprotectedinherited |
Computes the dependent variable z and its derivatives with respect to the independent variables x and y using the simple two parameter z_from_x_y functor.
The derivatives are computed using a compound automatic differentiation type
Definition at line 492 of file SinglePhaseFluidProperties.h.
Referenced by Water97FluidProperties::e_from_p_rho_template(), Water97FluidProperties::h_from_p_T_template(), Water97FluidProperties::rho_from_p_T_template(), and Water97FluidProperties::v_from_p_T_template().
|
protectedinherited |
Whether to allow a fp object when a tabulation is in use.
Definition at line 328 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Flag to set unimplemented Jacobian entries to zero.
Definition at line 47 of file FluidProperties.h.
Referenced by VaporMixtureFluidProperties::imperfectJacobianMessage(), Water97FluidProperties::T_from_p_h_ad(), and SinglePhaseFluidProperties::unimplementedDerivativeMethod().
|
protectedinherited |
|
protectedinherited |
if the lookup table p(v, e) and T(v, e) should be constructed
Definition at line 364 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::checkInitialGuess(), constructInterpolation(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::readFileTabulationData(), TabulatedFluidProperties::s_from_v_e(), TabulatedFluidProperties::T_from_v_e(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
if the lookup table p(v, h) and T(v, h) should be constructed
Definition at line 366 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), constructInterpolation(), and TabulatedFluidProperties::e_from_v_h().
|
protectedinherited |
|
protectedinherited |
Whether the object has direct (p,T) interpolations (whether created from file or from _fp)
Definition at line 298 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_p_T(), constructInterpolation(), TabulatedFluidProperties::cp_from_p_T(), TabulatedFluidProperties::cv_from_p_T(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::initialSetup(), TabulatedFluidProperties::k_from_p_T(), TabulatedFluidProperties::mu_from_p_T(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::TabulatedFluidProperties(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Whether the object has direct (v,e) interpolations (whether created from file or from _fp)
Definition at line 300 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::checkInitialGuess(), constructInterpolation(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_v_h(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::initialSetup(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_v_e(), TabulatedFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_v_e(), TabulatedFluidProperties::TabulatedFluidProperties(), TabulatedFluidProperties::v_from_p_T(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
The MOOSE delimited file reader.
Definition at line 361 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
|
protectedinherited |
Index of each property.
Definition at line 348 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::v_from_p_T(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Whether the specific internal energy bounds were set by the user.
Definition at line 405 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Maximum internal energy in tabulated data (can be user-specified)
Definition at line 411 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInputVariablesVE(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::readFileTabulationData(), TabulatedFluidProperties::TabulatedFluidProperties(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Minimum internal energy in tabulated data (can be user-specified)
Definition at line 409 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInputVariablesVE(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::readFileTabulationData(), TabulatedFluidProperties::TabulatedFluidProperties(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Specific enthalpy vector.
Definition at line 295 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), and TabulatedFluidProperties::createVHGridVectors().
|
protectedinherited |
Definition at line 349 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::h_from_p_T(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Definition at line 356 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_v_e(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
File name of input tabulated data file.
Definition at line 276 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), TabulatedFluidProperties::initialSetup(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
File name of output tabulated data file.
Definition at line 280 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::initialSetup(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
File name of input (v,e) tabulated data file.
Definition at line 278 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::initialSetup(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
File name of output (v,e) tabulated data file.
Definition at line 282 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
SinglePhaseFluidPropertiesPT UserObject.
Definition at line 326 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_p_T(), TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::checkInitialGuess(), constructInterpolation(), TabulatedFluidProperties::cp_from_p_T(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::criticalDensity(), TabulatedFluidProperties::criticalPressure(), TabulatedFluidProperties::criticalTemperature(), TabulatedFluidProperties::cv_from_p_T(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_v_h(), TabulatedFluidProperties::fluidName(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::henryCoefficients(), TabulatedFluidProperties::initialSetup(), TabulatedFluidProperties::k_from_p_T(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::molarMass(), TabulatedFluidProperties::mu_from_p_T(), TabulatedFluidProperties::mu_from_v_e(), outputWarnings(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::s_from_h_p(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_v_e(), TabulatedFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_v_e(), TabulatedFluidProperties::TabulatedFluidProperties(), TabulatedFluidProperties::triplePointPressure(), TabulatedFluidProperties::triplePointTemperature(), TabulatedFluidProperties::v_from_p_T(), TabulatedFluidProperties::vaporPressure(), TabulatedFluidProperties::vaporTemperature(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Maximum specific enthalpy in tabulated data.
Definition at line 419 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVHGridVectors().
|
protectedinherited |
Minimum specific enthalpy in tabulated data.
Definition at line 417 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVHGridVectors().
|
protectedinherited |
keeps track of whether initialSetup has been performed
Definition at line 368 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::initialSetup().
|
protectedinherited |
Specific internal energy vector.
Definition at line 293 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Definition at line 350 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::createVEGridVectors(), and TabulatedFluidProperties::e_from_p_T().
|
protectedinherited |
Definition at line 340 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_p_T(), TabulatedFluidProperties::c_from_v_e(), and TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors().
|
protectedinherited |
Definition at line 341 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::cp_from_p_T(), and TabulatedFluidProperties::cp_from_v_e().
|
protectedinherited |
Definition at line 342 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::cv_from_p_T(), and TabulatedFluidProperties::cv_from_v_e().
|
protectedinherited |
Set of flags to note whether a property is to be interpolated.
Definition at line 335 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::T_from_p_rho(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Definition at line 336 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), and TabulatedFluidProperties::h_from_p_T().
|
protectedinherited |
Definition at line 343 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::s_from_p_T(), and TabulatedFluidProperties::s_from_v_e().
|
protectedinherited |
Definition at line 337 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::createVEGridVectors(), and TabulatedFluidProperties::e_from_p_T().
|
protectedinherited |
Definition at line 339 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::k_from_p_T(), and TabulatedFluidProperties::k_from_v_e().
|
protectedinherited |
Definition at line 344 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), and TabulatedFluidProperties::p_from_v_e().
|
protectedinherited |
Definition at line 345 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), and TabulatedFluidProperties::T_from_v_e().
|
protectedinherited |
Definition at line 338 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::mu_from_p_T(), and TabulatedFluidProperties::mu_from_v_e().
|
protectedinherited |
List of properties to be interpolated.
Definition at line 333 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Properties to be interpolated entered in the input file.
Definition at line 331 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::generateVETabulatedData(), and TabulatedFluidProperties::readFileTabulationData().
|
protectedinherited |
|
protectedinherited |
log-space the internal energy interpolation grid axis instead of linear
Definition at line 376 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVEGridVectors(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
log-space the enthalpy interpolation grid axis instead of linear
Definition at line 378 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVHGridVectors().
|
protectedinherited |
log-space the specific volume interpolation grid axis instead of linear
Definition at line 374 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVGridVector(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Maximum number of iterations for the variable conversion newton solves.
Definition at line 449 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_v_h(), SinglePhaseFluidProperties::p_T_from_h_s(), SinglePhaseFluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::p_T_from_v_h(), TemperaturePressureFunctionFluidProperties::T_from_p_h(), SimpleFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_h(), NaKFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_s(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Number of internal energy points in tabulated data.
Definition at line 372 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Number of pressure points in the tabulated data.
Definition at line 323 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Number of temperature points in the tabulated data.
Definition at line 321 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Number of specific volume points in the tabulated data.
Definition at line 370 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
User-selected out-of-bounds behavior.
Definition at line 381 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInputVariables(), TabulatedFluidProperties::checkInputVariablesVE(), constructInterpolation(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Bi-dimensional interpolation of pressure from (v,e)
Definition at line 396 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_v_e(), constructInterpolation(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::s_from_v_e(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Bidimensional interpolation of pressure from (v,h)
Definition at line 402 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), and TabulatedFluidProperties::e_from_v_h().
|
protectedinherited |
Definition at line 357 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), and TabulatedFluidProperties::p_from_v_e().
|
protectedinherited |
Initial guess for pressure (or pressure used to compute the initial guess)
Definition at line 447 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), constructInterpolation(), TemperaturePressureFunctionFluidProperties::cp_from_v_e(), TemperaturePressureFunctionFluidProperties::cv_from_v_e(), TabulatedFluidProperties::e_from_v_h(), TabulatedFluidProperties::g_from_v_e(), TemperaturePressureFunctionFluidProperties::k_from_v_e(), TemperaturePressureFunctionFluidProperties::mu_from_v_e(), TemperaturePressureFunctionFluidProperties::p_from_v_e(), Water97FluidProperties::p_from_v_e_template(), Water97FluidProperties::p_T_from_v_h(), TabulatedFluidProperties::T_from_h_s(), and TemperaturePressureFunctionFluidProperties::T_from_v_e().
|
protectedinherited |
Pressure vector.
Definition at line 287 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Maximum pressure in tabulated data.
Definition at line 319 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), TabulatedFluidProperties::checkInputVariables(), constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateTabulatedData(), outputWarnings(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Minimum pressure in tabulated data.
Definition at line 317 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), TabulatedFluidProperties::checkInputVariables(), constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateTabulatedData(), outputWarnings(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Tabulated fluid properties (read from file OR computed from _fp)
Definition at line 303 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Tabulated fluid properties in (v,e) (read from file OR computed from _fp)
Definition at line 305 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateVETabulatedData(), and TabulatedFluidProperties::readFileTabulationData().
|
protectedinherited |
Vector of bi-dimensional interpolation of fluid properties.
Definition at line 308 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_p_T(), constructInterpolation(), TabulatedFluidProperties::cp_from_p_T(), TabulatedFluidProperties::cv_from_p_T(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::k_from_p_T(), TabulatedFluidProperties::mu_from_p_T(), TabulatedFluidProperties::rho_from_p_T(), TabulatedFluidProperties::s_from_p_T(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Vector of bi-dimensional interpolation of fluid properties directly in (v,e)
Definition at line 310 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_v_e(), constructInterpolation(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::g_from_v_e(), TabulatedFluidProperties::h_from_p_T(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::p_from_v_e(), TabulatedFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_v_e(), and TabulatedFluidProperties::T_from_v_e().
|
staticinherited |
Universal gas constant (J/mol/K)
Definition at line 41 of file FluidProperties.h.
Referenced by HelmholtzFluidProperties::c_from_p_T(), IdealGasFluidProperties::c_from_p_T(), MassDiffusionEnergyGasMixDGKernel::computeComponentTotalEnthalpy(), BinaryDiffusionCoefMaterial::computeQpProperties(), HelmholtzFluidProperties::cp_from_p_T(), HelmholtzFluidProperties::cv_from_p_T(), HelmholtzFluidProperties::e_from_p_T(), HelmholtzFluidProperties::h_from_p_T(), LeadLithiumFluidProperties::mu_from_p_T(), LeadLithiumFluidProperties::mu_from_v_e(), HelmholtzFluidProperties::p_from_rho_T(), HelmholtzFluidProperties::rho_from_p_T(), CaloricallyImperfectGas::rho_from_p_T(), IdealGasFluidProperties::rho_from_p_T(), HelmholtzFluidProperties::s_from_p_T(), and TEST_F().
|
protectedinherited |
Whether to save a generated fluid properties file to disk.
Definition at line 284 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::initialSetup().
|
protectedinherited |
Specific volume vector.
Definition at line 291 of file TabulatedFluidProperties.h.
Referenced by checkNaNs(), constructInterpolation(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Conversion of temperature from Celsius to Kelvin.
Definition at line 45 of file FluidProperties.h.
Referenced by NaKFluidProperties::cp_from_p_T(), NaClFluidProperties::cp_from_p_T(), BrineFluidProperties::cp_from_p_T_X(), NaKFluidProperties::h_from_p_T(), NaClFluidProperties::h_from_p_T(), BrineFluidProperties::h_from_p_T_X(), BrineFluidProperties::haliteSolubility(), NaKFluidProperties::k_from_p_T(), NaClFluidProperties::k_from_p_T(), BrineFluidProperties::k_from_p_T_X(), NaKFluidProperties::mu_from_p_T(), BrineFluidProperties::mu_from_p_T_X(), CO2FluidProperties::partialDensity(), NaKFluidProperties::rho_from_p_T(), NaClFluidProperties::rho_from_p_T(), BrineFluidProperties::rho_from_p_T_X(), and NaKFluidProperties::T_from_p_h().
|
protectedinherited |
Bi-dimensional interpolation of temperature from (v,e)
Definition at line 393 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::c_from_v_e(), constructInterpolation(), TabulatedFluidProperties::cp_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::k_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), TabulatedFluidProperties::s_from_v_e(), TabulatedFluidProperties::T_from_v_e(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Bi-dimensional interpolation of temperature from (v,h)
Definition at line 399 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), and TabulatedFluidProperties::e_from_v_h().
|
protectedinherited |
Definition at line 358 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::computePropertyIndicesInInterpolationVectors(), TabulatedFluidProperties::g_from_v_e(), and TabulatedFluidProperties::T_from_v_e().
|
protectedinherited |
Initial guess for temperature (or temperature used to compute the initial guess)
Definition at line 445 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), constructInterpolation(), TemperaturePressureFunctionFluidProperties::cp_from_v_e(), TemperaturePressureFunctionFluidProperties::cv_from_v_e(), TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::g_from_v_e(), TemperaturePressureFunctionFluidProperties::k_from_v_e(), TemperaturePressureFunctionFluidProperties::mu_from_v_e(), Water97FluidProperties::p_T_from_v_h(), Water97FluidProperties::T_drhodT_from_p_rho(), TabulatedFluidProperties::T_from_h_s(), HelmholtzFluidProperties::T_from_p_h(), TemperaturePressureFunctionFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_h(), NaKFluidProperties::T_from_p_rho(), TemperaturePressureFunctionFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_s(), and TemperaturePressureFunctionFluidProperties::T_from_v_e().
|
protectedinherited |
Temperature vector.
Definition at line 289 of file TabulatedFluidProperties.h.
Referenced by constructInterpolation(), TabulatedFluidProperties::generateTabulatedData(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::writeTabulatedData().
|
protectedinherited |
Maximum temperature in tabulated data.
Definition at line 315 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), TabulatedFluidProperties::checkInputVariables(), constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateTabulatedData(), outputWarnings(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Minimum temperature in tabulated data.
Definition at line 313 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInitialGuess(), TabulatedFluidProperties::checkInputVariables(), constructInterpolation(), TabulatedFluidProperties::createVEGridVectors(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::createVHGridVectors(), TabulatedFluidProperties::generateTabulatedData(), outputWarnings(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Newton's method may be used to convert between variable sets.
Relative tolerance of the solves
Definition at line 443 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_v_h(), TemperaturePressureFunctionFluidProperties::p_from_v_e(), Water97FluidProperties::p_from_v_e_template(), SinglePhaseFluidProperties::p_T_from_h_s(), SinglePhaseFluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::p_T_from_v_h(), Water97FluidProperties::T_drhodT_from_p_rho(), HelmholtzFluidProperties::T_from_p_h(), TemperaturePressureFunctionFluidProperties::T_from_p_h(), SimpleFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_h(), NaKFluidProperties::T_from_p_rho(), TemperaturePressureFunctionFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_s(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Whether the specific volume bounds were set by the user.
Definition at line 407 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::readFileTabulationData(), and TabulatedFluidProperties::TabulatedFluidProperties().
|
protectedinherited |
Maximum specific volume in tabulated data (can be user-specified)
Definition at line 415 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInputVariablesVE(), checkNaNs(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::readFileTabulationData(), TabulatedFluidProperties::TabulatedFluidProperties(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Minimum specific volume in tabulated data (can be user-specified)
Definition at line 413 of file TabulatedFluidProperties.h.
Referenced by TabulatedFluidProperties::checkInputVariablesVE(), checkNaNs(), TabulatedFluidProperties::createVGridVector(), TabulatedFluidProperties::readFileTabulationData(), TabulatedFluidProperties::TabulatedFluidProperties(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Whether to output information about newton solves to console.
Definition at line 451 of file SinglePhaseFluidProperties.h.
Referenced by TabulatedFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_v_h(), SinglePhaseFluidProperties::p_T_from_h_s(), SinglePhaseFluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::p_T_from_v_h(), TabulatedFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_s(), and TabulatedFluidProperties::v_from_p_T().
|
protectedinherited |
Definition at line 212 of file SinglePhaseFluidProperties.h.
Referenced by SodiumSaturationFluidProperties::e_from_p_T(), NaKFluidProperties::e_from_p_T(), NaClFluidProperties::e_from_p_T(), LeadBismuthFluidProperties::e_from_p_T(), LeadLithiumFluidProperties::e_from_p_T(), LeadFluidProperties::e_from_p_T(), TemperaturePressureFunctionFluidProperties::e_from_p_T(), LinearFluidProperties::e_from_v_h(), CaloricallyImperfectGas::e_from_v_h(), StiffenedGasFluidProperties::e_from_v_h(), IdealGasFluidProperties::e_from_v_h(), Water97FluidProperties::e_from_v_h(), SimpleFluidProperties::e_from_v_h(), TabulatedFluidProperties::e_from_v_h(), HeliumFluidProperties::e_from_v_h(), TabulatedFluidProperties::g_from_v_e(), SodiumSaturationFluidProperties::h_from_p_T(), HelmholtzFluidProperties::h_from_p_T(), LinearFluidProperties::h_from_p_T(), StiffenedGasFluidProperties::h_from_p_T(), NaKFluidProperties::h_from_p_T(), LeadLithiumFluidProperties::h_from_p_T(), LeadBismuthFluidProperties::h_from_p_T(), LeadFluidProperties::h_from_p_T(), CaloricallyImperfectGas::h_from_p_T(), NaClFluidProperties::h_from_p_T(), TabulatedFluidProperties::h_from_p_T(), IdealGasFluidProperties::h_from_p_T(), SimpleFluidProperties::h_from_p_T(), TemperaturePressureFunctionFluidProperties::h_from_p_T(), Water97FluidProperties::h_from_p_T(), FlibeFluidProperties::h_from_p_T(), FlinakFluidProperties::h_from_p_T(), HeliumFluidProperties::h_from_p_T(), Water97FluidProperties::h_from_p_T_template(), StiffenedGasFluidProperties::h_from_T_v(), CaloricallyImperfectGas::h_from_T_v(), IdealGasFluidProperties::h_from_T_v(), LeadLithiumFluidProperties::h_from_v_e(), LeadBismuthFluidProperties::h_from_v_e(), LeadFluidProperties::h_from_v_e(), StiffenedGasFluidProperties::p_from_h_s(), CaloricallyImperfectGas::p_from_h_s(), IdealGasFluidProperties::p_from_h_s(), LeadBismuthFluidProperties::p_from_v_e(), LeadLithiumFluidProperties::p_from_v_e(), LeadFluidProperties::p_from_v_e(), SimpleFluidProperties::p_from_v_h(), SinglePhaseFluidProperties::p_T_from_h_s(), SinglePhaseFluidProperties::p_T_from_v_h(), Water97FluidProperties::p_T_from_v_h(), StiffenedGasFluidProperties::s_from_h_p(), CaloricallyImperfectGas::s_from_h_p(), IdealGasFluidProperties::s_from_h_p(), TabulatedFluidProperties::s_from_h_p(), Water97FluidProperties::s_from_h_p(), CaloricallyImperfectGas::T_from_h(), TabulatedFluidProperties::T_from_h_s(), LeadBismuthFluidProperties::T_from_p_h(), LeadLithiumFluidProperties::T_from_p_h(), LeadFluidProperties::T_from_p_h(), TemperaturePressureFunctionFluidProperties::T_from_p_h(), CaloricallyImperfectGas::T_from_p_h(), FlibeFluidProperties::T_from_p_h(), FlinakFluidProperties::T_from_p_h(), HeliumFluidProperties::T_from_p_h(), IdealGasFluidProperties::T_from_p_h(), SimpleFluidProperties::T_from_p_h(), Water97FluidProperties::T_from_p_h(), and SimpleFluidProperties::T_from_v_h().
|
inherited |
Definition at line 190 of file SinglePhaseFluidProperties.h.
Referenced by LinearFluidProperties::beta_from_p_T(), CaloricallyImperfectGas::c_from_p_T(), Water97FluidProperties::c_from_p_T(), StiffenedGasFluidProperties::c_from_v_e(), HeliumFluidProperties::c_from_v_e(), Water97FluidProperties::c_from_v_e(), TabulatedFluidProperties::c_from_v_e(), LeadBismuthFluidProperties::cp_from_p_T(), LeadLithiumFluidProperties::cp_from_p_T(), LeadFluidProperties::cp_from_p_T(), IdealGasFluidProperties::cp_from_p_T(), TemperaturePressureFunctionFluidProperties::cp_from_p_T(), TemperaturePressureFunctionFluidProperties::cp_from_v_e(), Water97FluidProperties::cp_from_v_e(), TabulatedFluidProperties::cp_from_v_e(), LeadFluidProperties::cv_from_p_T(), LeadLithiumFluidProperties::cv_from_p_T(), LeadBismuthFluidProperties::cv_from_p_T(), IdealGasFluidProperties::cv_from_p_T(), LeadLithiumFluidProperties::cv_from_v_e(), LeadBismuthFluidProperties::cv_from_v_e(), LeadFluidProperties::cv_from_v_e(), TemperaturePressureFunctionFluidProperties::cv_from_v_e(), Water97FluidProperties::cv_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TestSinglePhaseFluidProperties::e_from_p_rho(), LinearTestFluidProperties::e_from_p_rho(), LinearFluidProperties::e_from_p_rho(), LeadLithiumFluidProperties::e_from_p_rho(), LeadBismuthFluidProperties::e_from_p_rho(), IdealGasFluidProperties::e_from_p_rho(), LeadFluidProperties::e_from_p_rho(), Water97FluidProperties::e_from_p_rho(), SimpleFluidProperties::e_from_p_rho(), TemperaturePressureFunctionFluidProperties::e_from_p_rho(), FlibeFluidProperties::e_from_p_rho(), FlinakFluidProperties::e_from_p_rho(), HeliumFluidProperties::e_from_p_rho(), Water97FluidProperties::e_from_p_rho_template(), LinearFluidProperties::e_from_p_T(), StiffenedGasFluidProperties::e_from_p_T(), LeadLithiumFluidProperties::e_from_p_T(), LeadBismuthFluidProperties::e_from_p_T(), LeadFluidProperties::e_from_p_T(), CaloricallyImperfectGas::e_from_p_T(), IdealGasFluidProperties::e_from_p_T(), Water97FluidProperties::e_from_v_h(), SimpleFluidProperties::e_from_v_h(), TabulatedFluidProperties::e_from_v_h(), StiffenedGasFluidProperties::g_from_v_e(), CaloricallyImperfectGas::g_from_v_e(), IdealGasFluidProperties::g_from_v_e(), TabulatedFluidProperties::g_from_v_e(), CaloricallyImperfectGas::gamma_from_p_T(), TabulatedFluidProperties::generateTabulatedData(), LinearFluidProperties::h_from_p_T(), StiffenedGasFluidProperties::h_from_p_T(), LeadLithiumFluidProperties::h_from_p_T(), LeadBismuthFluidProperties::h_from_p_T(), LeadFluidProperties::h_from_p_T(), CaloricallyImperfectGas::h_from_p_T(), IdealGasFluidProperties::h_from_p_T(), Water97FluidProperties::henryConstant(), LeadBismuthFluidProperties::k_from_p_T(), LeadLithiumFluidProperties::k_from_p_T(), LeadFluidProperties::k_from_p_T(), CaloricallyImperfectGas::k_from_p_T(), IdealGasFluidProperties::k_from_p_T(), CaloricallyImperfectGas::k_from_v_e(), TemperaturePressureFunctionFluidProperties::k_from_v_e(), TabulatedFluidProperties::k_from_v_e(), HeliumFluidProperties::k_from_v_e(), Water97FluidProperties::k_from_v_e_template(), LeadBismuthFluidProperties::mu_from_p_T(), LeadLithiumFluidProperties::mu_from_p_T(), LeadFluidProperties::mu_from_p_T(), CaloricallyImperfectGas::mu_from_v_e(), TemperaturePressureFunctionFluidProperties::mu_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), StiffenedGasFluidProperties::p_from_h_s(), CaloricallyImperfectGas::p_from_h_s(), IdealGasFluidProperties::p_from_h_s(), StiffenedGasFluidProperties::p_from_T_v(), CaloricallyImperfectGas::p_from_T_v(), IdealGasFluidProperties::p_from_T_v(), LinearFluidProperties::p_from_v_e(), LeadFluidProperties::p_from_v_e(), LeadLithiumFluidProperties::p_from_v_e(), LeadBismuthFluidProperties::p_from_v_e(), LinearTestFluidProperties::p_from_v_e(), CaloricallyImperfectGas::p_from_v_e(), IdealGasFluidProperties::p_from_v_e(), FlibeFluidProperties::p_from_v_e(), FlinakFluidProperties::p_from_v_e(), HeliumFluidProperties::p_from_v_e(), TemperaturePressureFunctionFluidProperties::p_from_v_e(), SimpleFluidProperties::p_from_v_e(), TabulatedFluidProperties::p_from_v_e(), Water97FluidProperties::p_from_v_e_template(), SimpleFluidProperties::p_from_v_h(), SinglePhaseFluidProperties::p_T_from_v_e(), Water97FluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::rho_e_from_p_T(), StiffenedGasFluidProperties::rho_from_p_s(), TabulatedFluidProperties::rho_from_p_s(), CaloricallyImperfectGas::rho_from_p_s(), IdealGasFluidProperties::rho_from_p_s(), TestSinglePhaseFluidProperties::rho_from_p_T(), LinearTestFluidProperties::rho_from_p_T(), TabulatedFluidProperties::rho_from_p_T(), LinearFluidProperties::rho_from_p_T(), CaloricallyImperfectGas::rho_from_p_T(), LeadLithiumFluidProperties::rho_from_p_T(), LeadBismuthFluidProperties::rho_from_p_T(), LeadFluidProperties::rho_from_p_T(), IdealGasFluidProperties::rho_from_p_T(), SinglePhaseFluidProperties::rho_mu_from_p_T(), Water97FluidProperties::rho_T_from_v_e(), StiffenedGasFluidProperties::s_from_h_p(), CaloricallyImperfectGas::s_from_h_p(), IdealGasFluidProperties::s_from_h_p(), Water97FluidProperties::s_from_h_p(), CaloricallyImperfectGas::s_from_p_T(), IdealGasFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_p_T(), CaloricallyImperfectGas::s_from_T_v(), IdealGasFluidProperties::s_from_T_v(), IdealGasFluidProperties::s_from_v_e(), TabulatedFluidProperties::s_from_v_e(), Water97FluidProperties::T_drhodT_from_p_rho(), TabulatedFluidProperties::T_from_h_s(), LeadBismuthFluidProperties::T_from_p_h(), LeadLithiumFluidProperties::T_from_p_h(), LeadFluidProperties::T_from_p_h(), TemperaturePressureFunctionFluidProperties::T_from_p_h(), CaloricallyImperfectGas::T_from_p_h(), SimpleFluidProperties::T_from_p_h(), Water97FluidProperties::T_from_p_h(), NaKFluidProperties::T_from_p_rho(), LeadBismuthFluidProperties::T_from_p_rho(), LeadLithiumFluidProperties::T_from_p_rho(), LeadFluidProperties::T_from_p_rho(), TemperaturePressureFunctionFluidProperties::T_from_p_rho(), FlibeFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_rho(), FlinakFluidProperties::T_from_p_rho(), SimpleFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_s(), TemperaturePressureFunctionFluidProperties::T_from_v_e(), FlibeFluidProperties::T_from_v_e(), FlinakFluidProperties::T_from_v_e(), SinglePhaseFluidProperties::v_e_from_p_T(), LeadLithiumFluidProperties::v_from_p_T(), LeadBismuthFluidProperties::v_from_p_T(), LeadFluidProperties::v_from_p_T(), Water97FluidProperties::vaporPressure(), SinglePhaseFluidProperties::vaporPressure(), Water97FluidProperties::vaporTemperature(), SinglePhaseFluidProperties::vaporTemperature(), and TabulatedFluidProperties::writeTabulatedData().
|
inherited |
Definition at line 192 of file SinglePhaseFluidProperties.h.
Definition at line 196 of file SinglePhaseFluidProperties.h.
Definition at line 198 of file SinglePhaseFluidProperties.h.
Definition at line 200 of file SinglePhaseFluidProperties.h.
Definition at line 202 of file SinglePhaseFluidProperties.h.
Definition at line 208 of file SinglePhaseFluidProperties.h.
Definition at line 214 of file SinglePhaseFluidProperties.h.
Definition at line 216 of file SinglePhaseFluidProperties.h.
Definition at line 218 of file SinglePhaseFluidProperties.h.
|
inherited |
Definition at line 194 of file SinglePhaseFluidProperties.h.
Referenced by HeliumFluidProperties::beta_from_p_T(), TemperaturePressureFunctionFluidProperties::beta_from_p_T(), FlinakFluidProperties::beta_from_p_T(), StiffenedGasFluidProperties::c2_from_p_rho(), HeliumFluidProperties::c_from_v_e(), TemperaturePressureFunctionFluidProperties::cp_from_p_T(), LeadFluidProperties::cv_from_p_T(), LeadLithiumFluidProperties::cv_from_p_T(), LeadBismuthFluidProperties::cv_from_p_T(), TemperaturePressureFunctionFluidProperties::cv_from_p_T(), TestSinglePhaseFluidProperties::e_from_p_rho(), LinearTestFluidProperties::e_from_p_rho(), LinearFluidProperties::e_from_p_rho(), TabulatedFluidProperties::e_from_p_rho(), LeadBismuthFluidProperties::e_from_p_rho(), LeadLithiumFluidProperties::e_from_p_rho(), IdealGasFluidProperties::e_from_p_rho(), LeadFluidProperties::e_from_p_rho(), Water97FluidProperties::e_from_p_rho(), SimpleFluidProperties::e_from_p_rho(), TemperaturePressureFunctionFluidProperties::e_from_p_rho(), FlibeFluidProperties::e_from_p_rho(), FlinakFluidProperties::e_from_p_rho(), HeliumFluidProperties::e_from_p_rho(), Water97FluidProperties::e_from_p_rho_template(), NaKFluidProperties::e_from_p_T(), LinearFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_p_T(), NaClFluidProperties::e_from_p_T(), SalineMoltenSaltFluidProperties::e_from_p_T(), LinearFluidProperties::h_from_p_T(), TemperaturePressureFunctionFluidProperties::h_from_p_T(), Water97FluidProperties::k_from_p_T_template(), CO2FluidProperties::mu_from_p_T(), NitrogenFluidProperties::mu_from_p_T(), NaKFluidProperties::mu_from_p_T(), HydrogenFluidProperties::mu_from_p_T(), Water97FluidProperties::mu_from_p_T(), Water97FluidProperties::mu_from_p_T_template(), Water97FluidProperties::mu_from_v_e(), Water97FluidProperties::p_from_v_e_template(), Water97FluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::rho_e_from_p_T(), StiffenedGasFluidProperties::rho_from_p_s(), TabulatedFluidProperties::rho_from_p_s(), IdealGasFluidProperties::rho_from_p_s(), TestSinglePhaseFluidProperties::rho_from_p_T(), LinearTestFluidProperties::rho_from_p_T(), SodiumSaturationFluidProperties::rho_from_p_T(), PBSodiumFluidProperties::rho_from_p_T(), HelmholtzFluidProperties::rho_from_p_T(), NaKFluidProperties::rho_from_p_T(), TabulatedFluidProperties::rho_from_p_T(), LinearFluidProperties::rho_from_p_T(), CO2FluidProperties::rho_from_p_T(), NaClFluidProperties::rho_from_p_T(), LeadBismuthFluidProperties::rho_from_p_T(), LeadLithiumFluidProperties::rho_from_p_T(), CaloricallyImperfectGas::rho_from_p_T(), SalineMoltenSaltFluidProperties::rho_from_p_T(), LeadFluidProperties::rho_from_p_T(), IdealGasFluidProperties::rho_from_p_T(), Water97FluidProperties::rho_from_p_T(), SimpleFluidProperties::rho_from_p_T(), TemperaturePressureFunctionFluidProperties::rho_from_p_T(), FlibeFluidProperties::rho_from_p_T(), FlinakFluidProperties::rho_from_p_T(), HeliumFluidProperties::rho_from_p_T(), Water97FluidProperties::rho_from_p_T_template(), NitrogenFluidProperties::rho_mu_from_p_T(), HydrogenFluidProperties::rho_mu_from_p_T(), CO2FluidProperties::rho_mu_from_p_T(), Water97FluidProperties::rho_mu_from_p_T(), SinglePhaseFluidProperties::rho_mu_from_p_T(), Water97FluidProperties::rho_T_from_v_e(), Water97FluidProperties::T_drhodT_from_p_rho(), LeadLithiumFluidProperties::T_from_p_rho(), LeadBismuthFluidProperties::T_from_p_rho(), LeadFluidProperties::T_from_p_rho(), TemperaturePressureFunctionFluidProperties::T_from_p_rho(), FlibeFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_rho(), FlinakFluidProperties::T_from_p_rho(), SimpleFluidProperties::T_from_p_rho(), SinglePhaseFluidProperties::v_e_from_p_T(), TabulatedFluidProperties::v_from_p_T(), and TemperaturePressureFunctionFluidProperties::v_from_p_T().
|
inherited |
Definition at line 204 of file SinglePhaseFluidProperties.h.
Referenced by LinearFluidProperties::beta_from_p_T(), IdealGasFluidProperties::beta_from_p_T(), LeadLithiumFluidProperties::bulk_modulus_from_p_T(), LeadBismuthFluidProperties::bulk_modulus_from_p_T(), LeadFluidProperties::bulk_modulus_from_p_T(), LeadLithiumFluidProperties::c_from_p_T(), CaloricallyImperfectGas::c_from_p_T(), Water97FluidProperties::c_from_p_T(), IdealGasFluidProperties::c_from_p_T(), Water97FluidProperties::c_from_p_T_template(), IdealGasFluidProperties::c_from_v_e(), LeadBismuthFluidProperties::c_from_v_e(), LeadLithiumFluidProperties::c_from_v_e(), LeadFluidProperties::c_from_v_e(), CaloricallyImperfectGas::c_from_v_e(), HeliumFluidProperties::c_from_v_e(), Water97FluidProperties::c_from_v_e(), TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::checkInputVariables(), TabulatedFluidProperties::checkInputVariablesVE(), LeadBismuthFluidProperties::cp_from_p_T(), LeadLithiumFluidProperties::cp_from_p_T(), LeadFluidProperties::cp_from_p_T(), CaloricallyImperfectGas::cp_from_p_T(), IdealGasFluidProperties::cp_from_p_T(), TemperaturePressureFunctionFluidProperties::cp_from_p_T(), Water97FluidProperties::cp_from_p_T_template(), CaloricallyImperfectGas::cp_from_T(), CaloricallyImperfectGas::cp_from_v_e(), LeadLithiumFluidProperties::cp_from_v_e(), LeadBismuthFluidProperties::cp_from_v_e(), LeadFluidProperties::cp_from_v_e(), TemperaturePressureFunctionFluidProperties::cp_from_v_e(), Water97FluidProperties::cp_from_v_e(), TabulatedFluidProperties::cp_from_v_e(), LeadFluidProperties::cv_from_p_T(), LeadLithiumFluidProperties::cv_from_p_T(), LeadBismuthFluidProperties::cv_from_p_T(), CaloricallyImperfectGas::cv_from_p_T(), IdealGasFluidProperties::cv_from_p_T(), Water97FluidProperties::cv_from_p_T_template(), CaloricallyImperfectGas::cv_from_T(), CaloricallyImperfectGas::cv_from_T_v(), CaloricallyImperfectGas::cv_from_v_e(), LeadLithiumFluidProperties::cv_from_v_e(), LeadBismuthFluidProperties::cv_from_v_e(), LeadFluidProperties::cv_from_v_e(), TemperaturePressureFunctionFluidProperties::cv_from_v_e(), Water97FluidProperties::cv_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), Water97FluidProperties::d2gamma1_dpi2(), Water97FluidProperties::d2gamma1_dpitau(), Water97FluidProperties::d2gamma1_dtau2(), Water97FluidProperties::d2gamma2_dpi2(), Water97FluidProperties::d2gamma2_dpitau(), Water97FluidProperties::d2gamma2_dtau2(), Water97FluidProperties::d2gamma5_dpi2(), Water97FluidProperties::d2gamma5_dpitau(), Water97FluidProperties::d2gamma5_dtau2(), Water97FluidProperties::d2phi3_ddelta2(), Water97FluidProperties::d2phi3_ddeltatau(), Water97FluidProperties::d2phi3_dtau2(), Water97FluidProperties::densityRegion3(), Water97FluidProperties::dgamma1_dpi(), Water97FluidProperties::dgamma1_dtau(), Water97FluidProperties::dgamma2_dpi(), Water97FluidProperties::dgamma2_dtau(), Water97FluidProperties::dgamma5_dpi(), Water97FluidProperties::dgamma5_dtau(), Water97FluidProperties::dphi3_ddelta(), Water97FluidProperties::dphi3_dtau(), TabulatedFluidProperties::e_from_p_rho(), LeadLithiumFluidProperties::e_from_p_rho(), LeadBismuthFluidProperties::e_from_p_rho(), LeadFluidProperties::e_from_p_rho(), SimpleFluidProperties::e_from_p_rho(), LinearFluidProperties::e_from_p_T(), StiffenedGasFluidProperties::e_from_p_T(), LeadLithiumFluidProperties::e_from_p_T(), LeadBismuthFluidProperties::e_from_p_T(), CaloricallyImperfectGas::e_from_p_T(), LeadFluidProperties::e_from_p_T(), IdealGasFluidProperties::e_from_p_T(), Water97FluidProperties::e_from_p_T_template(), CaloricallyImperfectGas::e_from_T(), StiffenedGasFluidProperties::e_from_T_v(), CaloricallyImperfectGas::e_from_T_v(), IdealGasFluidProperties::e_from_T_v(), HeliumFluidProperties::e_from_T_v(), CaloricallyImperfectGas::e_from_v_h(), Water97FluidProperties::e_from_v_h(), SimpleFluidProperties::e_from_v_h(), TabulatedFluidProperties::e_from_v_h(), StiffenedGasFluidProperties::g_from_v_e(), CaloricallyImperfectGas::g_from_v_e(), IdealGasFluidProperties::g_from_v_e(), TabulatedFluidProperties::g_from_v_e(), Water97FluidProperties::gamma1(), Water97FluidProperties::gamma2(), Water97FluidProperties::gamma5(), CaloricallyImperfectGas::gamma_from_p_T(), LinearFluidProperties::h_from_p_T(), StiffenedGasFluidProperties::h_from_p_T(), LeadLithiumFluidProperties::h_from_p_T(), LeadBismuthFluidProperties::h_from_p_T(), LeadFluidProperties::h_from_p_T(), CaloricallyImperfectGas::h_from_p_T(), IdealGasFluidProperties::h_from_p_T(), Water97FluidProperties::h_from_p_T_template(), CaloricallyImperfectGas::h_from_T(), StiffenedGasFluidProperties::h_from_T_v(), CaloricallyImperfectGas::h_from_T_v(), IdealGasFluidProperties::h_from_T_v(), LeadLithiumFluidProperties::h_from_v_e(), LeadBismuthFluidProperties::h_from_v_e(), LeadFluidProperties::h_from_v_e(), Water97FluidProperties::henryConstant(), LeadBismuthFluidProperties::k_from_p_T(), LeadLithiumFluidProperties::k_from_p_T(), LeadFluidProperties::k_from_p_T(), CaloricallyImperfectGas::k_from_p_T(), IdealGasFluidProperties::k_from_p_T(), Water97FluidProperties::k_from_p_T_template(), Water97FluidProperties::k_from_rho_T_template(), CaloricallyImperfectGas::k_from_v_e(), LeadLithiumFluidProperties::k_from_v_e(), LeadBismuthFluidProperties::k_from_v_e(), LeadFluidProperties::k_from_v_e(), TemperaturePressureFunctionFluidProperties::k_from_v_e(), TabulatedFluidProperties::k_from_v_e(), HeliumFluidProperties::k_from_v_e(), SinglePhaseFluidProperties::makeZeroAndOne(), LeadBismuthFluidProperties::mu_from_p_T(), CaloricallyImperfectGas::mu_from_p_T(), LeadLithiumFluidProperties::mu_from_p_T(), LeadFluidProperties::mu_from_p_T(), IdealGasFluidProperties::mu_from_p_T(), Water97FluidProperties::mu_from_p_T_template(), Water97FluidProperties::mu_from_rho_T_template(), CaloricallyImperfectGas::mu_from_v_e(), LeadLithiumFluidProperties::mu_from_v_e(), LeadBismuthFluidProperties::mu_from_v_e(), LeadFluidProperties::mu_from_v_e(), TemperaturePressureFunctionFluidProperties::mu_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), Water97FluidProperties::mu_from_v_e(), CaloricallyImperfectGas::p_from_h_s(), StiffenedGasFluidProperties::p_from_T_v(), CaloricallyImperfectGas::p_from_T_v(), IdealGasFluidProperties::p_from_T_v(), HeliumFluidProperties::p_from_T_v(), CaloricallyImperfectGas::p_from_v_e(), HeliumFluidProperties::p_from_v_e(), FlibeFluidProperties::p_from_v_e(), FlinakFluidProperties::p_from_v_e(), TemperaturePressureFunctionFluidProperties::p_from_v_e(), Water97FluidProperties::p_from_v_e_template(), SimpleFluidProperties::p_from_v_h(), SinglePhaseFluidProperties::p_T_from_h_s(), SinglePhaseFluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::p_T_from_v_h(), Water97FluidProperties::p_T_from_v_h(), Water97FluidProperties::phi3(), SinglePhaseFluidProperties::rho_e_from_p_T(), StiffenedGasFluidProperties::rho_from_p_s(), TabulatedFluidProperties::rho_from_p_s(), CaloricallyImperfectGas::rho_from_p_s(), IdealGasFluidProperties::rho_from_p_s(), TestSinglePhaseFluidProperties::rho_from_p_T(), LinearTestFluidProperties::rho_from_p_T(), TabulatedFluidProperties::rho_from_p_T(), LinearFluidProperties::rho_from_p_T(), CaloricallyImperfectGas::rho_from_p_T(), LeadLithiumFluidProperties::rho_from_p_T(), LeadBismuthFluidProperties::rho_from_p_T(), LeadFluidProperties::rho_from_p_T(), IdealGasFluidProperties::rho_from_p_T(), Water97FluidProperties::rho_from_p_T_template(), SinglePhaseFluidProperties::rho_mu_from_p_T(), CaloricallyImperfectGas::s_from_h_p(), TabulatedFluidProperties::s_from_h_p(), Water97FluidProperties::s_from_h_p(), CaloricallyImperfectGas::s_from_p_T(), IdealGasFluidProperties::s_from_p_T(), TabulatedFluidProperties::s_from_p_T(), StiffenedGasFluidProperties::s_from_T_v(), CaloricallyImperfectGas::s_from_T_v(), IdealGasFluidProperties::s_from_T_v(), CaloricallyImperfectGas::s_from_v_e(), IdealGasFluidProperties::s_from_v_e(), TabulatedFluidProperties::s_from_v_e(), Water97FluidProperties::subregionVolume(), Water97FluidProperties::T_drhodT_from_p_rho(), TabulatedFluidProperties::T_from_h_s(), LeadLithiumFluidProperties::T_from_p_h(), LeadBismuthFluidProperties::T_from_p_h(), LeadFluidProperties::T_from_p_h(), HelmholtzFluidProperties::T_from_p_h(), TemperaturePressureFunctionFluidProperties::T_from_p_h(), CaloricallyImperfectGas::T_from_p_h(), IdealGasFluidProperties::T_from_p_h(), TabulatedFluidProperties::T_from_p_h(), Water97FluidProperties::T_from_p_h(), NaKFluidProperties::T_from_p_rho(), LeadLithiumFluidProperties::T_from_p_rho(), LeadBismuthFluidProperties::T_from_p_rho(), LeadFluidProperties::T_from_p_rho(), TemperaturePressureFunctionFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_rho(), SimpleFluidProperties::T_from_p_rho(), TabulatedFluidProperties::T_from_p_s(), LinearFluidProperties::T_from_v_e(), LeadLithiumFluidProperties::T_from_v_e(), LinearTestFluidProperties::T_from_v_e(), LeadBismuthFluidProperties::T_from_v_e(), LeadFluidProperties::T_from_v_e(), CaloricallyImperfectGas::T_from_v_e(), TemperaturePressureFunctionFluidProperties::T_from_v_e(), IdealGasFluidProperties::T_from_v_e(), FlibeFluidProperties::T_from_v_e(), FlinakFluidProperties::T_from_v_e(), HeliumFluidProperties::T_from_v_e(), SimpleFluidProperties::T_from_v_e(), TabulatedFluidProperties::T_from_v_e(), SimpleFluidProperties::T_from_v_h(), Water97FluidProperties::tempXY(), SinglePhaseFluidProperties::v_e_from_p_T(), LeadBismuthFluidProperties::v_from_p_T(), LeadLithiumFluidProperties::v_from_p_T(), LeadFluidProperties::v_from_p_T(), SinglePhaseFluidProperties::vaporPressure(), Water97FluidProperties::vaporPressureTemplate(), Water97FluidProperties::vaporTemperature(), SinglePhaseFluidProperties::vaporTemperature(), and CaloricallyImperfectGas::Z_from_T().
Definition at line 206 of file SinglePhaseFluidProperties.h.
|
inherited |
Definition at line 182 of file SinglePhaseFluidProperties.h.
Referenced by StiffenedGasFluidProperties::c_from_v_e(), LinearFluidProperties::c_from_v_e(), TestSinglePhaseFluidProperties::c_from_v_e(), IdealGasFluidProperties::c_from_v_e(), LeadBismuthFluidProperties::c_from_v_e(), LeadLithiumFluidProperties::c_from_v_e(), LeadFluidProperties::c_from_v_e(), CaloricallyImperfectGas::c_from_v_e(), HeliumFluidProperties::c_from_v_e(), Water97FluidProperties::c_from_v_e(), SimpleFluidProperties::c_from_v_e(), TabulatedFluidProperties::c_from_v_e(), TabulatedFluidProperties::checkInputVariablesVE(), LinearFluidProperties::cp_from_v_e(), StiffenedGasFluidProperties::cp_from_v_e(), CaloricallyImperfectGas::cp_from_v_e(), TestSinglePhaseFluidProperties::cp_from_v_e(), LeadBismuthFluidProperties::cp_from_v_e(), LeadLithiumFluidProperties::cp_from_v_e(), LeadFluidProperties::cp_from_v_e(), IdealGasFluidProperties::cp_from_v_e(), SimpleFluidProperties::cp_from_v_e(), TemperaturePressureFunctionFluidProperties::cp_from_v_e(), FlibeFluidProperties::cp_from_v_e(), FlinakFluidProperties::cp_from_v_e(), HeliumFluidProperties::cp_from_v_e(), Water97FluidProperties::cp_from_v_e(), TabulatedFluidProperties::cp_from_v_e(), FlibeFluidProperties::cv_from_p_T(), FlinakFluidProperties::cv_from_p_T(), LinearFluidProperties::cv_from_v_e(), StiffenedGasFluidProperties::cv_from_v_e(), TestSinglePhaseFluidProperties::cv_from_v_e(), CaloricallyImperfectGas::cv_from_v_e(), LeadBismuthFluidProperties::cv_from_v_e(), LeadLithiumFluidProperties::cv_from_v_e(), LeadFluidProperties::cv_from_v_e(), IdealGasFluidProperties::cv_from_v_e(), SimpleFluidProperties::cv_from_v_e(), TemperaturePressureFunctionFluidProperties::cv_from_v_e(), FlibeFluidProperties::cv_from_v_e(), FlinakFluidProperties::cv_from_v_e(), Water97FluidProperties::cv_from_v_e(), HeliumFluidProperties::cv_from_v_e(), TabulatedFluidProperties::cv_from_v_e(), TabulatedFluidProperties::e_from_p_rho(), HeliumFluidProperties::e_from_p_rho(), SodiumSaturationFluidProperties::e_from_p_T(), TabulatedFluidProperties::e_from_p_T(), LeadBismuthFluidProperties::e_from_p_T(), LeadLithiumFluidProperties::e_from_p_T(), LeadFluidProperties::e_from_p_T(), FlibeFluidProperties::e_from_p_T(), FlinakFluidProperties::e_from_p_T(), StiffenedGasFluidProperties::e_from_T_v(), CaloricallyImperfectGas::e_from_T_v(), HeliumFluidProperties::e_from_T_v(), LinearFluidProperties::e_from_v_h(), CaloricallyImperfectGas::e_from_v_h(), StiffenedGasFluidProperties::e_from_v_h(), IdealGasFluidProperties::e_from_v_h(), Water97FluidProperties::e_from_v_h(), SimpleFluidProperties::e_from_v_h(), TabulatedFluidProperties::e_from_v_h(), HeliumFluidProperties::e_from_v_h(), StiffenedGasFluidProperties::g_from_v_e(), CaloricallyImperfectGas::g_from_v_e(), IdealGasFluidProperties::g_from_v_e(), TabulatedFluidProperties::g_from_v_e(), CaloricallyImperfectGas::gamma_from_v_e(), TabulatedFluidProperties::generateVETabulatedData(), TabulatedFluidProperties::h_from_p_T(), LeadLithiumFluidProperties::h_from_v_e(), LeadBismuthFluidProperties::h_from_v_e(), LeadFluidProperties::h_from_v_e(), StiffenedGasFluidProperties::k_from_v_e(), CaloricallyImperfectGas::k_from_v_e(), TestSinglePhaseFluidProperties::k_from_v_e(), LeadBismuthFluidProperties::k_from_v_e(), LeadLithiumFluidProperties::k_from_v_e(), LeadFluidProperties::k_from_v_e(), TemperaturePressureFunctionFluidProperties::k_from_v_e(), FlibeFluidProperties::k_from_v_e(), FlinakFluidProperties::k_from_v_e(), TabulatedFluidProperties::k_from_v_e(), Water97FluidProperties::k_from_v_e(), HeliumFluidProperties::k_from_v_e(), Water97FluidProperties::k_from_v_e_template(), LinearTestFluidProperties::mu_from_v_e(), TestSinglePhaseFluidProperties::mu_from_v_e(), CaloricallyImperfectGas::mu_from_v_e(), LeadBismuthFluidProperties::mu_from_v_e(), LeadLithiumFluidProperties::mu_from_v_e(), LeadFluidProperties::mu_from_v_e(), TemperaturePressureFunctionFluidProperties::mu_from_v_e(), FlibeFluidProperties::mu_from_v_e(), FlinakFluidProperties::mu_from_v_e(), TabulatedFluidProperties::mu_from_v_e(), Water97FluidProperties::mu_from_v_e(), HeliumFluidProperties::mu_from_v_e(), CaloricallyImperfectGas::p_from_h_s(), StiffenedGasFluidProperties::p_from_T_v(), CaloricallyImperfectGas::p_from_T_v(), IdealGasFluidProperties::p_from_T_v(), HeliumFluidProperties::p_from_T_v(), TestConservedVarFluidProperties::p_from_v_e(), LinearFluidProperties::p_from_v_e(), LeadFluidProperties::p_from_v_e(), LeadBismuthFluidProperties::p_from_v_e(), LeadLithiumFluidProperties::p_from_v_e(), CaloricallyImperfectGas::p_from_v_e(), LinearTestFluidProperties::p_from_v_e(), IdealGasFluidProperties::p_from_v_e(), HeliumFluidProperties::p_from_v_e(), FlinakFluidProperties::p_from_v_e(), FlibeFluidProperties::p_from_v_e(), SodiumSaturationFluidProperties::p_from_v_e(), TemperaturePressureFunctionFluidProperties::p_from_v_e(), Water97FluidProperties::p_from_v_e(), SimpleFluidProperties::p_from_v_e(), TabulatedFluidProperties::p_from_v_e(), Water97FluidProperties::p_from_v_e_template(), SimpleFluidProperties::p_from_v_h(), SinglePhaseFluidProperties::p_T_from_v_e(), Water97FluidProperties::p_T_from_v_e(), SinglePhaseFluidProperties::p_T_from_v_h(), Water97FluidProperties::p_T_from_v_h(), Water97FluidProperties::rho_T_from_v_e(), CaloricallyImperfectGas::s_from_h_p(), CaloricallyImperfectGas::s_from_p_T(), TabulatedFluidProperties::s_from_p_T(), StiffenedGasFluidProperties::s_from_T_v(), CaloricallyImperfectGas::s_from_T_v(), IdealGasFluidProperties::s_from_T_v(), TestSinglePhaseFluidProperties::s_from_v_e(), CaloricallyImperfectGas::s_from_v_e(), IdealGasFluidProperties::s_from_v_e(), TabulatedFluidProperties::s_from_v_e(), LinearFluidProperties::T_from_v_e(), LeadBismuthFluidProperties::T_from_v_e(), LinearTestFluidProperties::T_from_v_e(), LeadLithiumFluidProperties::T_from_v_e(), LeadFluidProperties::T_from_v_e(), CaloricallyImperfectGas::T_from_v_e(), TemperaturePressureFunctionFluidProperties::T_from_v_e(), SodiumSaturationFluidProperties::T_from_v_e(), IdealGasFluidProperties::T_from_v_e(), FlibeFluidProperties::T_from_v_e(), FlinakFluidProperties::T_from_v_e(), HeliumFluidProperties::T_from_v_e(), SimpleFluidProperties::T_from_v_e(), Water97FluidProperties::T_from_v_e(), TabulatedFluidProperties::T_from_v_e(), SimpleFluidProperties::T_from_v_h(), SinglePhaseFluidProperties::v_e_from_p_T(), StiffenedGasFluidProperties::v_e_spndl_from_T(), CaloricallyImperfectGas::v_e_spndl_from_T(), IdealGasFluidProperties::v_e_spndl_from_T(), SodiumSaturationFluidProperties::v_from_p_T(), TabulatedFluidProperties::v_from_p_T(), Water97FluidProperties::v_from_p_T(), LeadLithiumFluidProperties::v_from_p_T(), LeadBismuthFluidProperties::v_from_p_T(), LeadFluidProperties::v_from_p_T(), TemperaturePressureFunctionFluidProperties::v_from_p_T(), FlibeFluidProperties::v_from_p_T(), FlinakFluidProperties::v_from_p_T(), Water97FluidProperties::v_from_p_T_template(), and TabulatedFluidProperties::writeTabulatedData().
|
inherited |
Definition at line 184 of file SinglePhaseFluidProperties.h.
|
inherited |
Definition at line 186 of file SinglePhaseFluidProperties.h.
|
inherited |
Definition at line 188 of file SinglePhaseFluidProperties.h.
Definition at line 210 of file SinglePhaseFluidProperties.h.
1.8.14