Recent content by shipman
-
S
Fortran Why am I getting a NaN Error when Running my Fortran Program?
Thank you so much for your all kind replies. Yeah "gsal" finally i could run the program correctly. I found that NaN shows mathematical error which can be derived from dividing by zero...Thank you- shipman
- Post #5
- Forum: Programming and Computer Science
-
S
What are some practical applications of OpenFOAM for multiphase simulations?
I am also using openfoam, especially multiphase solvers for cavitation simulation ...we can contact if someone is interested with this topic.- shipman
- Post #4
- Forum: Mechanical Engineering
-
S
Fortran Why am I getting a NaN Error when Running my Fortran Program?
Hi to everyone, I am quite new to forum and fortran. Basically, i am trying to calculate the bubble radius using RP model and this is my code: IMPLICIT DOUBLE PRECISION (A-H,O-Z) IMPLICIT INTEGER (I-N) C ! Declare local constant Pi REAL, PARAMETER :: Pi = 3.1415927D0 C...- shipman
- Thread
- Error Fortran
- Replies: 4
- Forum: Programming and Computer Science