Skip to content

Commit 758af1b

Browse files
Version 1.3.0 - Analytic N-pt Markovian CPF
- Added analytic N-pt Markovian CPF
1 parent c800dab commit 758af1b

8 files changed

+784
-48
lines changed

Core/1D/MonteCarloParticleSolverpy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,7 @@ def _pushMCParticle(self):
257257
## \brief Simulates one particle using function-based Woodcock Monte Carlo solver. Intent: private.
258258
#
259259
# Simulates one particle history using geometry defined by a function which returns
260-
# necessary radiation transport quantities.
261-
# Currently uses normally incident beam source on left boundary and isotropic scattering
262-
# and tallies transmittance, reflectance, and absorption.
260+
# necessary radiation transport quantities and tallies transmittance, reflectance, and absorption.
263261
def _pushWMCParticle(self):
264262
mu = self._setParticleSourceAngle()
265263
x = self._initializePosition()

0 commit comments

Comments
 (0)