HelmholtzEquationOfStateIsothermalDerivativePressureWrtMassDensity_FromMassDensityAndTemperature Method |
Gets the derivative of pressure w.r.t. the mass density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double IsothermalDerivativePressureWrtMassDensity_FromMassDensityAndTemperature(
double massDensity,
double temperature
)
Parameters
- massDensity Double
- The mass density.
- temperature Double
- The temperature.
Return Value
DoubleDerivative of pressure w.r.t. the mass density at isothermal conditions.
See Also