ReactionSetGetReactionPhase Method

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

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public string GetReactionPhase(
	string reacId
)

Parameters

reacId  String
The reaction identifier

Return Value

String

Implements

ICapeReactionChemistryGetReactionPhase(String)

Remarks

The string returned by this method must match one of the phase labels known to the Property Package.

See Also