Click or drag to resize

MaterialStreamCopyCompositions Method

Copy mass/mole fractions from one phase to another.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void CopyCompositions(
	PhaseLabel fromphase,
	PhaseLabel tophase
)
Request Example View Source

Parameters

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