Skip to content

Commit

Permalink
Remove gravity node
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdempsey90 committed Jan 6, 2025
1 parent bd1210d commit cff30c8
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 24 deletions.
3 changes: 1 addition & 2 deletions inputs/diffusion/alpha_disk.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ beta0 = 0.0
tcyl = .0025
cyl_plaw = -1.0

<gravity>
mass_tot = 1.0
<gravity/point>
mass = 1.0

<problem>
r0 = 1.0
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/binary_cyl.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ omega = 1.0
type = alpha
alpha = 1e-3

<gravity>
mass_tot = 1.0
<gravity/binary>
mass = 1.0
q = 1.0e-5
a = 1.0
e = 0.0
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/binary_nbody_cyl.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ omega = 1.0
type = alpha
alpha = 1e-3

<gravity>
mass_tot = 1.0
<gravity/nbody>
mtot = 1.0

<nbody>
dt_reb = 0.01
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/cb_disk.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ siefloor = 1.0e-6
type = constant
nu = 1e-3

<gravity>
mass_tot = 1.0
<gravity/nbody>
mtot = 1.0

<nbody>
integrator = ias15
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/disk_alpha.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ siefloor = 1.0e-10
type = alpha
alpha = 1e-2

<gravity>
mass_tot = 1.0
<gravity/point>
mass = 1.0

<cooling>
type = beta
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/disk_axi.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ omega = 1.0
type = alpha
alpha = 1e-3

<gravity>
mass_tot = 1.0
<gravity/point>
mass = 1.0

<problem>
r0 = 1.0
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/disk_cart.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ riemann = hlle
dfloor = 1.0e-10
pfloor = 1.0e-15

<gravity>
mass_tot = 1.0
<gravity/point>
mass = 1.0

<problem>
r0 = 1.0
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/disk_collision.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ riemann = hllc
dfloor = 1.0e-10
siefloor = 1.0e-10

<gravity>
mass_tot = 1.0
<gravity/nbody>
mtot = 1.0

<gas/damping>
inner_x1 = 0.45
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/disk_cyl.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ omega = 1.0
type = alpha
alpha = 1e-3

<gravity>
mass_tot = 1.0
<gravity/point>
mass = 1.0

<problem>
r0 = 1.0
Expand Down
2 changes: 0 additions & 2 deletions inputs/disk/disk_nbody_cyl.in
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ siefloor = 1.0e-10
type = alpha
alpha = 1e-3

<gravity>
mass_tot = 1.0
<gravity/nbody>

<nbody>
Expand Down
3 changes: 1 addition & 2 deletions inputs/disk/disk_sph.in
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ omega = 1.0
type = alpha
alpha = 1e-3

<gravity>
mass_tot = 1.0
<gravity/point>
mtot = 1.0

<problem>
r0 = 1.0
Expand Down
3 changes: 1 addition & 2 deletions inputs/ssheet/ssheet.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ refine_type = magnitude
refine_thr = 3.0
deref_thr = 0.8

<gravity>
mass_tot = 1.0e-5
<gravity/point>
mass = 1.0e-5
soft = 0.03
x = 0.0
y = 0.0
Expand Down

0 comments on commit cff30c8

Please sign in to comment.