Skip to content

Commit

Permalink
coal hall_davis test: kappa=0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziekan committed Mar 15, 2024
1 parent 8f8d017 commit 7ad7c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/physics/coalescence_hall_davis_no_waals.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def expvolumelnr(lnr):
th = 300. * np.ones((opts_init.nx, opts_init.nz))
rv = 0.01 * np.ones((opts_init.nx, opts_init.nz))

kappa = 1e-10
kappa = 0 #1e-10

opts_init.dry_distros = {kappa:expvolumelnr}

Expand Down

0 comments on commit 7ad7c8f

Please sign in to comment.