Material StreamSubtract From Phase Method
Subtracts a given mass flow from the specified phase and updates all phase and overall flows accordingly.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public void SubtractFromPhase(
double massflow,
Phase p,
bool calceq
)VB
Public Sub SubtractFromPhase (
massflow As Double,
p As Phase,
calceq As Boolean
)