MaterialStreamGetOverallTPFraction Method |
Retrieves temperature, pressure and composition for the overall mixture.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void GetOverallTPFraction(
ref double temperature,
ref double pressure,
ref Object composition
)
Public Sub GetOverallTPFraction (
ByRef temperature As Double,
ByRef pressure As Double,
ByRef composition As Object
)
Request Example
View SourceParameters
- 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