ExpressionFluxProcess

Usage

This Process does ¡ÈsetFlux¡É the result calculated in Expression. In case of kinetic law, It needs to set the product of the result calculated in Expression and SIZE of system and avogadro number, because E-Cell3 handles the molecule number.

Process ExpressionFluxProcess(R1)
{

a 1;
Expression "a+S0.Value*P0.MolarConc*self.getSuperSystem().SizeN_A";

VariableReference [S0 :.:M 1] [P0 :.:P -1];

}