File tree 2 files changed +2
-2
lines changed
doc/manual/source/parameters
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2729,7 +2729,7 @@ Radiative Transfer (Ray Tracing) Parameters
2729
2729
which is the luminosity weighted center of two sources. This radius
2730
2730
is in units of the separation of two sources associated with one
2731
2731
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
2733
2733
``RadiativeTransferSourceBeamAngle `` (external)
2734
2734
Rays will be emitted within this angle in degrees of the poles from sources with "Beamed" types. Default: 30
2735
2735
``RadiativeTransferPeriodicBoundary `` (external)
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ int RadiativeTransferReadParameters(FILE *fptr)
63
63
RadiativeTransferInterpolateField = FALSE;
64
64
RadiativeTransferSourceClustering = FALSE;
65
65
RadiativeTransferOpticallyThinSourceClustering = FALSE;
66
- RadiativeTransferPhotonMergeRadius = 10 .0 ;
66
+ RadiativeTransferPhotonMergeRadius = 3 .0 ;
67
67
RadiativeTransferTimestepVelocityLimit = 100.0 ; // km/s
68
68
RadiativeTransferTimestepVelocityLevel = INT_UNDEFINED ;
69
69
RadiativeTransferPeriodicBoundary = FALSE;
You can’t perform that action at this time.
0 commit comments