ReactionSetSetMaterial Method

Associates a material stream with this reaction package for thermodynamic context.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void SetMaterial(
	Object materialObject
)

Parameters

materialObject  Object
The material object (material stream or COM material object) to associate.

Implements

ICapeThermoContextSetMaterial(Object)

See Also