Hi again,
by copying those file you suggested the processor started to run but with errors that it could not get the result out of it.
I think the problem lied on the place to enter the prescribed height which I dont know how!in the fallowing is the steering file of the dam-break ,please tell me where to change to set the prescribed height;besides,the errors saved on the directory of the project say that compiling of princi.f is impossible by this:
*** ERROR : COMPILATION princi.f ***
Please help me with these two issue,I know that I seem a real beginner ,but I really need these infos.
Here is the steering file mentioned above.
/
/ COMPUTER INFORMATIONS
/
/
GEOMETRY FILE = geo
FORTRAN FILE = princi.f
BOUNDARY CONDITIONS FILE = cli.txt
RESULTS FILE = res
REFERENCE FILE = ref
PARALLEL PROCESSORS = 0
/
/
/ GENERAL INFORMATIONS - OUTPUTS
/
/
TITLE = 'DAM BREAK OVER DRY BED'
VARIABLES FOR GRAPHIC PRINTOUTS = 'U,V,H,F,L,N'
GRAPHIC PRINTOUT PERIOD = 10
LISTING PRINTOUT PERIOD = 15
TIME STEP = 0.01
NUMBER OF TIME STEPS = 150
VARIABLE TIME-STEP : YES
DURATION : 1.5
MASS-BALANCE = YES
INFORMATION ABOUT SOLVER = YES
VALIDATION = YES
/
/ INITIAL CONDITIONS
/
/
COMPUTATION CONTINUED = NO
INITIAL CONDITIONS = 'PARTICULAR'
/
/
/ PHYSICAL PARAMETERS
/
/
LAW OF BOTTOM FRICTION = 0.
TURBULENCE MODEL = 1
VELOCITY DIFFUSIVITY = 0.
/
/
/ NUMERICAL PARAMETERS
/
/
EQUATIONS = 'SAINT-VENANT FV'
FINITE VOLUME SCHEME = 2
NUMBER OF PRIVATE ARRAYS = 1
TIDAL FLATS = YES
TYPE OF ADVECTION = 7;5
SUPG OPTION = 2;2
DISCRETIZATIONS IN SPACE = 11;11
SOLVER ACCURACY = 1.E-4
SOLVER = 7
SOLVER OPTION = 3
PRECONDITIONING = 2
IMPLICITATION FOR DEPTH = 1.
IMPLICITATION FOR VELOCITY = 0.6
INITIAL GUESS FOR H = 1
/
&FIN