Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
3fd4bc2f
Commit
3fd4bc2f
authored
6 years ago
by
Folkert Nobels
Browse files
Options
Downloads
Patches
Plain Diff
Clarify comments in cosmology
parent
1cdf9d8a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!825
EAGLE star formation: Change the over density criteria
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cosmology.h
+3
-3
3 additions, 3 deletions
src/cosmology.h
with
3 additions
and
3 deletions
src/cosmology.h
+
3
−
3
View file @
3fd4bc2f
...
@@ -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 */
/*!
P
ower 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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment