OpenMC/tests/unit_tests
2026-03-12 11:50:13 -05:00
..
cell_instances Hexagonal lattice iterators (#2921) 2024-06-17 21:14:12 +00:00
dagmc added test to check dagmc name is in xml (#3657) 2025-11-27 10:03:38 -06:00
mesh_to_vtk Updates to VTK data checks (#3371) 2025-05-05 18:55:14 +00:00
weightwindows Reset DAGMC history when reviving from source. (#3601) 2025-11-12 06:01:18 +00:00
__init__.py Source biasing capabilities (#3460) 2026-01-12 09:51:12 -06:00
conftest.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_bounding_box.py Implemented contains for BoundingBox containing other BoundingBox (#2906) 2024-03-21 14:22:35 -05:00
test_cell.py Add distributed cell densities (#3546) 2025-09-19 04:11:06 +00:00
test_collision_track.py Fix mcpl dependency in test (#3691) 2025-12-18 15:56:43 +00:00
test_complex_cell_bb.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_config.py Change test order to run unit tests first. (#3533) 2025-08-30 03:39:46 +00:00
test_cylindrical_mesh.py Fix negative distances from bins_crossed for CylindricalMesh (#3370) 2025-04-22 23:00:44 -05:00
test_d1s.py Speed up apply_time_correction by reducing file I/O and deepcopies (#3617) 2025-10-28 09:23:16 +01:00
test_data_decay.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_data_dose.py more helpful error message for dose_coefficients (#3534) 2025-08-14 21:26:27 +03:00
test_data_kalbach_mann.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_data_misc.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_data_multipole.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_data_neutron.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_data_photon.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_data_thermal.py Add recognized thermal scattering names for JEFF 4.0 and JENDL 5 (#3693) 2026-01-02 12:31:46 +02:00
test_deplete_activation.py Re-run flaky tests when needed (#3604) 2025-10-14 07:47:26 -05:00
test_deplete_atom_number.py Some refactoring of AtomNumber. Get rid of burn_mat_to_ind 2018-02-19 16:49:45 -06:00
test_deplete_chain.py Refactor endf_data to be a fixture (#3539) 2025-08-29 07:06:33 -05:00
test_deplete_continue.py Don't write reaction rates in depletion results by default, remove per-stage data for multistage integrators (#3609) 2025-11-19 12:26:57 -05:00
test_deplete_coupled_operator.py Allowing chain_file to be chain object to save reloading time (#3436) 2025-06-12 21:02:35 +00:00
test_deplete_cram.py Move openmc.deplete.integrator into openmc.deplete 2019-08-07 11:04:37 -05:00
test_deplete_decay.py Fixes in MicroXS.from_multigroup_flux (#3192) 2024-11-11 16:03:31 -06:00
test_deplete_external_source_rates.py External transfer rates source term (#3088) 2025-05-12 15:48:21 -05:00
test_deplete_fission_yields.py Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
test_deplete_independent_operator.py Allowing chain_file to be chain object to save reloading time (#3436) 2025-06-12 21:02:35 +00:00
test_deplete_integrator.py Don't write reaction rates in depletion results by default, remove per-stage data for multistage integrators (#3609) 2025-11-19 12:26:57 -05:00
test_deplete_keff_search_control.py Don't expose keff_search_control 2026-03-12 11:50:13 -05:00
test_deplete_microxs.py Avoid divide-by-zero in from_multigroup_flux when flux is zero (#3624) 2025-11-12 10:35:07 +00:00
test_deplete_nuclide.py Ensure that Model.run() works when specifying a custom XML path (#2889) 2024-03-11 22:35:32 -05:00
test_deplete_operator.py Remove use of _find_chain_file in test_deplete_operator.py 2022-09-08 10:50:21 -05:00
test_deplete_reaction.py Fix broken tests on Py3.4, 3.5 2018-02-20 09:30:50 -06:00
test_deplete_restart.py Don't write reaction rates in depletion results by default, remove per-stage data for multistage integrators (#3609) 2025-11-19 12:26:57 -05:00
test_deplete_resultslist.py Combing for fission site sampling, and delayed neutron emission time (#2992) 2025-09-19 08:10:08 +00:00
test_deplete_transfer_rates.py depletion-thermochemistry: Redox control transfer rates (#2783) 2025-11-12 16:45:48 -06:00
test_element.py fixing expansion of elemental Ta bug (#3443) 2025-06-18 15:10:03 +00:00
test_element_wo.py removed unused imports 2022-02-11 22:36:46 +00:00
test_endf.py Added fix to cfloat_endf for length 11 endf floats (#2967) 2024-04-18 16:46:18 +00:00
test_energy_cutoff.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_filter_distribcell.py Allow DistribcellFilter to work with apply_tally_results=True (#3667) 2025-12-04 06:53:04 -06:00
test_filter_mesh.py Support rotation in MeshFilter (#3176) 2025-12-19 22:56:13 -06:00
test_filter_meshborn.py Meshborn filter (#2925) 2024-04-04 21:32:21 +00:00
test_filter_meshmaterial.py fixed a bug in MeshMaterialFilter.from_volumes (#3520) 2025-08-08 00:53:33 +00:00
test_filter_musurface.py Implement filter for cosine of angle of surface crossing (#2768) 2024-10-04 05:07:03 +00:00
test_filter_weight.py Filter weight implementation (#3345) 2025-05-05 15:33:12 -05:00
test_filters.py Implement a new MeshMaterialFilter (#3406) 2025-06-06 16:30:50 -05:00
test_geometry.py Ensure that two surfaces with different boundary type are not considered redundant (#2942) 2024-04-11 15:00:41 +02:00
test_heating_by_nuclide.py Add test for heating by nuclide 2022-06-02 15:49:10 -05:00
test_ifp.py Multi-group capability for kinetics parameter calculations with Iterated Fission Probability (#3425) 2025-09-26 16:27:05 +00:00
test_lattice.py Hexagonal Lattice Roundtrip (#3003) 2024-05-25 00:50:59 +00:00
test_lattice_discretization.py replaced ordereddict with {} (#2641) 2023-08-19 12:15:11 +00:00
test_lib.py Support rotation in MeshFilter (#3176) 2025-12-19 22:56:13 -06:00
test_lost_particles.py Limit number of lost particles written to disk. (#2688) 2023-09-25 20:12:04 -05:00
test_material.py Allowing material making from class constructor (#3649) 2025-12-08 19:43:30 +00:00
test_materials.py fix tests that accidentaly got broken (#3543) 2025-08-21 21:13:50 +00:00
test_mcpl_stat_sum.py Add stat:sum field to MCPL files for proper weight normalization (#3522) 2025-08-08 14:09:24 +00:00
test_mesh.py Adding vtkhdf option to write vtk data (#3252) 2025-11-05 16:03:20 +00:00
test_mesh_dagmc_tets.vtk Adding vtkhdf option to write vtk data (#3252) 2025-11-05 16:03:20 +00:00
test_mesh_from_domain.py automatically finding appropriate dimension when making regular mesh from domain (#3468) 2025-07-18 13:46:13 +07:00
test_mesh_from_lattice.py Change Python Mesh class to RegularMesh 2019-06-07 08:51:09 -04:00
test_mesh_tets.e Separating tests into unit and regression tests. 2022-12-29 09:23:14 -06:00
test_mgxs_convert_flux.py Flux Energy Group Conversion using lethargy-weighted redistribution (#3705) 2026-01-10 22:04:47 +02:00
test_model.py using id_map in model.plot for more efficient plotting (#3678) 2025-12-17 22:44:53 +02:00
test_model_triso.py Make surfaces take coefficients as first arguments 2019-09-04 15:10:53 -05:00
test_no_reduce.py Fix bug in normalization of tally results with no_reduce (#3619) 2025-11-03 11:11:57 -06:00
test_no_visible_boundary.py Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
test_nuclide_heating.py Fixed a bug in charged particle energy deposition. (#3416) 2025-06-03 18:02:20 +00:00
test_pathlike_simple.py Update check_type calls to accept both str and os.PathLike objects. (#3618) 2025-10-28 14:50:11 +00:00
test_periodic_bc.py Fix a bug in rotational periodic boundary conditions (#3692) 2026-01-06 13:29:40 +00:00
test_photon_heating.py Avoid negative heating values during pair production and bremsstrahlung (#3426) 2025-06-05 10:45:49 -05:00
test_pin.py Changes in model/funcs.py from PullRequest Inc. review 2020-04-01 14:13:01 -05:00
test_plots.py Introduce SlicePlot and VoxelPlot to replace the Plot class (#3528) 2025-12-05 20:17:09 +00:00
test_plotter.py Fixing plot xs for when plotting element string reaction (#3029) 2024-06-10 12:18:04 -05:00
test_polynomials.py address comments from reviewers 2020-03-17 15:41:17 -04:00
test_r2s.py Automate workflow for mesh- or cell-based R2S calculations (#3508) 2025-11-01 00:15:25 +00:00
test_region.py Update find_package calls in OpenMCConfig.cmake (#3572) 2025-09-23 10:06:29 -05:00
test_settings.py Add user setting for free gas threshold (#3593) 2025-10-06 15:45:26 +03:00
test_slice_voxel_plots.py Introduce SlicePlot and VoxelPlot to replace the Plot class (#3528) 2025-12-05 20:17:09 +00:00
test_source.py Add user setting for source rejection fraction (#3433) 2025-06-10 22:51:51 -05:00
test_source_biasing.py Source biasing capabilities (#3460) 2026-01-12 09:51:12 -06:00
test_source_file.py Introduce ParticleList class for manipulating a list of source particles (#3148) 2024-10-05 06:51:56 +00:00
test_source_mesh.py Allow spatial constraints on element sources within MeshSource (#3431) 2025-07-01 09:03:28 -05:00
test_spherical_mesh.py Fix negative distances from bins_crossed for CylindricalMesh (#3370) 2025-04-22 23:00:44 -05:00
test_statepoint.py Adding tally filter type option to statepoint get_tally (#3584) 2025-09-30 22:09:15 +00:00
test_statepoint_batches.py Combing for fission site sampling, and delayed neutron emission time (#2992) 2025-09-19 08:10:08 +00:00
test_stats.py Source biasing capabilities (#3460) 2026-01-12 09:51:12 -06:00
test_summary.py Fix no serialization of periodic_surface_id bug (#3421) 2025-06-05 00:07:59 +00:00
test_surface.py Fix bug in Surface.normalize (#3270) 2025-01-20 20:18:50 +07:00
test_surface_composite.py Handle reflex angles in CylinderSector (#3303) 2025-02-21 17:44:09 -06:00
test_surface_source_write.py Write surface source files per batch (#3124) 2024-10-03 22:32:03 +00:00
test_tallies.py Adding variance of variance and normality tests for tally statistics (#3454) 2025-11-12 11:41:37 -05:00
test_tally_multiply_density.py Storing surface source points using a cell ID (#2888) 2024-06-19 10:11:58 -05:00
test_temp_interp.py Consistency in treatment of paths for files specified within the Model class (#3153) 2024-10-10 12:17:40 -05:00
test_time_filter.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_torus.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_tracks.py Release of version 0.15.0 (#3050) 2024-06-22 01:28:56 +00:00
test_transfer_volumes.py Rename deplete.ResultsList -> deplete.Results 2022-06-03 09:04:00 -05:00
test_triggers.py Fix check for trigger score name (#3155) 2024-10-02 12:12:44 -05:00
test_uniform_source_sampling.py Fix weight modification for uniform source sampling (#3395) 2025-05-05 20:59:11 +00:00
test_universe.py Update find_package calls in OpenMCConfig.cmake (#3572) 2025-09-23 10:06:29 -05:00
test_urr_capture.py Python source class refactor (#2524) 2023-06-20 21:27:55 -05:00
test_volume.py Skip BC check for volume calculations (#2743) 2023-10-23 22:50:21 +00:00
test_waste_classification.py Add option to determine waste disposal rating by nuclide (#3376) 2025-05-02 20:07:43 -04:00