ReactionSetPropertyValue Method

Sets 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 void SetPropertyValue(
	string prop,
	double value
)

Parameters

prop  String
The property identifier string (e.g., "Kinetic_A_Forward").
value  Double
The value to assign to the property.

Implements

IReactionSetPropertyValue(String, Double)

See Also