ReactionStoichBase Constructor

Initializes a new instance of the ReactionStoichBase class with stoichiometric data.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public ReactionStoichBase(
	string name,
	double stoichcoeff,
	bool isbasereactant,
	double directorder,
	double reversorder
)

Parameters

name  String
The compound name participating in the reaction.
stoichcoeff  Double
The stoichiometric coefficient (positive = product, negative = reactant).
isbasereactant  Boolean
Whether this compound is the base reactant for conversion calculations.
directorder  Double
The reaction order with respect to this compound for the forward rate.
reversorder  Double
The reaction order with respect to this compound for the reverse rate.

See Also