Author |
Message |
Topic: System.Overflow Exception |
curoi
Replies: 4
Views: 8478
|
Forum: General Posted: Thu Mar 22, 2012 5:58 pm Subject: |
Okay, I tried that. I downloaded FTN95 Express in order to get the ability to use Checkmate and the debugger. But I checkmate seems spotty. I can't run Checkmate on code that I would like too fix incl ... |
Topic: System. Overflow Exception |
curoi
Replies: 2
Views: 5234
|
Forum: Support Posted: Thu Mar 22, 2012 3:03 am Subject: |
! Top-left corner ! is conc supposed to be i + 1 near boundary?
conc( ndy, 1, n ) = conc( ndy, 1, n - 1 ) - u * dt / dx * ( conc( ndy, 2, n - 1 ) - conc( ndy, 1, n - 1 ) ) &
+ D * dt * ( ( 1 / d ... |
Topic: System. Overflow Exception |
curoi
Replies: 2
Views: 5234
|
Forum: Support Posted: Thu Mar 22, 2012 3:02 am Subject: System. Overflow Exception |
I have code trying to run multiple equations with 3-D array representing a well-mixed tank that is has some inflow = outflow where the 2-D mass transport of some contaminant mass ( c - concentration ) ... |
Topic: System.Overflow Exception |
curoi
Replies: 4
Views: 8478
|
Forum: General Posted: Wed Mar 21, 2012 11:14 pm Subject: |
! Top-left corner ! is conc supposed to be i + 1 near boundary?
conc( ndy, 1, n ) = conc( ndy, 1, n - 1 ) - u * dt / dx * ( conc( ndy, 2, n - 1 ) - conc( ndy, 1, n - 1 ) ) &
... |
Topic: System.Overflow Exception |
curoi
Replies: 4
Views: 8478
|
Forum: General Posted: Wed Mar 21, 2012 11:13 pm Subject: System.Overflow Exception |
I have code trying to run multiple equations with 3-D array representing a well-mixed tank that is has some inflow = outflow where the 2-D mass transport of some contaminant mass ( c - concentration ) ... |
Topic: Do-loop alternating |
curoi
Replies: 0
Views: 4502
|
Forum: General Posted: Mon Mar 05, 2012 12:19 am Subject: Do-loop alternating |
I'm trying to solve two partial differential equations using finite difference approximations. The way I went about trying to solve this explicit scheme in Fortran 95 included two sets of do loops tha ... |
|