ExpressionAlgebraicProcess
Usage
This Process is the Process to calculate the Algebraic formula. It sets a formula expressed ¡È0 = g(t,x)¡É to ¡ÈExpression¡É, and it does ¡ÈsetActivity¡É this result. In order to use this, we need to use ¡ÈDAEStepper¡É DAEStepper enables a mixture of continuous and discrete Processes. Now, DAEStepper doesn¡Çt support AlgebraicProcesses?. So FixedDAE1Stepper is used here.
Stepper FixedDAE1Stepper(DAE1){}
Process ExpressionAlgebraicProcess(R1)
{
Stepper DAE1;
a 1;
Expression "a+S0.Value*P0.MolarConc*self.!getSuperSystem().SizeN_A";
VariableReference [S0 :.:M 1] [P0 :.:P -1];
}
