ReactionEvaluateK1 Method

Evaluates the equilibrium constant K for this reaction at a given temperature (interface implementation).

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double EvaluateK1(
	double T,
	IPropertyPackage PP
)

Parameters

T  Double
Temperature in Kelvin.
PP  IPropertyPackage
The property package interface used for thermodynamic calculations.

Return Value

Double
The equilibrium constant K at temperature T.

Implements

IReactionEvaluateK(Double, IPropertyPackage)

See Also