Skip to content

Commit d80dcd7

Browse files
committed
Updating default value of RadiativeTransferPhotonMergRadius to 3
1 parent 031627a commit d80dcd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual/source/parameters/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ Radiative Transfer (Ray Tracing) Parameters
27292729
which is the luminosity weighted center of two sources. This radius
27302730
is in units of the separation of two sources associated with one
27312731
SuperSource. If set too small, there will be angular artifacts in
2732-
the radiation field. Default: 10.0
2732+
the radiation field. Default: 3.0
27332733
``RadiativeTransferSourceBeamAngle`` (external)
27342734
Rays will be emitted within this angle in degrees of the poles from sources with "Beamed" types. Default: 30
27352735
``RadiativeTransferPeriodicBoundary`` (external)

src/enzo/RadiativeTransferReadParameters.C

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int RadiativeTransferReadParameters(FILE *fptr)
6363
RadiativeTransferInterpolateField = FALSE;
6464
RadiativeTransferSourceClustering = FALSE;
6565
RadiativeTransferOpticallyThinSourceClustering = FALSE;
66-
RadiativeTransferPhotonMergeRadius = 10.0;
66+
RadiativeTransferPhotonMergeRadius = 3.0;
6767
RadiativeTransferTimestepVelocityLimit = 100.0; // km/s
6868
RadiativeTransferTimestepVelocityLevel = INT_UNDEFINED;
6969
RadiativeTransferPeriodicBoundary = FALSE;

0 commit comments

Comments
 (0)