MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / dCdT_Water

Function dCdT_Water

src/HumidAirProp.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357 return s_virial_cache.C_w;
358}
359static double dCdT_Water(double T) {
360 fill_virial_cache(T);
361 return s_virial_cache.dCdT_w;
362}
363void UseVirialCorrelations(int flag) {
364 if (flag == 0 || flag == 1) {
365 FlagUseVirialCorrelations = flag;

Callers 2

dC_m_dTFunction · 0.85
HAProps_AuxFunction · 0.85

Calls 1

fill_virial_cacheFunction · 0.85

Tested by

no test coverage detected