MaterialStreamSubtractFromPhase 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
public void SubtractFromPhase(
	double massflow,
	Phase p,
	bool calceq
)

Parameters

massflow  Double
Mass flow to subtract, in kg/s.
p  Phase
Phase from which to subtract flow.
calceq  Boolean
If True, recalculates equilibrium after the subtraction.

See Also