Changeset 3901
- Timestamp:
- Nov 1, 2006, 12:16:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri.py
r3895 r3901 155 155 island_0 = [xleft + 2*(xright-xleft)/3+1.2, ytop-0.5] 156 156 island_1 = [xleft + 2*(xright-xleft)/3+0.5, ybottom + 2*(ytop-ybottom)/3] 157 island_2 = [xleft + (xright-xleft)/2+0. 3, ybottom + 2*(ytop-ybottom)/3-0.3]158 island_3 = [xleft + (xright-xleft)/2+0. 3, ybottom + (ytop-ybottom)/3+0.3]157 island_2 = [xleft + (xright-xleft)/2+0.4, ybottom + 2*(ytop-ybottom)/3-0.3] 158 island_3 = [xleft + (xright-xleft)/2+0.4, ybottom + (ytop-ybottom)/3+0.3] 159 159 island_4 = [xleft + 2*(xright-xleft)/3+0.4, ybottom + (ytop-ybottom)/3-0.3] 160 island_5 = [xleft + 2*(xright-xleft)/3+1.2, ybottom+0. 2]160 island_5 = [xleft + 2*(xright-xleft)/3+1.2, ybottom+0.8] 161 161 island_6 = [xl-.01, yb] # Keep right edge just off the gulleys 162 162 island_7 = [xl-.01, yt] … … 168 168 169 169 # Region spanning half right hand side of domain just inside boundary 170 rhs_nw = [xleft + (xright-xleft)/3+1, ytop- 0.4]171 rhs_sw = [xleft + (xright-xleft)/3+1, ybottom+0. 4]172 rhs_se = [xright-0.1, ybottom+0. 1]173 rhs_ne = [xright-0.1, ytop-0. 1]170 rhs_nw = [xleft + (xright-xleft)/3+1, ytop-1.4] 171 rhs_sw = [xleft + (xright-xleft)/3+1, ybottom+0.5] 172 rhs_se = [xright-0.1, ybottom+0.2] 173 rhs_ne = [xright-0.1, ytop-0.2] 174 174 175 175 rhs_region = [rhs_nw, rhs_ne, rhs_se, rhs_sw]
Note: See TracChangeset
for help on using the changeset viewer.