# time step, number of timesteps
dt = 0.01
steps = 400

# material properties
E = 10000.0
mu = 0.3
alpha = 0.03
T = 10

# enable time dependence
time = false

# dirichlet boundary condition groups
# dirichletGrps = 7 8
# dirichletGrps = 8 9 10
# dirichletGrps =  10 12 
# dirichletGrps =  53 54 55
# dirichletGrps =  256 257 258
# dirichletGrps =  16 17 18
# dirichletGrps = 8 10 11 
# dirichletGrps =  23 25 26
# dirichletGrps =  7 8 9 10
# dirichletGrps =  2 
dirichletGrps =  10 11 12

# dirichlet boundary condition values 
dirichletVals = 10 0 -10 

# heat flux boundary condition groups
heatFluxGrps = 13

# heat flux boundary condition values
heatFluxVals = 0.0

# convection boundary condition groups
# convectionGrps = 12

# convection boundary condition values
# convectionVals = 5.5
 
