Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
843e0d0d
Commit
843e0d0d
authored
9 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
add logging for circumbinary disk
parent
314181b4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
disc.plt
+1
-1
1 addition, 1 deletion
disc.plt
src/binary_macros.h
+2
-1
2 additions, 1 deletion
src/binary_macros.h
src/binary_star_functions/common_envelope_evolution.c
+9
-0
9 additions, 0 deletions
src/binary_star_functions/common_envelope_evolution.c
with
12 additions
and
2 deletions
disc.plt
+
1
−
1
View file @
843e0d0d
# choose "pdf" or "png", defaults to "pdf"
# choose "pdf" or "png", defaults to "pdf"
type = "p
ng
"
type = "p
df
"
if(type eq "png") {
if(type eq "png") {
print "Make pngs"
print "Make pngs"
...
...
This diff is collapsed.
Click to expand it.
src/binary_macros.h
+
2
−
1
View file @
843e0d0d
...
@@ -182,7 +182,8 @@
...
@@ -182,7 +182,8 @@
#define LOG_STELLAR_TYPE_CHANGE 7
#define LOG_STELLAR_TYPE_CHANGE 7
#define LOG_COMENV_POST 8
#define LOG_COMENV_POST 8
#define LOG_SPLIT_EVOLUTION 9
#define LOG_SPLIT_EVOLUTION 9
#define NLOGFLAGS 10
#define LOG_CIRCUMBINARY_DISC 10
#define NLOGFLAGS 11
#define LOCK_shrinkAGB 1
#define LOCK_shrinkAGB 1
#define LOCK_BSS 2
#define LOCK_BSS 2
...
...
This diff is collapsed.
Click to expand it.
src/binary_star_functions/common_envelope_evolution.c
+
9
−
0
View file @
843e0d0d
...
@@ -1513,6 +1513,15 @@ end_section:
...
@@ -1513,6 +1513,15 @@ end_section:
printf
(
"cbdisc alpha = %g
\n
"
,
cbdisc
->
alpha
);
printf
(
"cbdisc alpha = %g
\n
"
,
cbdisc
->
alpha
);
Append_logstring
(
LOG_CIRCUMBINARY_DISC
,
"CBDISC Mdisc=%g Jdisc=%g alpha=%g
\n
"
,
cbdisc
->
M
/
M_SUN
,
cbdisc
->
J
,
cbdisc
->
alpha
);
#endif
#endif
#ifdef NUCSYN
#ifdef NUCSYN
...
...
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