Heating Processes
The file heatingfunctions.F90 documents the heating terms implemented in the
CALC_HEATING subroutine of the 3D-PDR code. Each heating mechanism
contributes to the total volumetric heating rate of the gas
(\(\mathrm{erg\ cm^{-3}\ s^{-1}}\)) at a given grid cell, based on the
local physical conditions and chemical abundances.
The total heating rate is computed as the sum of the individual processes described below.
Only the heating mechanisms that are active in the default energy balance are described here.
Units and Conventions
Gas density
DENSITYis the total hydrogen number density (\(n_\mathrm{H}\)) in \(\mathrm{cm^{-3}}\).Gas and dust temperatures are in Kelvin.
Reaction rates
RATE(i)are provided byCALCULATE_REACTION_RATES.Elemental and molecular abundances are fractional abundances relative to hydrogen nuclei.
Energies expressed in eV are internally converted to erg using the constant
EV.
PAH Photoelectric Heating
This routine computes the photoelectric heating rate from dust grains and Polycyclic Aromatic Hydrocarbons (PAHs) using the formalism of Bakes & Tielens (1994) with modifications from Wolfire et al. (2003, 2008). The calculation assumes an MRN grain-size distribution with radii ranging from 3 to 100 Å.
Key references
Wolfire et al. (2003, ApJ, 587, 278); PAH abundance revision from Spitzer data
Wolfire et al. (2008, ApJ, 680, 384); PAH scaling factor
PAH Scaling Factor (Wolfire et al. 2008)
\[\phi_{\mathrm{PAH}} = 0.4\]Note
Setting \(\phi_{\mathrm{PAH}} = 1.0\) recovers the original Bakes & Tielens (1994) formulation.
Temperature-dependent Exponents
\[\alpha = 0.944\]\[\beta(T) = \frac{0.735}{T^{0.068}}\]where \(T\) is the gas temperature in Kelvin.
Dimensionless Ionization Parameter (\(\delta\))
\[\delta = \frac{G_0 \sqrt{T}}{n_e n_{\mathrm{H}} \phi_{\mathrm{PAH}}}\]where:
\(G_0\) = Habing radiation field strength (1 Habing unit = \(1.6 \times 10^{-3}\) erg cm⁻² s⁻¹)
\(T\) = Gas temperature (K)
\(n_e\) = Electron number density (cm⁻³)
\(n_{\mathrm{H}}\) = Total hydrogen number density (cm⁻³)
Photoelectric Heating Efficiency (\(\epsilon\))
\[\epsilon(T, \delta) = \frac{4.87 \times 10^{-2}}{1 + 4.0 \times 10^{-3} \delta^{0.73}} + \frac{3.65 \times 10^{-2} \left(\dfrac{T}{10^4}\right)^{0.7}}{1 + 2.0 \times 10^{-4} \delta}\]Heating and Cooling Rates
PAH Heating Rate (erg cm⁻³ s⁻¹):
\[\Gamma_{\mathrm{heat}} = 1.30 \times 10^{-24} \epsilon G_0 n_{\mathrm{H}}\]PAH Cooling Rate (erg cm⁻³ s⁻¹):
\[\Lambda_{\mathrm{cool}} = 4.65 \times 10^{-30} T^{\alpha} \delta^{\beta} n_e n_{\mathrm{H}} \phi_{\mathrm{PAH}}\]Net Photoelectric Heating Rate
\[\Gamma_{\mathrm{PE}} = \left(\Gamma_{\mathrm{heat}} - \Lambda_{\mathrm{cool}}\right) \times Z\]where \(Z\) is the metallicity relative to solar (linear scaling factor).
Combined Formula
Substituting all components:
with the auxiliary definitions:
Parameter Ranges and Notes
Typical ranges: - \(G_0\): 0.1 to 10⁶ (Habing units) - \(T\): 10 to 10⁴ K - \(n_{\mathrm{H}}\): 0.1 to 10⁶ cm⁻³ - \(n_e/n_{\mathrm{H}}\): ~10⁻⁴ to 1 (ionization fraction)
Physical meaning of \(\delta\): The parameter \(\delta\) represents the ratio of ionization rate (proportional to \(G_0\sqrt{T}\)) to recombination rate (proportional to \(n_e n_{\mathrm{H}}\phi_{\mathrm{PAH}}\)).
When \(\delta \gg 1\): Ionization dominates so heating is efficient
When \(\delta \ll 1\): Recombination dominates so cooling becomes important
Efficiency \(\epsilon\): The efficiency function has two terms representing different physical regimes:
First term: Dominates at low temperatures and moderate \(\delta\)
Second term: Becomes important at high temperatures (\(T \gtrsim 10^4\) K)
Carbon Photoionization Heating
This routine computes the heating from photoionization of carbon atoms. When UV photons ionize carbon atoms, the excess photon energy beyond the ionization potential is converted to kinetic energy of the ejected electron, which thermalizes through collisions.
The heating rate is given by:
where:
\(E_{\mathrm{dep}}\) = 1.0 eV (average energy deposited as heat per ionization)
\(k_{\mathrm{C,phot}}\) = Carbon photoionization rate (s⁻¹)
\(n_{\mathrm{C}}\) = Carbon number density (cm⁻³)
In terms of physical quantities:
The code implements a minimum value to prevent underflow:
if (CIONIZATION_HEATING.lt.1d-30) CIONIZATION_HEATING=1d-30
This ensures the heating rate never falls below \(10^{-30}\) erg cm⁻³ s⁻¹.
Notes
The value of 1.0 eV represents the average excess energy of ionizing photons beyond the carbon ionization potential (11.26 eV).
This heating mechanism is important in diffuse atomic and ionized regions where carbon is a significant absorber of UV photons.
The heating rate is proportional to the carbon abundance, which scales with metallicity.
H₂ Formation Heating
This routine computes the heating from molecular hydrogen formation on dust grain surfaces. When two hydrogen atoms combine on a grain surface to form H₂, the binding energy (4.48 eV) is released, with approximately 1.5 eV deposited as thermal energy into the gas. See Hollenbach & Tielens (1999) for complete description.
The heating rate follows:
where:
\(E_{\mathrm{dep}}\) = 1.5 eV (energy released as heat per H₂ formed)
\(k_{\mathrm{H_2,form}}\) = H₂ formation rate coefficient on grains (cm³ s⁻¹)
\(n_{\mathrm{H}}\) = Total hydrogen number density (cm⁻³)
\(f_{\mathrm{H}}\) = Atomic hydrogen fractional abundance
Complete Expression
In terms of physical quantities:
Physical Process Details
Energy release: H₂ binding energy = 4.48 eV
Partitioning:
~1.5 eV goes into heating the gas (through grain-gas collisions)
~0.2 eV goes into internal excitation of the newly formed H₂
~2.78 eV goes into heating the dust grain
Formation mechanism:
Langmuir-Hinshelwood mechanism (mobile H atoms on grain surfaces)
Eley-Rideal mechanism (gas-phase H atoms hitting adsorbed H atoms)
Notes
H₂ formation heating is particularly important in photodissociation regions (PDRs) where H₂ forms efficiently.
The heating scales as \(n^2\), making it dominant in dense regions.
The rate coefficient \(k_{\mathrm{H_2,form}}\) typically depends on dust temperature and grain properties.
This heating mechanism couples the gas and dust temperatures through the formation process.
H₂ Photodissociation Heating
This routine computes the heating from H₂ photodissociation. When H₂ molecules absorb far-ultraviolet (FUV) photons in the Lyman-Werner bands, they can dissociate, with some of the excess photon energy converted to thermal energy.
The heating rate is given by:
where:
\(E_{\mathrm{dep}}\) = 0.4 eV (average energy deposited as heat per photodissociation)
\(k_{\mathrm{H_2,phot}}\) = H₂ photodissociation rate (s⁻¹)
\(n_{\mathrm{H_2}}\) = H₂ number density (cm⁻³)
Complete Expression
In terms of physical quantities:
Physical Process Details
Photodissociation mechanism:
H₂ absorbs FUV photon (11.2-13.6 eV) in Lyman-Werner bands
Excited to electronic state, then decays to repulsive ground state
Molecules dissociate into two H atoms
Energy partitioning:
H₂ dissociation energy = 4.48 eV
Average photon energy ~12.4 eV
Excess energy ~7.92 eV per photon
~0.4 eV ends up as thermal energy (rest goes into kinetic energy of H atoms)
Notes
This heating mechanism is important in photon-dominated regions (PDRs) at the edges of molecular clouds.
The photodissociation rate \(k_{\mathrm{H_2,phot}}\) includes self-shielding effects for high H₂ column densities.
H₂ photodissociation heating is typically smaller than H₂ FUV pumping heating (which uses 2.2 eV per excitation).
This heating scales linearly with H₂ density and radiation field strength.
H₂ FUV Pumping Heating
This routine computes the heating due to Far-Ultraviolet (FUV) pumping of molecular hydrogen (H₂). When H₂ molecules absorb FUV photons, they are excited to higher vibrational/rotational states and subsequently decay collisionally, converting radiative energy into thermal energy. See Hollenbach & McKee (1979) for the original formulation.
Each vibrationally excited H₂* molecule deposits approximately 2.2 eV of energy into the gas through collisional de-excitation. The heating rate depends on:
The H₂ photodissociation rate
The critical density for collisional de-excitation
The fractional abundance of H₂
Critical Density for H₂ (\(n_{\mathrm{cr,H₂}}\))
\[n_{\mathrm{cr,H₂}} = \frac{10^6}{\sqrt{T}} \times \frac{1}{1.6 f_{\mathrm{H}} \exp\left[-\left(\dfrac{400}{T}\right)^2\right] + 1.4 f_{\mathrm{H₂}} \exp\left[-\dfrac{18100}{T+1200}\right]}\]The critical density represents the density at which collisional de-excitation competes with radiative decay.
FUV Pumping Heating Rate (erg cm⁻³ s⁻¹)
\[\Gamma_{\mathrm{FUV,pump}} = (2.2\ \mathrm{eV}) \times 9.0 \times k_{\mathrm{H₂,phot}} \times f_{\mathrm{H₂}} \times n_{\mathrm{H}} \times \frac{1}{1 + \dfrac{n_{\mathrm{cr,H₂}}}{n_{\mathrm{H}}}}\]where:
\(2.2\ \mathrm{eV} = 3.524 \times 10^{-12}\) erg (energy per excited H₂*)
\(k_{\mathrm{H₂,phot}}\) = H₂ photodissociation rate (s⁻¹)
Complete Combined Expression
with:
Density Regimes
Low-density limit (\(n_{\mathrm{H}} \ll n_{\mathrm{cr,H₂}}\)):
\[\Gamma_{\mathrm{FUV,pump}} \approx (2.2\ \mathrm{eV}) \times 9.0 \times k_{\mathrm{H₂,phot}} \times f_{\mathrm{H₂}} \times n_{\mathrm{H}} \times \frac{n_{\mathrm{H}}}{n_{\mathrm{cr,H₂}}}\]Heating is suppressed because excited H₂* decays radiatively before collisional de-excitation.
High-density limit (\(n_{\mathrm{H}} \gg n_{\mathrm{cr,H₂}}\)):
\[\Gamma_{\mathrm{FUV,pump}} \approx (2.2\ \mathrm{eV}) \times 9.0 \times k_{\mathrm{H₂,phot}} \times f_{\mathrm{H₂}} \times n_{\mathrm{H}}\]Heating is maximized as all excited H₂* molecules decay collisionally.
Critical Density Components
The critical density expression contains two terms:
Atomic hydrogen term:
\[1.6 f_{\mathrm{H}} \exp\left[-\left(\dfrac{400}{T}\right)^2\right]\]Represents H-H₂ collisions. The exponential term accounts for the temperature dependence of the collision cross-section.
Molecular hydrogen term:
\[1.4 f_{\mathrm{H₂}} \exp\left[-\dfrac{18100}{T+1200}\right]\]Represents H₂-H₂ collisions. The exponential term accounts for the energy barrier for vibrational de-excitation.
Notes
The factor of 9.0 comes from observations that there are approximately 9 excitations (FUV pumpings) per photodissociation event.
The critical density calculation assumes H and H₂ are the dominant collision partners for H₂*.
This heating mechanism is particularly important in photon-dominated regions (PDRs) where FUV radiation is strong.
Cosmic-Ray Heating
This routine computes the heating due to cosmic-ray ionization. When cosmic rays ionize atoms and molecules, the kinetic energy of the ejected electrons and subsequent thermalization of the ionization cascade deposits heat into the gas.
Key References
Tielens & Hollenbach (1985, ApJ, 291, 772); Primary formulation
The cosmic-ray heating rate is given by:
where:
Energy deposited per ionization (\(E_{\mathrm{dep}}\)): \(E_{\mathrm{dep}}=9.4 \mathrm{eV}\)
H₂ ionization rate (\(\zeta_{\mathrm{H}_2}\)): \(\zeta_{\mathrm{H}_2} = 1.3 \times 10^{-17} \times \zeta_{\mathrm{local}}\ \mathrm{s}^{-1}\), where \(\zeta_{\mathrm{local}}\) is the local cosmic-ray ionization rate scaling factor.
Complete Expression
Expressed in terms of physical quantities:
The product of constants gives:
Thus: \(\Gamma_{\mathrm{CR}} = 1.958 \times 10^{-28} \times \zeta_{\mathrm{local}} \times n_{\mathrm{H}} \times f_{\mathrm{H}_2}\)
Primary ionization by cosmic rays produces fast electrons (~30 eV)
These electrons cause secondary ionizations and excitations
Ultimately, ~9.4 eV per primary ionization ends up as thermal energy
The remaining energy goes into ionization, excitation, and dissociation
Notes
The factor 1.3 × 10⁻¹⁷ s⁻¹ is the standard Galactic H₂ cosmic-ray ionization rate.
The heating depends linearly on H₂ abundance, as H₂ is the primary target for cosmic rays in molecular gas.
In predominantly atomic gas, the heating would need to be adjusted (though the current implementation assumes H₂-dominated regions).
Cosmic-ray heating is particularly important in dense, shielded regions where UV heating is negligible.
Turbulent Dissipation Heating
This routine computes the heating from dissipation of supersonic turbulence. Turbulent kinetic energy cascades to smaller scales and is ultimately converted to thermal energy through viscous dissipation.
Key References
Black (1987, in “Interstellar Processes”, p. 731); Primary formulation
Physical Process
Supersonic turbulence in molecular clouds decays on approximately a crossing time scale. The dissipated energy heats the gas. This mechanism is most relevant in regions with strong turbulent motions, such as galactic centers.
The turbulent heating rate follows:
where:
\(\rho\) = Gas mass density (g cm⁻³)
\(v_{\mathrm{turb}}\) = Turbulent velocity (cm s⁻¹)
\(L_{\mathrm{turb}}\) = Turbulent driving scale (cm)
Complete Expression
with \(L_{\mathrm{turb}}\) in parsecs (pc).
In terms of physical quantities:
The factor 3.5 × 10⁻²⁸ comes from:
Mass density: \(\rho = n_{\mathrm{H}} m_{\mathrm{H}}\) (with \(m_{\mathrm{H}} = 1.67 \times 10^{-24}\) g)
Velocity conversion: 1 km s⁻¹ = 10⁵ cm s⁻¹
Length conversion: 1 pc = 3.086 × 10¹⁸ cm
Thus: \(3.5 \times 10^{-28} \approx \frac{m_{\mathrm{H}}}{(10^5)^3 \times (3.086 \times 10^{18})} \times \text{(dimensionless efficiency factor)}\)
Turbulent Parameters
Turbulent Velocity (\(v_{\mathrm{turb}}\)):
Galactic center: ~15 km s⁻¹
Typical molecular clouds: 1-5 km s⁻¹
Input units: km s⁻¹ (converted to cm s⁻¹ in formula)
Turbulent Scale Length (\(L_{\mathrm{turb}}\)):
Default: 5.0 pc (as set in code)
Typical range: 0.1-100 pc depending on environment
Density: turbulence heats all gas
Dissipation Timescale
The turbulent dissipation timescale is:
Notes
This heating mechanism is most significant in regions with strong turbulence (e.g., galactic centers, starburst regions).
The simple \(v^3/L\) scaling assumes Kolmogorov turbulence and isotropic dissipation.
The default scale length of 5 pc is appropriate for Galactic molecular clouds but may need adjustment for other environments.
Turbulent heating can be comparable to or exceed other heating mechanisms in strongly turbulent regions.
The heating rate scales linearly with density but cubically with velocity, making it very sensitive to the turbulent Mach number.
Exothermic Reaction Heating
Warning
INDEX DEPENDENCE ON CHEMICAL NETWORK
The rate indices (e.g., RATE(216), RATE(240)) in this routine are specific to each chemical network.
If you are designing or using a custom chemical network:
You must manually update all rate indices to match your network’s reaction numbering.
The indices differ between
REDUCED,MEDIUM,FULL, and custom networks.The
MYNETWORKsection includes aSTOPstatement as a reminder to update these indices.
This routine computes the heating from exothermic chemical reactions. When chemical bonds form or rearrange, the released energy (reaction enthalpy) can be deposited as thermal energy into the gas.
For each exothermic reaction: \(\Gamma_{\mathrm{chem}} = n_1 n_2 \times k \times E\) where:
\(n_1, n_2\) = Number densities of reactants (cm⁻³)
\(k\) = Reaction rate coefficient (cm³ s⁻¹)
\(E\) = Energy released per reaction (erg)
The code includes heating from six classes of exothermic reactions:
H₂⁺ recombination: \(\mathrm{H}_2^+ + e^- \rightarrow \mathrm{H} + \mathrm{H}\) (10.9 eV)
H₂⁺ charge transfer: \(\mathrm{H}_2^+ + \mathrm{H} \rightarrow \mathrm{H}^+ + \mathrm{H}_2\) (0.94 eV)
HCO⁺ recombination: \(\mathrm{HCO}^+ + e^- \rightarrow \mathrm{CO} + \mathrm{H}\) (7.51 eV)
H₃⁺ recombination: \(\mathrm{H}_3^+ + e^- \rightarrow\) products (4.76 + 9.23 eV total)
H₃O⁺ recombination: \(\mathrm{H}_3\mathrm{O}^+ + e^- \rightarrow\) products (1.16 + 5.63 + 6.27 eV total)
He⁺ ion-neutral reactions: - \(\mathrm{He}^+ + \mathrm{H}_2 \rightarrow \mathrm{H}^+ + \mathrm{H} + \mathrm{He}\) (6.51 eV) - \(\mathrm{He}^+ + \mathrm{CO} \rightarrow \mathrm{C}^+ + \mathrm{O} + \mathrm{He}\) (2.22 eV)
Mathematical Expressions
where:
H₂⁺ + e⁻ recombination: \(\Gamma_1 = f_{\mathrm{H}_2^+} n_{\mathrm{H}} \times f_e n_{\mathrm{H}} \times k_1 \times (10.9\ \mathrm{eV})\)
H₂⁺ + H charge transfer: \(\Gamma_2 = f_{\mathrm{H}_2^+} n_{\mathrm{H}} \times f_{\mathrm{H}} n_{\mathrm{H}} \times k_2 \times (0.94\ \mathrm{eV})\)
HCO⁺ + e⁻ recombination: \(\Gamma_3 = f_{\mathrm{HCO}^+} n_{\mathrm{H}} \times f_e n_{\mathrm{H}} \times k_3 \times (7.51\ \mathrm{eV})\)
H₃⁺ + e⁻ recombination (two channels): \(\Gamma_4 = f_{\mathrm{H}_3^+} n_{\mathrm{H}} \times f_e n_{\mathrm{H}} \times (k_{4a} \times 4.76\ \mathrm{eV} + k_{4b} \times 9.23\ \mathrm{eV})\)
H₃O⁺ + e⁻ recombination (three channels): \(\Gamma_5 = f_{\mathrm{H}_3\mathrm{O}^+} n_{\mathrm{H}} \times f_e n_{\mathrm{H}} \times (k_{5a} \times 1.16\ \mathrm{eV} + k_{5b} \times 5.63\ \mathrm{eV} + k_{5c} \times 6.27\ \mathrm{eV})\)
He⁺ + H₂ reactions (two channels): \(\Gamma_6 = f_{\mathrm{He}^+} n_{\mathrm{H}} \times f_{\mathrm{H}_2} n_{\mathrm{H}} \times (k_{6a} + k_{6b}) \times (6.51\ \mathrm{eV})\)
He⁺ + CO reactions (one to three channels depending on network): \(\Gamma_7 = f_{\mathrm{He}^+} n_{\mathrm{H}} \times f_{\mathrm{CO}} n_{\mathrm{H}} \times (\sum k_{7,i}) \times (2.22\ \mathrm{eV})\)
Network-Specific Rate Indices
The reaction rate indices vary significantly between networks:
Reaction |
REDUCED |
MEDIUM |
FULL |
|---|---|---|---|
H₂⁺ + e⁻ |
|
|
|
H₂⁺ + H |
|
|
|
HCO⁺ + e⁻ |
|
|
|
H₃⁺ + e⁻ (a) |
|
|
|
H₃⁺ + e⁻ (b) |
|
|
|
H₃O⁺ + e⁻ (a) |
|
|
|
H₃O⁺ + e⁻ (b) |
|
|
|
H₃O⁺ + e⁻ (c) |
|
|
|
He⁺ + H₂ (a) |
|
|
|
He⁺ + H₂ (b) |
|
|
|
He⁺ + CO |
3 rates
|
1 rate
|
1 rate
|
Custom Network Implementation Guide
If you are using a custom chemical network:
Locate the reaction numbers in your network for the 8 key reactions above.
Update all
RATE(i)indices in theMYNETWORKsection.Comment out the
STOPstatement once indices are updated.Verify that all relevant species abundances (e.g.,
NH2xfor H₂⁺) are defined in your network.Add or remove reactions as needed for your specific chemistry.
Gas–Grain Collisional Heating
This routine computes the thermal energy exchange between gas and dust grains through inelastic collisions. When gas particles collide with dust grains, they may transfer kinetic energy to the grains (cooling the gas) or receive energy from the grains (heating the gas), depending on the relative temperatures.
Key References
Burke & Hollenbach (1983, ApJ, 265, 223); Primary formulation
Groenewegen (1994, A&A, 290, 531); Accommodation coefficient fitting formula
Tielens (2005, “The Physics and Chemistry of the Interstellar Medium”)
Physical Process
Gas particles (atoms, molecules, ions) collide with dust grains. A fraction of the particles “accommodate” to the grain temperature through inelastic interactions. The net energy transfer depends on:
The gas-dust temperature difference
The accommodation coefficient (probability of thermal accommodation)
The grain surface area per unit volume
The gas thermal velocity
Mathematical Formulation (Burke & Hollenbach 1983)
Number Density of Grains (\(n_{\mathrm{grain}}\))
\[n_{\mathrm{grain}} = 1.998 \times 10^{-12} \times n_{\mathrm{H}} \times Z\]where:
\(n_{\mathrm{H}}\) = Total hydrogen number density (cm⁻³)
\(Z\) = Metallicity relative to solar (linear scaling factor)
This assumes a standard grain abundance scaling with metallicity.
Geometric Cross-Section per Grain (\(C_{\mathrm{grain}}\))
\[C_{\mathrm{grain}} = \pi a^2\]where \(a\) is the grain radius (assumed uniform in this implementation).
Thermal Accommodation Coefficient (\(\alpha_T\))
Using Groenewegen (1994) fitting formula:
\[\alpha_T(T_{\mathrm{gas}}) = 0.37 \times \left[1 - 0.8 \exp\left(-\frac{75}{T_{\mathrm{gas}}}\right)\right]\]This represents the probability that a gas particle thermalizes with the grain surface during a collision.
Gas-Grain Heating Rate (erg cm⁻³ s⁻¹)
\[\Gamma_{\mathrm{gas-grain}} = n_{\mathrm{grain}} C_{\mathrm{grain}} n_{\mathrm{H}} \times v_{\mathrm{th}} \times \alpha_T \times \left(2k_B T_{\mathrm{dust}} - 2k_B T_{\mathrm{gas}}\right)\]where the mean thermal speed is:
\[v_{\mathrm{th}} = \sqrt{\frac{8k_B T_{\mathrm{gas}}}{\pi m_{\mathrm{H}}}}\]with \(m_{\mathrm{H}}\) being the mass of a hydrogen atom.
Complete Combined Expression
with:
Simplified Constant Pre-factor
Burke & Hollenbach (1983) note that the combination:
Thus the heating rate can also be written as:
Alternative Formulation (Tielens 2005)
The code also includes an alternative simplified expression from Tielens (2005):
This is provided for comparison but not used in the primary calculation (commented out in the code).
Total Heating Rate
The total heating rate used in the thermal balance is the sum of all active contributions:
The table below provides the index of the heating rate for all the above functions. Note that indices 1 and 3 are missing because they do not contribute to the total heating.
Index |
Variable Name |
Physical Process |
|---|---|---|
|
|
PAH photoelectric heating |
|
|
Carbon photoionization heating |
|
|
H₂ formation heating |
|
|
H₂ photodissociation heating |
|
|
H₂ FUV pumping heating |
|
|
Cosmic-ray ionization heating |
|
|
Supersonic turbulent decay heating |
|
|
Exothermic chemical reaction heating |
|
|
Gas–grain collisional heating/cooling |
|
Total Heating Rate |
Sum of all heating mechanisms |