ReactionEvaluate K Method
Evaluates the equilibrium constant K for this reaction at a given temperature using the configured calculation method.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The equilibrium constant K at temperature T.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public double EvaluateK(
double T,
PropertyPackage pp
)VB
Public Function EvaluateK (
T As Double,
pp As PropertyPackage
) As DoubleParameters
- T Double
- Temperature in Kelvin.
- pp PropertyPackage
- The property package used for thermodynamic calculations (e.g., Gibbs-based K).
Return Value
DoubleThe equilibrium constant K at temperature T.