Is it possable to modify the core properties (eg. HotAir) in the update function? And if not what else could I use to create negative air pressure?
Use negative HotAir values OR if you want negative pressure under certain conditions:
sim->pv[x/CELL][y/CELL] = -1.0f; //creates -1 pressure! yay
alright ill try that thanks