Home
last modified time | relevance | path

Searched refs:densityPP (Results 1 – 12 of 12) sorted by relevance

/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Solvent/
H A DWaterWP95reaktoro.cpp55 state.densityPP = wt.densityPP;
H A DWaterHGKreaktoro.cpp56 state.densityPP = wt.densityPP; in propertiesWaterHGKreaktoro()
H A DWaterZhangDuan2005.cpp198 ps.densityPP = Dd2P*1e-05; in propertiesWaterZhangDuan2005()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/
H A DElectroModelsSolvent.cpp58 wts.densityPP = ps.densityPP; in electroPropertiesSolvent()
H A DThermoProperties.h140 Reaktoro_::ThermoScalar densityPP; member
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Solvent/Reaktoro/
H A DWaterThermoState.hpp70 Reaktoro_::ThermoScalar densityPP;
H A DWaterThermoStateUtils.cpp69 wt.densityPP = -wt.densityP*wt.densityP*wt.densityP*wt.pressureDD;
H A DWaterElectroStateJohnsonNorton.cpp87 const auto betaP = wt.densityPP/wt.density - beta*beta; in waterElectroStateJohnsonNorton()
/dports/science/thermofun/thermofun-0.3.8/python/pyThermoFun/
H A DpyThermoProperties.cpp99 .def_readwrite("densityPP", &PropertiesSolvent::densityPP) in exportPropertiesSolvent()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Common/
H A DOutputToCSV.cpp136 …ps.densityTP << c << ps.densityPP << c << ps.Alpha << c << ps.dAldT << c << ps.Beta << endl; in writePropertiesSolvent()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Solute/
H A DSoluteHKFreaktoro.cpp252 const auto betaP = ps.densityPP/ps.density - beta*beta; in functionG()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Batch/
H A DThermoBatch.cpp210 if (name == "densityPP") {resultsSolvent.push_back(ps.densityPP);} in selectResultsSolvent()