MaterialStreamCopyCompositions Method |
Copy mass/mole fractions from one phase to another.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void CopyCompositions(
PhaseLabel fromphase,
PhaseLabel tophase
)
Public Sub CopyCompositions (
fromphase As PhaseLabel,
tophase As PhaseLabel
)
Request Example
View SourceParameters
- fromphase PhaseLabel
- Phase to copy compositions from
- tophase PhaseLabel
- Phase to copy compositions to
See Also