Home
last modified time | relevance | path

Searched refs:dpdrho (Results 1 – 5 of 5) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DWaterPropsIAPWS.cpp242 doublereal dpdrho_val = dpdrho(); in isothermalCompressibility()
247 doublereal WaterPropsIAPWS::dpdrho() const in dpdrho() function in Cantera::WaterPropsIAPWS
422 doublereal dpdrho_old = dpdrho(); in densSpinodalWater()
431 doublereal dpdrho_new = dpdrho(); in densSpinodalWater()
467 dpdrho_new = dpdrho(); in densSpinodalWater()
510 doublereal dpdrho_old = dpdrho(); in densSpinodalSteam()
519 doublereal dpdrho_new = dpdrho(); in densSpinodalSteam()
554 dpdrho_new = dpdrho(); in densSpinodalSteam()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/physics/
H A DEos.cpp96 …Float dpdrho = a * u + b * u * (3._f * denom - 2._f) / sqr(denom) + A / rho0 + 2._f * B * mu / rho… in evaluate() local
97 const Float csc = dpdrho + dpdu * pc / (rho * rho); in evaluate()
106 dpdrho = a * u + alphaExp * (b * u * (3._f * denom - 2._f) / sqr(denom)) + in evaluate()
109 Float cse = dpdrho + dpdu * pe / (rho * rho); in evaluate()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DWaterPropsIAPWS.h318 doublereal dpdrho() const;
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Gases/
H A Ds_solmod_.h911 long int Pressure( double rho, double &p, double &dpdrho, double **cf );
H A Ds_solmod2_.cpp5916 long int TSTPcalc::Pressure ( double rho, double &p, double &dpdrho, double **cf ) in Pressure() argument
5941 dpdrho = dpred*(RC*Tk); in Pressure()