Galaxy Physics
==============
Below is a flowchart indicating the physical components and processes that typically occur in the evolution of a galaxy in Galacticus. (Galacticus is highly modular - many different components and processes can be included and excluded - this is intended just as a typical example.)
.. mermaid::
flowchart LR
subgraph Disk
direction TB
DiskISM[ISM]
DiskStars[Stars]
end
subgraph Spheroid
direction LR
SpheroidISM[ISM]
SpheroidStars[Stars]
end
subgraph Environment
direction LR
CGM[CGM]
IGM
end
CGM -->|cooling| DiskISM
DiskISM -->|star formation| DiskStars
DiskStars -->|recycling| DiskISM
SpheroidISM -->|star formation| SpheroidStars
SpheroidStars -->|recycling| SpheroidISM
Disk -->|instability| Spheroid
DiskISM -->|outflow| Environment
SpheroidISM -->|outflow| Environment