ReactionEvaluateK 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
public double EvaluateK(
	double T,
	PropertyPackage pp
)

Parameters

T  Double
Temperature in Kelvin.
pp  PropertyPackage
The property package used for thermodynamic calculations (e.g., Gibbs-based K).

Return Value

Double
The equilibrium constant K at temperature T.

See Also