You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated KAZFULL to allow entropy evolution reduction or full entropy evolution. Also introduced new simple table (0.2GB total) that spans very large density and larger temperature range to preserve neutrino physics at lower density (such as neutron decay) that can occur at large radii. Also allows one to avoid reverting to ideal gas EOS with probably generally bad offset and not generally correct adiabatic index.
Copy file name to clipboardExpand all lines: initboundcode/init.grb.c
+1-1
Original file line number
Diff line number
Diff line change
@@ -795,7 +795,7 @@ int init_global(void)
795
795
gamideal=4.0/3.0; // ideal gas EOS index to use if off table
796
796
797
797
// below assumes tabulated EOS has minimum internal energy of zero, which is approximately correct currently.
798
-
zerouuperbaryon=-TRUENUCLEAROFFSET; // definition of zero-point energy per baryon (i.e. such that internal energy cannot be lower than this times baryon density)
798
+
zerouuperbaryon=-TRUENUCLEAROFFSETPRIMARY; // definition of zero-point energy per baryon (i.e. such that internal energy cannot be lower than this times baryon density)
fprintf(stderr,"args (argc=%d should be 27+ (26+ user args)): DATATYPE,INTERPTYPE,READHEADER,WRITEHEADER,oN1,oN2,oN3,refinefactor,filter,sigma,oldgridtype,newgridtype,nN1,nN2,nN3,startxc,endxc,startyc,endyc,startzc,endzc,Rin,Rout,R0,hslope,defcoord\n",argc) ;
166
+
fprintf(stderr,"args (argc=%d should be 27+ (26+ user args)): DATATYPE,INTERPTYPE,READHEADER,WRITEHEADER,oN1,oN2,oN3,refinefactor,filter,sigma,oldgridtype,newgridtype,nN1,nN2,nN3,startxc,endxc,startyc,endyc,startzc,endzc,Rin,Rout,R0,hslope,defcoord,dofull2pi\n",argc) ;
0 commit comments