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
e676846e
Commit
e676846e
authored
6 years ago
by
Folkert Nobels
Browse files
Options
Downloads
Patches
Plain Diff
Add constant fractions to code
parent
ecd93843
No related branches found
No related tags found
1 merge request
!705
Star formation following Schaye08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/stars/Eagle/stars_part.h
+6
-3
6 additions, 3 deletions
src/stars/Eagle/stars_part.h
with
6 additions
and
3 deletions
src/stars/Eagle/stars_part.h
+
6
−
3
View file @
e676846e
/*******************************************************************************
/*******************************************************************************
* This file is part of SWIFT.
* This file is part of SWIFT.
* Copyright (c) 2016 Matthieu Schaller (matthieu.schaller@durham.ac.uk)
* Copyright (c) 2016 Matthieu Schaller (matthieu.schaller@durham.ac.uk)
<<<<<<< HEAD
* 2018 Folkert Nobels (nobels@strw.leidenuniv.nl)
* 2018 Folkert Nobels (nobels@strw.leidenuniv.nl)
=======
>>>>>>> Add Eagle stars
*
*
* This program is free software: you can redistribute it and/or modify
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* it under the terms of the GNU Lesser General Public License as published
...
@@ -126,6 +123,12 @@ struct stars_props {
...
@@ -126,6 +123,12 @@ struct stars_props {
/*! Maximal change of h over one time-step */
/*! Maximal change of h over one time-step */
float
log_max_h_change
;
float
log_max_h_change
;
/*! Fixed mass ratio Ca to Si */
float
Ca_to_Si
;
/*! Fixed mass ratio S to Si */
float
S_to_Si
;
};
};
#endif
/* SWIFT_EAGLE_STAR_PART_H */
#endif
/* SWIFT_EAGLE_STAR_PART_H */
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