Skip to content

Commit

Permalink
modified coagulation input file for cgs unit
Browse files Browse the repository at this point in the history
  • Loading branch information
shengtai committed Feb 4, 2025
1 parent 0198b3b commit 22cf399
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 6 additions & 6 deletions inputs/dust/dust_coagulation.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

<artemis>
problem = dust_coagulation # name of the pgen
coordinates = cartesian # coordinate system
unit_conversion = ppd # ppd (code unit: AU, Msun, year/(2*pi)
r0_length = 10. # AU
mstar = 1.0 # M_sun
rho0 = 2e-5 # prefactor for density profile
physical_units = cgs #
coordinates = cartesian # coordinate system
length = 1.495978707e14 # 10AU in cgs unit
mass = 3.976832e+28 # 2e-5*M_sun in cgs unit
time = 158718203.29271033 # cgs unit in year/(2*pi)/(r0**3/mstar)**0.5
physical_units = cgs #


<parthenon/job>
problem_id = coag # problem ID: basename of output filenames
Expand Down
11 changes: 5 additions & 6 deletions inputs/dust/dust_coagulation_den.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@

<artemis>
problem = dust_coagulation # name of the pgen
coordinates = cartesian # coordinate system
unit_conversion = ppd # ppd (code unit: AU, Msun, year/(2*pi)
r0_length = 10. # AU
mstar = 1.0 # M_sun
rho0 = 1.59577e-4 # prefactor for 3D density profile
physical_units = cgs #
coordinates = cartesian # coordinate system
length = 1.495978707e14 # 10AU in cgs unit
mass = 3.17305460032e+29 # 1.59577e-4*M_sun in cgs unit
time = 158718203.29271033 # cgs unit in year/(2*pi)/(r0**3/mstar)**0.5
physical_units = cgs #

<parthenon/job>
problem_id = coag # problem ID: basename of output filenames
Expand Down

0 comments on commit 22cf399

Please sign in to comment.