forked from sirocco-rt/sirocco
-
Notifications
You must be signed in to change notification settings - Fork 0
System_type Parameters
Sam Mangham edited this page Jul 12, 2019
·
3 revisions
The parameter is provides the program with a broad overview of the type of system that will be simulated, and is used by Python to initialize certain variable, and to control what variables are asked for later.
Enumerator
-
star: System in which the central object is a star or WD -
binary: System with a secondary star, which can occult the central object and disk depending on phase -
agn: AGN or BH binary (currently) -
previous: In this case, one is starting from a previous run with python, and one want to either continue the run or change some parameters associated with radiation sources
File: python.c