ReactionGetPropertyValue Method

Returns the numeric value of a named reaction property.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double GetPropertyValue(
	string prop
)

Parameters

prop  String
The property identifier string (e.g., "Kinetic_A_Forward").

Return Value

Double
The numeric value of the requested property.

Implements

IReactionGetPropertyValue(String)

See Also