This repository contains the emission line fluxes predicted with the Cloudy photoionization code version 17.01 (Ferland et al. 2017) for the star-forming models described in Section 3.1 of Calabro et al. (2023): https://arxiv.org/abs/2306.08605
We use for the calculations the package pyCloudy v.0.9.11: https://github.com/Morisset/pyCloudy/tree/0.9.11.
The default ionizing source is created with the built-in ’AGN’ command in Cloudy, which produces a multiple power law continuum characterized by a ’blue bump’ temperature Tbb, and spectral energy indices
AGN 6 -1.4 -0.5 -1.35
The brightness of the incident radiation field is defined through the ionization parameter log(U) varying between
The OXAF models are physically based AGN continuum emission models introduced by Thomas et al. (2016). They reproduce the diversity of observed AGN spectral shapes with only three main parameters:
- Epeak : the energy at the peak of the accretion disk emission.
-
$\Gamma$ : the power-law index of the non-thermal emission - pNT : the fraction of the total flux coming from the non-thermal component
In our simulations, Epeak varies from 20 to 100 eV, following Fig. 5 of Thomas et al. (2016). For pNT, we assume three possible values: 0.1, 0.25, and 0.4. Finally,
A python code to convert and interpolate the AGN SED produced with the original oxaf code (https:// github.com/ADThomas-astro/oxaf) into a coarser grid ready to be injected as an input in Cloudy is included in the repository (interpolate_convert_oxaf_models.py). This new spectral shape is given to Cloudy through the command 'interpolate'.
Each table contains the predictions of the line intensity (in units of erg/s, obtained with the command 'get_emis_vol' in pycloudy) of a specific emission line (scaled to
column name | description |
---|---|
alpha |
|
dens | gas density of the cloud (in units of |
met | gas-phase metallicity |
OH | corresponding oxygen abundance of the cloud (12+log(O/H)) |
logU | ionization parameter |
column name | description |
---|---|
Epeak | Epeak, that is, the energy at the peak of the accretion disk emission |
pNT | pNT, that is, the fraction of the total flux coming from the non-thermal component |
gamma | the power-law index of the non-thermal emission |
dens | gas density of the cloud (in units of |
met | gas-phase metallicity |
OH | corresponding oxygen abundance of the cloud (12+log(O/H)) |
logU | ionization parameter |
Currently, the flux predictions are available for the following emission lines, in order of increasing wavelength :
column name | emission line |
---|---|
CII_1335 | [CII] |
CIV_1551 | CIV |
HeII_1640 | HeII |
CIII_1909 | CIII] |
Hbeta | |
OIII_5007 | [OIII] |
Halpha | |
NII_6583 | [NII] |
SIII_9531 | [SIII] |
CI_9850 | [CI] |
HeI_10830 | HeI |
PaGamma | |
PII_1188 | [PII] |
FeII_1257 | [FeII] |
PaBeta | |
FeII_132 | [FeII] |
FeII_164 | [FeII] |
PaAlpha | |
The following figure, shown as an example, represents the Cloudy predictions using the AGN models from Thomas et al. (2016).
BPT diagram, where the line ratio predictions for AGNs are obtained using the recent models of Thomas et al. (2016,2018). For the AGN models with the same ionization parameter (colored as indicated in the legend), the circles are the predictions obtained with Epeak = 20 eV, while the square symbols are derived assuming Epeak = 100 eV. The marker size varies as a function of gas density (from $10^2$ to $10^4$ $cm^{−3}$ from the smaller to the larger). The three points with the same marker, size, and color, are the predictions of three different values of pNT: 0.1, 0.25, and 0.4. The star-forming models are also shown as described in the star-forming models repository: https://github.com/Anthony96/star-forming_models.git