33 |
import pylab as pl |
import pylab as pl |
34 |
|
|
35 |
from esys.escript.pdetools import * |
from esys.escript.pdetools import * |
36 |
|
from cblib import needdirs |
37 |
|
|
38 |
##ESTABLISHING VARIABLES |
##ESTABLISHING VARIABLES |
39 |
qin=300.*Milli*W/(m*m) #our heat source temperature is now zero |
qin=300.*Milli*W/(m*m) #our heat source temperature is now zero |
42 |
# the folder to gett our outputs from, leave blank "" for script path - |
# the folder to gett our outputs from, leave blank "" for script path - |
43 |
# note these depen. are generated from heatrefraction_mesher001.py |
# note these depen. are generated from heatrefraction_mesher001.py |
44 |
saved_path = "data/heatrefrac002" |
saved_path = "data/heatrefrac002" |
45 |
|
needdirs([saved_path]) |
46 |
|
|
47 |
###### 2 BLOCK MODEL ######### |
###### 2 BLOCK MODEL ######### |
48 |
## DOMAIN |
## DOMAIN |