24#include "openmc/tallies/filter_cell.h"
38 virtual std::pair<unsigned int, openmc::Filter *>
spatialFilter()
override;
60 unsigned int local_score,
61 unsigned int global_score,
62 std::vector<xt::xtensor<double, 1>> tally_vals,
63 bool norm_by_src_rate =
true)
override;
Definition CellTally.h:27
openmc::CellInstanceFilter * _cell_filter
OpenMC mesh filter for this unstructured mesh tally.
Definition CellTally.h:85
CellTally(const InputParameters ¶meters)
virtual Real storeResultsInner(const std::vector< unsigned int > &var_numbers, unsigned int local_score, unsigned int global_score, std::vector< xt::xtensor< double, 1 > > tally_vals, bool norm_by_src_rate=true) override
std::unordered_set< SubdomainID > _tally_blocks
Blocks for which to add cell tallies.
Definition CellTally.h:79
void checkCellMappedSubdomains()
static InputParameters validParams()
const std::unordered_set< SubdomainID > & getBlocks() const
Definition CellTally.h:44
std::vector< OpenMCCellAverageProblem::cellInfo > getTallyCells() const
const Real & _equal_tally_volume_abs_tol
Absolute tolerance for checking equal tally mapped volumes.
Definition CellTally.h:101
std::map< OpenMCCellAverageProblem::cellInfo, bool > _cell_has_tally
Whether a cell index, instance pair should be added to the tally filter.
Definition CellTally.h:82
const bool & _check_equal_mapped_tally_volumes
Definition CellTally.h:98
virtual std::pair< unsigned int, openmc::Filter * > spatialFilter() override
Definition TallyBase.h:34