|
What About Boundary Conditions?
|
Previous Top Next |
|
|
| BOUNDARIES
|
| REGION 1
|
| START(0,0)
|
| VALUE(u) = 0 LINE TO (1,0) { fixed value on bottom }
|
| NATURAL(u)=0 LINE TO (1,1) { insulated right side }
|
| VALUE(u)=1 LINE TO (0,1) { fixed value on top }
|
| NATURAL(u)=0 LINE TO CLOSE { insulated left side }
|
|
|