source:
anuga_validation/uq_flume_2007/project.py
@
6982
Last change on this file since 6982 was 5688, checked in by , 17 years ago | |
---|---|
File size: 304 bytes |
Rev | Line | |
---|---|---|
[5688] | 1 | """Common filenames and locations. |
[4680] | 2 | """ |
[4750] | 3 | basename = "uq" |
4 | depth_filename = "depth.csv" | |
5 | velocity_x_filename = "velocity_x.csv" | |
6 | velocity_y_filename = "velocity_y.csv" | |
[4773] | 7 | experiment_vel_filename = "velocity_x_experiment.csv" |
8 | experiment_depth_filename = "depth_experiment.csv" | |
[4680] | 9 | |
10 | ||
[4750] | 11 | mesh_filename = 'uq-mesh.tsh' |
[4680] | 12 |
Note: See TracBrowser
for help on using the repository browser.