NEOPAX._monoenergetic

Attributes

MONOENERGETIC_KIND_GENERIC

MONOENERGETIC_KIND_GENERIC_3D

MONOENERGETIC_KIND_GENERIC_LOGER_NO_R

MONOENERGETIC_KIND_PREPROCESSED_3D

MONOENERGETIC_KIND_PREPROCESSED_3D_RADIAL

MONOENERGETIC_KIND_PREPROCESSED_3D_RADIAL_NTSS1D

MONOENERGETIC_KIND_PREPROCESSED_3D_NTSS1D_FIXED

MONOENERGETIC_KIND_PREPROCESSED_NTSS

MONOENERGETIC_LOADERS

MONOENERGETIC_KIND_BY_CLASS

Functions

normalize_interpolation_mode(→ str)

_load_generic(geometry, ntx_file)

_load_generic_3d(geometry, ntx_file)

_load_generic_loger_no_r(geometry, ntx_file)

_load_preprocessed_ntss(geometry, ntx_file)

_load_preprocessed_3d(geometry, ntx_file)

_load_preprocessed_3d_radial(geometry, ntx_file)

_load_preprocessed_3d_radial_ntss1d(geometry, ntx_file)

_load_preprocessed_3d_ntss1d_fixed(geometry, ntx_file)

load_monoenergetic_database(geometry, ntx_file[, ...])

monoenergetic_database_kind(→ str)

Module Contents

NEOPAX._monoenergetic.MONOENERGETIC_KIND_GENERIC = 'generic'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_GENERIC_3D = 'generic_3d'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_GENERIC_LOGER_NO_R = 'generic_loger_no_r'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_PREPROCESSED_3D = 'preprocessed_3d'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_PREPROCESSED_3D_RADIAL = 'preprocessed_3d_radial'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_PREPROCESSED_3D_RADIAL_NTSS1D = 'preprocessed_3d_radial_ntss1d'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_PREPROCESSED_3D_NTSS1D_FIXED = 'preprocessed_3d_ntss1d_fixed'
NEOPAX._monoenergetic.MONOENERGETIC_KIND_PREPROCESSED_NTSS = 'preprocessed_ntss'
NEOPAX._monoenergetic.normalize_interpolation_mode(mode: str | None) str
NEOPAX._monoenergetic._load_generic(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_generic_3d(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_generic_loger_no_r(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_preprocessed_ntss(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_preprocessed_3d(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_preprocessed_3d_radial(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_preprocessed_3d_radial_ntss1d(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic._load_preprocessed_3d_ntss1d_fixed(geometry: Any, ntx_file: str)
NEOPAX._monoenergetic.MONOENERGETIC_LOADERS: dict[str, collections.abc.Callable[[Any, str], Any]]
NEOPAX._monoenergetic.MONOENERGETIC_KIND_BY_CLASS: dict[type[Any], str]
NEOPAX._monoenergetic.load_monoenergetic_database(geometry: Any, ntx_file: str, interpolation_mode: str | None = None)
NEOPAX._monoenergetic.monoenergetic_database_kind(database: Any) str