SLACKHA / pyJac

Creates C and CUDA analytical Jacobians for chemical kinetics ODE systems
http://slackha.github.io/pyJac/
MIT License
52 stars 23 forks source link

using pyJac for a constant temperature system #42

Open synjon-symthe opened 2 years ago

synjon-symthe commented 2 years ago

Can pyJac be used for a system where the temperature of the system is held constant and the chemical kinetics species equations are time-marched at this fixed temperature? If so, would it make sense to use the 'Jac' matrix produced by pyJac without the first row and first column so that only the species related derivatives remain?

Synjon