- Timestamp:
- Sep 1, 2008, 2:25:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/convergence_okushiri_2008/run_okushiri_truescale.py
r5442 r5720 13 13 14 14 This version up-scales the original 1:400 scale wave-tank experiment, to 15 "true-scale" with mesh defined using interior polygons. 15 "true-scale" with mesh defined using interior polygons. The resolution is then 16 varied by a factor of 2 to investigate convergence behaviour (refer to script 17 project_truescale.py for details). 16 18 17 19 The original validation data is available at … … 61 63 boundary_tags={'wall': [0, 1, 3],'wave': [2]}, 62 64 maximum_triangle_area=project_truescale.res_poly_all, 63 #interior_regions=project_truescale.interior_regions,65 interior_regions=project_truescale.interior_regions, # comment out when not using interior polygon definitions 64 66 filename=project_truescale.mesh_name+'.msh', 65 67 verbose=True) … … 74 76 75 77 # Write vertex coordinates to file 76 filename=project .vertex_filename78 filename=project_truescale.vertex_filename 77 79 fid=open(filename,'w') 78 80 fid.write('x (m), y (m)\n')
Note: See TracChangeset
for help on using the changeset viewer.