HelmholtzEquationOfStateMassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature Method |
Gets the isobaric heat capacity from a given density and temperature.
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 MassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(
double massDensity,
double temperature
)
Parameters
- massDensity Double
- The density in kg/m³.
- temperature Double
- The temperature in Kelvin.
Return Value
DoubleThe isobaric heat capacity in J/(kg K).
See Also