1#ifndef MODEL_GAS_THERMO_CPCONSTANT_H_
2#define MODEL_GAS_THERMO_CPCONSTANT_H_
17 static constexpr const char*
name =
"cpconstant";
22 std::vector<double>
h0;
23 std::vector<double>
s0;
int queryarr_required(std::string name, std::vector< T > &value)
std::vector< double > Tref
double enthalpy_mol(double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const
static constexpr const char * name
double entropy_mol(double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const
std::vector< double > cp_moles
static void Parse(CpConstant &value, IO::ParmParse &pp, int a_nspecies)
double cp_mol(double, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const
Eigen::Matrix< amrex::Real, AMREX_SPACEDIM, 1 > Vector
AMREX_FORCE_INLINE void Assert(std::string file, std::string func, int line, std::string smt, bool pass, Args const &... args)
static Unit Temperature()