|
Struct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Structured Grids
|
Variables related to program control.
Public Attributes | |
| character(1) | lrest |
| use of previous solution for restart ("Y"=yes, "N"=no) | |
| integer | maxiter |
| max. number of iterations | |
| integer | outstep |
| number of iterations between solution dumps | |
| integer | iter |
| actual iteration number | |
| real(rtype) | convtol |
| convergence criterion (2-norm of density change for which the iteration process is stopped) | |