Property PackageDW_ Calc Entropy Departure Method
Calculates the entropy departure of a mixture.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The entropy departure of the mixture in kJ/kg.K.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public abstract double DW_CalcEntropyDeparture(
Array Vx,
double T,
double P,
State st
)VB
Public MustOverride Function DW_CalcEntropyDeparture (
Vx As Array,
T As Double,
P As Double,
st As State
) As DoubleParameters
- Vx Array
- Vector of doubles containing the molar composition of the mixture.
- T Double
- Temperature (K)
- P Double
- Pressure (Pa)
- st State
- State enum indicating the state of the mixture (liquid or vapor).
Return Value
DoubleThe entropy departure of the mixture in kJ/kg.K.
Remarks
The basis for the calculated enthalpy/entropy in DWSIM is zero at 25 C and 1 atm.