Skip to content

Commit bd7523a

Browse files
committed
Reverse support width
1 parent 1d4afb1 commit bd7523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_constants.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module m_constants
2323
integer, parameter :: pathlen_max = 400
2424
integer, parameter :: nnode = 4 !< Number of QBMM nodes
2525
real(kind(0d0)), parameter :: capillary_cutoff = 1e-6 !< color function gradient magnitude at which to apply the surface tension fluxes
26-
real(kind(0d0)), parameter :: acoustic_spatial_support_width = 20d0 !< Spatial support width of acoustic source, used in s_source_spatial
26+
real(kind(0d0)), parameter :: acoustic_spatial_support_width = 2.5d0 !< Spatial support width of acoustic source, used in s_source_spatial
2727
real(kind(0d0)), parameter :: dflt_vcfl_dt = 100d0 !< value of vcfl_dt when viscosity is off for computing adaptive timestep size
2828

2929
!< Broadband acoustic source constant (reference: Tam et al. JSV 2005)

0 commit comments

Comments
 (0)