BriXsuite / Bright-lite

Other
0 stars 4 forks source link

reactor segfaults when there isnt enough capacity upstream #29

Closed jimcc333 closed 9 years ago

jimcc333 commented 9 years ago

can be observed by increasing the number of reactors in an example case so that the source facilities run out of capacity

jimcc333 commented 9 years ago

can also be observed when a reactor is starting up and all the startup fuel for multiple batches are provided from the same source facility. Something like:

   <in_commods>
        <val>freshFuel</val> 
        <val>freshFuel4</val>
        <val>freshFuel4</val>
        <val>freshFuel4</val> 
    </in_commods>

where freshFuel4 is provided by one source facility. Here the simulation segfaults if source is out of capacity

jimcc333 commented 9 years ago

Duplicate of https://github.com/FlanFlanagan/Bright-lite/issues/19