MaterialStreamCopyCompositions Method

Copy mass/mole fractions from one phase to another.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void CopyCompositions(
	PhaseLabel fromphase,
	PhaseLabel tophase
)

Parameters

fromphase  PhaseLabel
Phase to copy compositions from
tophase  PhaseLabel
Phase to copy compositions to

See Also