MaterialStreamSetPhaseComposition Method |
Sets the molar composition of a phase.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void SetPhaseComposition(
double[] Vx,
Phase phase
)
Public Sub SetPhaseComposition (
Vx As Double(),
phase As Phase
)
Request Example
View SourceParameters
- Vx Double
- Molar composition array
- phase Phase
- Phase to set composition of
See Also