Changeset 3287
- Timestamp:
- Jul 6, 2006, 6:17:29 PM (18 years ago)
- Location:
- production/pt_hedland_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/pt_hedland_2006/project.py
r3286 r3287 156 156 h16=[629262.17, 7747205.47] #repeat of h0 157 157 # using Hamish's new bounding polygon 158 polyAll = [d0_50, d1_50, d2_50, h16,h15,h14,h13,h12,h11,h10,h9,h8,h7,h6,h5] 158 #polyAll = [d0_50, d1_50, d2_50, h16,h15,h14,h13,h12,h11,h10,h9,h8,h7,h6,h5] 159 polyAll = [d0_50, d1_50, d2_50, h16,h11,h8,h6, h5] 159 160 160 161 #Interior region - Pt Hedland town -
production/pt_hedland_2006/run_pt_hedland.py
r3286 r3287 111 111 if sys.platform == 'win32': 112 112 #figname = project.outputtimedir + 'pt_hedland_polys' 113 figname = 'pt_hedland_polys '113 figname = 'pt_hedland_polys_test' 114 114 plot_polygons([project.polyAll,project.poly_pt_hedland,project.poly_region], 115 115 figname, … … 123 123 'left': [2], 'bottom0': [3], 124 124 'bottom1': [4], 'bottom2': [5], 125 'bottom3': [6], 'bottom4': [7], 126 'bottom5': [8], 'bottom5': [9], 127 'bottom6': [10], 'bottom7': [11], 128 'bottom8': [12], 'bottom9': [13], 129 'right': [14]}, 125 'bottom3': [6], 'right': [7]}, 130 126 'maximum_triangle_area': 250000, 131 127 'filename': meshname, … … 208 204 domain.set_boundary( {'topright': Bf,'topleft': Bf, 'left': Bd, 'bottom0': Bd, 209 205 'bottom1': Bd, 'bottom2': Bd, 'bottom3': Bd, 210 'bottom4': Bd, 'bottom5': Bd, 'bottom6': Bd,211 'bottom7': Bd, 'bottom8': Bd, 'bottom9': Bd,212 206 'right': Bd}) 207 213 208 #------------------------------------------------------------------------------- 214 209 # Evolve system through time
Note: See TracChangeset
for help on using the changeset viewer.