Skip to content
Snippets Groups Projects
Commit 3fd4bc2f authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Clarify comments in cosmology

parent 1cdf9d8a
Branches
Tags
1 merge request!825EAGLE star formation: Change the over density criteria
...@@ -57,7 +57,7 @@ struct cosmology { ...@@ -57,7 +57,7 @@ struct cosmology {
/*! Power of the scale-factor used for relative velocities in visc. terms */ /*! Power of the scale-factor used for relative velocities in visc. terms */
double a_factor_mu; double a_factor_mu;
/*! {ower of the scale-factor used for epsilon term in the Balsara switch */ /*! Power of the scale-factor used for epsilon term in the Balsara switch */
double a_factor_Balsara_eps; double a_factor_Balsara_eps;
/*! Power of the scale-factor used for gravity accelerations */ /*! Power of the scale-factor used for gravity accelerations */
...@@ -72,10 +72,10 @@ struct cosmology { ...@@ -72,10 +72,10 @@ struct cosmology {
/*! Hubble constant at the current redshift (in internal units) */ /*! Hubble constant at the current redshift (in internal units) */
double H; double H;
/*! The critical density at the current redshift (in internal units) */ /*! The critical density at the current redshift (in internal physical units) */
double critical_density; double critical_density;
/*! The critical density at redshift 0 (in internal units) */ /*! The critical density at redshift 0 (in internal physical units) */
double critical_density_0; double critical_density_0;
/*! Conversion factor from internal time-step size to cosmological step */ /*! Conversion factor from internal time-step size to cosmological step */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment