Galactic Structure Physics - galacticusorg/galacticus GitHub Wiki

Below is a flowchart indicating the ingredients of Galacticus galactic structure model. (Galacticus is highly modular - many different ingredients can be included and excluded - this is intended just as a typical example.)

flowchart LR
   Galaxy[<a href='https://github.com/galacticusorg/galacticus/releases/download/bleeding-edge/Galacticus_Physics.pdf#physics.galacticStructure' style='text-decoration: none'>Galaxy structure</a>]
   DMO[<a href='https://github.com/galacticusorg/galacticus/releases/download/bleeding-edge/Galacticus_Physics.pdf#physics.darkMatterProfileDMO' style='text-decoration: none'>Dark matter-only profile</a>]
   DM[<a href='https://github.com/galacticusorg/galacticus/releases/download/bleeding-edge/Galacticus_Physics.pdf#physics.darkMatterProfile' style='text-decoration: none'>Dark matter profile</a>]
   Solver[<a href='https://github.com/galacticusorg/galacticus/releases/download/bleeding-edge/Galacticus_Physics.pdf#physics.galacticStructureSolver' style='text-decoration: none'>Structure solver</a>]
   DMO --> DM
   DM --> Solver
   Solver --> Galaxy
   Galaxy --> Solver