Click or drag to resize

ReactionSetGetReactionPhase Method

Gets the phase on which a particular reaction contained in the Reactions Package will take place.

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public string GetReactionPhase(
	string reacId
)
Request Example View Source

Parameters

reacId  String
The reaction identifier

Return Value

String

Implements

ICapeReactionChemistry.GetReactionPhase(String)
Remarks
The string returned by this method must match one of the phase labels known to the Property Package.
See Also