mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Co-authored-by: John Tramm <jtramm@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com> Co-authored-by: Copilot <copilot@github.com>
9 lines
278 B
XML
9 lines
278 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<!-- Sphere with no boundary condition -->
|
|
<surface id="1" type="sphere" coeffs="0.0 0.0 0.0 80.0" />
|
|
<surface id="2" type="sphere" coeffs="0.0 0.0 0.0 10000.0" boundary="vacuum" />
|
|
<cell id="1" material="1" region="-1" />
|
|
|
|
</geometry>
|