MaterialStreamAssignFromPhase Method |
Assign properties from another phase in another stream.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void AssignFromPhase(
PhaseLabel phase,
MaterialStream stream,
bool SetW
)
Public Sub AssignFromPhase (
phase As PhaseLabel,
stream As MaterialStream,
SetW As Boolean
)
Request Example
View SourceParameters
- phase PhaseLabel
- Phase to assign proeprties from.
- stream MaterialStream
- Stream to read phase properties from.
- SetW Boolean
- True to set the overall mass flow from the other stream phase.
See Also