ChemE.io

Concentration

Volume

Reactor

Reactions

Components

Calculation Options

Math

Examples

Help

What is the syntax for the functions?

For V in, V out, and the reaction rate, you can write functions using the JessieCode syntax. For more information on JessieCode, visit this page

Error: calculation took too long

- Try setting the tolerance to a higher value.
- Try setting the minimum step size to a lower value.
- Try changing to RK4 solver with a large number of points.
- Very fast changes in a value are often the cause.

My result looks strange?

- Make sure the volume is always above 0
- Make sure V in and V out are always positive
- When using the RK4 solver, make sure you are using enough data points

More information?

View this project on GitHub for more information!

×