Click or drag to resize

MaterialStreamGetOverallTPFraction Method

Retrieves temperature, pressure and composition for the overall mixture.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void GetOverallTPFraction(
	ref double temperature,
	ref double pressure,
	ref Object composition
)
Request Example View Source

Parameters

temperature  Double
Temperature (in K)
pressure  Double
Pressure (in Pa)
composition  Object
Composition (mole fractions)

Implements

ICapeThermoMaterial.GetOverallTPFraction(Double, Double, Object)
Remarks
This method is provided to make it easier for developers to make efficient use of the CAPEOPEN interfaces. It returns the most frequently requested information from a Material Object in a single call. There is no choice of basis in this method. The composition is always returned as mole fractions.
See Also