Surface Conversion between MCNP and OpenMC

mcnpy.surface_converter_openmc.make_mcnp_boundary(surf)[source]
mcnpy.surface_converter_openmc.make_mcnp_plane(surf: Plane)[source]
mcnpy.surface_converter_openmc.make_mcnp_quadric(surf: Quadric)[source]
mcnpy.surface_converter_openmc.make_mcnp_sphere(surf: Sphere)[source]
mcnpy.surface_converter_openmc.make_mcnp_xcone(surf: XCone)[source]
mcnpy.surface_converter_openmc.make_mcnp_xcone_1side(surf: XConeOneSided)[source]
mcnpy.surface_converter_openmc.make_mcnp_xcylinder(surf: XCylinder)[source]
mcnpy.surface_converter_openmc.make_mcnp_xplane(surf: XPlane)[source]
mcnpy.surface_converter_openmc.make_mcnp_xtorus(surf: XTorus)[source]
mcnpy.surface_converter_openmc.make_mcnp_ycone(surf: YCone)[source]
mcnpy.surface_converter_openmc.make_mcnp_ycone_1side(surf: YConeOneSided)[source]
mcnpy.surface_converter_openmc.make_mcnp_ycylinder(surf: YCylinder)[source]
mcnpy.surface_converter_openmc.make_mcnp_yplane(surf: YPlane)[source]
mcnpy.surface_converter_openmc.make_mcnp_ytorus(surf: YTorus)[source]
mcnpy.surface_converter_openmc.make_mcnp_zcone(surf: ZCone)[source]
mcnpy.surface_converter_openmc.make_mcnp_zcone_1side(surf: ZConeOneSided)[source]
mcnpy.surface_converter_openmc.make_mcnp_zcylinder(surf: ZCylinder)[source]
mcnpy.surface_converter_openmc.make_mcnp_zplane(surf: ZPlane)[source]
mcnpy.surface_converter_openmc.make_mcnp_ztorus(surf: ZTorus)[source]
mcnpy.surface_converter_openmc.make_openmc_boundary(surf)[source]
mcnpy.surface_converter_openmc.make_openmc_plane(surf: Plane)[source]
mcnpy.surface_converter_openmc.make_openmc_points_plane(surf: PPoints)[source]
mcnpy.surface_converter_openmc.make_openmc_quadric(surf: Quadric)[source]
mcnpy.surface_converter_openmc.make_openmc_sphere(surf: Sphere)[source]
mcnpy.surface_converter_openmc.make_openmc_xcone(surf: XCone)[source]
mcnpy.surface_converter_openmc.make_openmc_xcylinder(surf: XCylinder)[source]
mcnpy.surface_converter_openmc.make_openmc_xplane(surf: XPlane)[source]
mcnpy.surface_converter_openmc.make_openmc_xpoints(surf: XPoints)[source]
mcnpy.surface_converter_openmc.make_openmc_xtorus(surf: XTorus)[source]
mcnpy.surface_converter_openmc.make_openmc_xyzquadric(surf: XYZQuadric)[source]
mcnpy.surface_converter_openmc.make_openmc_ycone(surf: YCone)[source]
mcnpy.surface_converter_openmc.make_openmc_ycylinder(surf: YCylinder)[source]
mcnpy.surface_converter_openmc.make_openmc_yplane(surf: YPlane)[source]
mcnpy.surface_converter_openmc.make_openmc_ypoints(surf: YPoints)[source]
mcnpy.surface_converter_openmc.make_openmc_ytorus(surf: YTorus)[source]
mcnpy.surface_converter_openmc.make_openmc_zcone(surf: ZCone)[source]
mcnpy.surface_converter_openmc.make_openmc_zcylinder(surf: ZCylinder)[source]
mcnpy.surface_converter_openmc.make_openmc_zplane(surf: ZPlane)[source]
mcnpy.surface_converter_openmc.make_openmc_zpoints(surf: ZPoints)[source]
mcnpy.surface_converter_openmc.make_openmc_ztorus(surf: ZTorus)[source]
mcnpy.surface_converter_openmc.mcnp_surfs_to_openmc(surf)[source]
mcnpy.surface_converter_openmc.openmc_surfs_to_mcnp(surf)[source]