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