mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Accept input for cones.
This commit is contained in:
parent
a5d0b1967a
commit
c1bf538429
1 changed files with 9 additions and 0 deletions
|
|
@ -753,6 +753,15 @@ contains
|
|||
case ('sphere')
|
||||
s % type = SURF_SPHERE
|
||||
coeffs_reqd = 4
|
||||
case ('x-cone')
|
||||
s % type = SURF_CONE_X
|
||||
coeffs_reqd = 4
|
||||
case ('y-cone')
|
||||
s % type = SURF_CONE_Y
|
||||
coeffs_reqd = 4
|
||||
case ('z-cone')
|
||||
s % type = SURF_CONE_Z
|
||||
coeffs_reqd = 4
|
||||
case ('box-x')
|
||||
s % type = SURF_BOX_X
|
||||
coeffs_reqd = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue