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
fc4af2c0
Commit
fc4af2c0
authored
6 years ago
by
Folkert Nobels
Browse files
Options
Downloads
Patches
Plain Diff
start of the Schaye+08 starformation model
parent
3fcc73bc
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/starformation/schaye08/starformation.h
+2
-5
2 additions, 5 deletions
src/starformation/schaye08/starformation.h
with
2 additions
and
5 deletions
src/starformation/schaye08/starformation.h
+
2
−
5
View file @
fc4af2c0
...
...
@@ -277,9 +277,6 @@ static void starformation_init_backend(
/* !!!DONT FORGET TO DO THE CORRECT UNIT CONVERSION!!!*/
starform
->
den_crit_star
=
starform
->
den_crit
/
pow
(
starform
->
Z0
,
starform
->
n_Z0
)
*
conversion_numb_density
;
}
/* @brief Prints the used parameters of the star formation law
...
...
@@ -287,8 +284,8 @@ static void starformation_init_backend(
* @param starform the star formation law properties.
* */
static
void
starformation_print_backend
(
const
struct
star_formation
*
starform
){
const
struct
star_formation
*
starform
){
message
(
"Star formation law is Schaye and Dalla Vecchia (2008)"
" with properties, normalization = %e, slope of the Kennicutt"
"-Schmidt law = %e, gamma = %e, gas fraction = %e, critical "
...
...
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