예제 #1
0
from BriPy import LWRDefaults
lwr_params = LWRDefaults()

from BriPy import FRDefaults
fr_params = FRDefaults()

#General Specifications
Quiet = False

#LWR Specifications                       
LWR_LibDir     =              "libs/LWR/"
lwr_params.BUt =              51.0 
lwr_params.batches   =        3 
lwr_params.pnl      =         0.98 
lwr_params.CoolantForm = {"H1": 2.0, "O16": 1.0}
                            
#LWR Storage                
LWR_SNF_Storage_Time        =  6
                            
#LWR Reprocessing                         
LWR_SE_U      =              0.999 
LWR_SE_NP     =              0.999 
LWR_SE_PU     =              0.999 
LWR_SE_AM     =              0.999 
LWR_SE_CM     =              0.999 
LWR_SE_CS     =              0.9999 
LWR_SE_SR     =              0.9999 
                            
#FR Specifications                        
fr_params.BUt = 176.6						#FR Burnup
fr_params.batches = 3						#Number of FR batches 
예제 #2
0
from BriPy import FRDefaults
fr_params = FRDefaults()

#General Specifications
Quiet = False

#FR Specifications
fr_params.BUt = 27.3969072997					#FR Burnup
fr_params.batches = 1						#Number of FR batches 
fr_params.pnl =  0.60316668602479 				#FR Non-Leakage Probability

#FR Storage
FR_SNF_Storage_Time = "3 y"

#FR Reprocessing
FR_SE_U  = 0.999 
FR_SE_NP = 0.999 
FR_SE_PU = 0.999 
FR_SE_AM = 0.9999 
FR_SE_CM = 0.9999 
FR_SE_CS = 0.999 
FR_SE_SR = 0.999