Resolve conflict with weight windows and global russian roulette (#3751)

Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
GuySten 2026-02-25 22:01:33 +02:00 committed by GitHub
parent 5a85bd92f2
commit c0427dd40a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 748 additions and 154 deletions

View file

@ -13,5 +13,9 @@ namespace openmc {
//! \param[in] weight_survive Weight assigned to particles that survive
void russian_roulette(Particle& p, double weight_survive);
//! \brief Performs the global russian roulette operation on a particle
//! \param[in,out] p Particle object
void apply_russian_roulette(Particle& p);
} // namespace openmc
#endif // OPENMC_PHYSICS_COMMON_H