MaterialStreamGetOverallTPFraction Method

Retrieves temperature, pressure and composition for the overall mixture.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void GetOverallTPFraction(
	ref double temperature,
	ref double pressure,
	ref Object composition
)

Parameters

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

Implements

ICapeThermoMaterialGetOverallTPFraction(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