Current work:
I am getting a floating point exception error in my transient solution; I was
wondering would you know what caused this?
Because I am trying to run this solution and I can’t get my residuals because of this.
This floating point exception could be caused by a number of things. It may be that your timestep size is too large at 1s. I would try to decrease the timestep; perhaps a value of 1e-2 s or some such. If the solution still crashes, reduce the timestep further and try again.
You might also try running the solution in Steady State mode first and then switching to transient after some period of runtime (perhaps 100 steps).
Change your time step to 0.001 seconds. Change your courant number to 5. Let me know how that works. Change your total time to 0.100.
12/28/10