Rev | Line | |
---|
[5713] | 1 | ANUGA VALIDATION AGAINST THE MONASH FLUME EXPERIMENT |
---|
| 2 | |
---|
| 3 | This directory contains code conducting a validation of ANUGA aganst a |
---|
| 4 | wave tank simulation. |
---|
| 5 | |
---|
| 6 | 8 experiments were carried out in the flume tank. Then were four |
---|
| 7 | scenarios, with a repeat for each scenario. |
---|
| 8 | |
---|
| 9 | Each experiment has 2 files; a boundary file and a water stage file. |
---|
| 10 | For the first experiment these files are called S1R1_boundary.csv and |
---|
| 11 | S1R1_exp_stage.csv. The time in both of these files is in seconds. |
---|
| 12 | The header of the water stage file is the x-coordinate of each gauge, |
---|
| 13 | in m. The stage is given in m, with the still water line being the origin. |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | The ANUGA scripts to run are |
---|
| 17 | |
---|
[5715] | 18 | run_simulations.py: |
---|
[5713] | 19 | This script will run a numerical 8 simulations based on the the bathymetry |
---|
| 20 | and the given boundary condition and store the model outputs in ANUGA |
---|
| 21 | sww files which can be viewed using one of the viewers, |
---|
| 22 | e.g. Swollen. The output is stored in a directory called output. |
---|
| 23 | |
---|
| 24 | calc_rmds.py |
---|
| 25 | This script will calculate the root mean square deviation of all the |
---|
| 26 | sensors in all 8 simulations. |
---|
| 27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.