Simulation setup¶
Contents
Setup class¶
-
class
arepy.scripy.
setup
(proj, *args, **opt)¶ Simulation setup
-
init
()¶ Simulation initialization
-
setupDirectory
()¶ Dictionary setup
-
setupConfig
(fileName)¶ Configuration file setup
- Parameters
fileName (str) – Path to a configuration file
-
setupParam
(fileName)¶ Parameter file setup
- Parameters
fileName (str) – Path to a parameter file
-
setupRun
(fileName)¶ Run script setup
- Parameters
fileName (str) – Path to a run script file
-
setupSources
(fileName)¶ Setup of radiation sources
- Parameters
fileName (str) – Path to a file with sources
-
setupIcs
(fileName)¶ Setup of initial conditions
- Parameters
fileName (str) – Path to an initial conditions
-
setupOlist
(fileName)¶ Setup of time output list
- Parameters
fileName (str) – Path to an output list file
-
setupOther
()¶ Aditional setup
-