What in the code and where does the program specify the element limit?
If the elements are stored in the program in an array, why are there instead not an individual array for all solids, powders, gases, and energy particles instead of one array for all of the elements?
Why does the program update by cell? Why are particle movements calulated in the same cells as pressure?
If Heat is calulated by indvidual particle why is pressure calculated per cell on its grid, and not on the particle itself as heat is?
and I think the particle limit is locked at the int limit ...
Is the pressure in a 1x1 grid in c++ possible without making it really laggy???
Hehehe run fine on a pentium dual core, no chance, but normally c++ runs a bit faster I thought (also depends on how you code it)