Changeset 4353 for anuga_validation
- Timestamp:
- Apr 3, 2007, 4:45:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/solitary_waves/solitary_wave_runup.py
r4350 r4353 68 68 # Unstructured mesh 69 69 polygon = [[east,north],[west,north],[west,south],[east,south]] 70 interior_polygon = [[400,north -10],[west+10,north-10],71 [west+10,south +10],[400,south+10]]72 res = 0.06570 interior_polygon = [[400,north],[west+10,north], 71 [west+10,south],[400,south]] 72 res = 1. 73 73 simulation_name = 'runup_convergence' + str(res) 74 74 meshname = simulation_name + '.msh' … … 76 76 boundary_tags={'top': [0], 'left': [1], 77 77 'bottom': [2], 'right': [3]}, 78 maximum_triangle_area=10 .,#dx*dy/4.,78 maximum_triangle_area=100.,#dx*dy/4., 79 79 filename=meshname, 80 80 #interior_regions=[[interior_polygon,dx*dy/32.]])
Note: See TracChangeset
for help on using the changeset viewer.