Commit 9dafc1e6 authored by Gurecky, William's avatar Gurecky, William
Browse files

remove unncecissary headtedFuelRod class

parent 0fb7a3a2
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -83,10 +83,6 @@ class FuelRod(SolidGeo):
      me.num_rings = num_rings
      me.percentTheoreticalDensity = percentTheoreticalDensity

class HeatedFuelRod(FuelRod):
   def __init__(me, d_outer, d_inner, d_pellet, pellet_material=None, clad_material=None, num_rings=10, percentTheoreticalDensity=1.0, powID=None):
      super(HeatedFuelRod, me).__init__(d_outer, d_inner, d_pellet, pellet_material, clad_material, num_rings, percentTheoreticalDensity)

class _Material:
   """ Defines a solid material.

@@ -161,5 +157,3 @@ class HeatedSolid(Solid):
      me.power = power
      me.powID = powID
      me.gapConductance = gapConductance