Parent Directory
|
Revision Log
|
Patch
revision 1515 by ksteube, Thu Apr 17 23:36:31 2008 UTC | revision 1516 by ksteube, Fri Apr 18 01:02:25 2008 UTC | |
---|---|---|
# | Line 33 else: | Line 33 else: |
33 | ||
34 | DIM=3 | DIM=3 |
35 | H=1. | H=1. |
36 | L=4*H | L=2*H |
37 | THETA=0.5 | THETA=0.5 |
38 | TOL=1.e-3 | TOL=1.e-3 |
39 | PERTURBATION=0.1 | PERTURBATION=0.1 |
# | Line 41 T_END=0.3 | Line 41 T_END=0.3 |
41 | DT_OUT=T_END/500 | DT_OUT=T_END/500 |
42 | VERBOSE=False | VERBOSE=False |
43 | RA=1.e5 # Rayleigh number | RA=1.e5 # Rayleigh number |
44 | A=22. # Arenious number | A=0. # Arenious number |
45 | DI = 0. # dissipation number | DI = 0. # dissipation number |
46 | SUPG=False | SUPG=False |
47 | create_restartfiles_every_step=10 | create_restartfiles_every_step=10 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |