Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
cosmology.cpp File Reference
#include "cddefines.h"
#include "physconst.h"
#include "cosmology.h"
Include dependency graph for cosmology.cpp:

Functions

realnum GetHubbleFactor (realnum z)
 
realnum GetDensity (realnum z)
 

Variables

t_cosmology cosmology
 

Function Documentation

◆ GetDensity()

realnum GetDensity ( realnum z)

GetDensity find the baryonic density at the given redshift

Parameters
z

References cosmology, DEBUG_ENTRY, density(), fixit, and pow3.

Referenced by ParseCMBOuter(), and zoneDensity().

Here is the call graph for this function:

◆ GetHubbleFactor()

realnum GetHubbleFactor ( realnum z)

GetHubbleFactor find the Hubble factor at the given redshift

Parameters
z

References cosmology, DEBUG_ENTRY, POW2, POW3, and POW4.

Referenced by DynaIterEnd(), radius_next(), RT_line_escape(), RT_line_one_tauinc(), and RT_recom_effic().

Variable Documentation

◆ cosmology