21 lines
287 B
Plaintext
Executable File
21 lines
287 B
Plaintext
Executable File
#
|
|
# Sets some default verbose
|
|
/control/verbose 2
|
|
#
|
|
#
|
|
#
|
|
# Initialize New Phantom
|
|
#
|
|
# Choose model: ORNL, MIRD, MIX
|
|
#
|
|
/phantom/setPhantomModel MIRD
|
|
#
|
|
# Choose Sex of Phantom: Male or Female
|
|
#
|
|
/phantom/setPhantomSex Male
|
|
# Construct your Phantom
|
|
#
|
|
/phantom/buildNewPhantom
|
|
/run/initialize
|
|
|