25 lines
389 B
Plaintext
25 lines
389 B
Plaintext
# Example of interactive redefinition
|
|
# of the geometry
|
|
#
|
|
# this macro can be executed at any time
|
|
# during an interactive session:
|
|
#
|
|
# Idle> /control/execute newgeom.mac
|
|
#
|
|
#
|
|
/calor/setNbOfLayers 1
|
|
#
|
|
/calor/setAbsMat Water
|
|
/calor/setAbsThick 40 cm
|
|
#
|
|
/calor/setGapMat Air
|
|
/calor/setGapThick 0 cm
|
|
#
|
|
/calor/setSizeYZ 40 cm
|
|
#
|
|
/calor/update
|
|
#
|
|
/calor/setField 3 tesla
|
|
#
|
|
/vis/viewer/zoom 1.3
|