ReactionSetGetReactionPhase Method |
Gets the phase on which a particular reaction contained in the Reactions Package will take place.
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public string GetReactionPhase(
string reacId
)
Public Function GetReactionPhase (
reacId As String
) As String
Request Example
View SourceParameters
- reacId String
- The reaction identifier
Return Value
StringImplements
ICapeReactionChemistry.GetReactionPhase(String)Remarks The string returned by this method must match one of the phase labels known to the Property Package.
See Also