Clean up includes and spacing
This commit is contained in:
parent
8bf8d9561b
commit
fc2b3ee511
5 changed files with 9 additions and 35 deletions
|
|
@ -1,14 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from collections import OrderedDict
|
||||
import copy
|
||||
import os
|
||||
|
||||
import numpy as np
|
||||
import openmc
|
||||
import opendeplete
|
||||
|
||||
from geometry import beavrs, openmc_geometry
|
||||
from geometry import openmc_geometry
|
||||
|
||||
|
||||
# FIXME: Automatically extract info needed to calculate burnable cell volumes
|
||||
|
|
@ -31,7 +26,7 @@ for cell in fuel_cells:
|
|||
cell.fill = [old_fill.clone() for i in range(n)]
|
||||
|
||||
for i in range(n):
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].depletable = True
|
||||
cell.fill[i].temperature = 300.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from collections import OrderedDict
|
||||
import copy
|
||||
import os
|
||||
|
||||
import numpy as np
|
||||
import openmc
|
||||
import opendeplete
|
||||
|
||||
from geometry import beavrs, openmc_geometry
|
||||
from geometry import openmc_geometry
|
||||
|
||||
|
||||
# FIXME: Automatically extract info needed to calculate burnable cell volumes
|
||||
|
|
@ -31,7 +26,7 @@ for cell in fuel_cells:
|
|||
cell.fill = [old_fill.clone() for i in range(n)]
|
||||
|
||||
for i in range(n):
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].depletable = True
|
||||
cell.fill[i].temperature = 300.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from collections import OrderedDict
|
||||
import copy
|
||||
import os
|
||||
|
||||
import numpy as np
|
||||
import openmc
|
||||
import opendeplete
|
||||
|
||||
from geometry import beavrs, openmc_geometry
|
||||
from geometry import openmc_geometry
|
||||
|
||||
|
||||
# FIXME: Automatically extract info needed to calculate burnable cell volumes
|
||||
|
|
@ -31,7 +26,7 @@ for cell in fuel_cells:
|
|||
cell.fill = [old_fill.clone() for i in range(n)]
|
||||
|
||||
for i in range(n):
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].depletable = True
|
||||
cell.fill[i].temperature = 300.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from collections import OrderedDict
|
||||
import copy
|
||||
import os
|
||||
|
||||
import numpy as np
|
||||
import openmc
|
||||
import opendeplete
|
||||
|
||||
from geometry import beavrs, openmc_geometry
|
||||
from geometry import openmc_geometry
|
||||
|
||||
|
||||
# FIXME: Automatically extract info needed to calculate burnable cell volumes
|
||||
|
|
@ -31,7 +26,7 @@ for cell in fuel_cells:
|
|||
cell.fill = [old_fill.clone() for i in range(n)]
|
||||
|
||||
for i in range(n):
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].depletable = True
|
||||
cell.fill[i].temperature = 300.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from collections import OrderedDict
|
||||
import copy
|
||||
import os
|
||||
|
||||
import numpy as np
|
||||
import openmc
|
||||
import opendeplete
|
||||
|
||||
from smr.materials import materials
|
||||
from smr.surfaces import lattice_pitch, bottom_fuel_stack, top_active_core
|
||||
from smr.core import geometry
|
||||
|
||||
|
|
@ -49,7 +43,7 @@ for cell in fuel_cells:
|
|||
cell.fill = [old_fill.clone() for i in range(n)]
|
||||
|
||||
for i in range(n):
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].volume = np.pi * radius**2 * height
|
||||
cell.fill[i].depletable = True
|
||||
cell.fill[i].temperature = 300.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue