Difference between revisions of "Kraken tutorial 2024"

From Kraken Wiki
Jump to: navigation, search
(Kharon)
(Kharon)
Line 12: Line 12:
 
'''Input for infinite homogeneous model'''
 
'''Input for infinite homogeneous model'''
 
<div class="mw-collapsible-content">
 
<div class="mw-collapsible-content">
<nowiki>
 
 
# ---
 
# ---
  
Line 117: Line 116:
 
   0  0  rr  rr  rr  rr  rr  0  0
 
   0  0  rr  rr  rr  rr  rr  0  0
 
}
 
}
</nowiki>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
 
=== SuperFINIX ===
 
=== SuperFINIX ===

Revision as of 15:01, 19 October 2023


General description

Inputs

Ants

Kharon

Input for infinite homogeneous model

  1. ---

simulationControl {

   nPhases            2
   nIterMax           200
   urfU               0.125
   urfP               0.125
   urfH               0.25
   gravity            -9.81
   readRestart        0
   standAlone         0
   writeFormat        ascii
   materialProperties libTable
   thermalBC          power

}

  1. ---

inlet {

   type               massFlowInlet
   massFlowRate       6.36   0.0   
   pressure           6.10e5         
   temperature        367.6 367.6   
   volumeFraction     1.0    0.0

}

outlet {

   pressure           6.20e5
   temperature        380 380
   volumeFraction     1.0 0.0

}

fuelType rr {

   nCells             20
   ! Align bottom of active core to z = 0.0
   bottomElevation    -0.05715
   cellHeight
      0.05715000                ! Grid 1
      0.05715000                ! Grid 1
 8 *  0.05535625                ! Fuel
      0.05715000                ! Grid 2
 8 *  0.05535625                ! Fuel
      0.05535625
   hydraulicDiameter   20 * 1.153052E-02
   thermalDiameter     20 * 1.278587E-02
   porosity            20 * 5.446598E-01

}

fuelType f1 {

   nCells             20
   ! Align bottom of active core to z = 0.0
   bottomElevation    -0.05715
   cellHeight
      0.05715000                ! Grid 1
      0.05715000                ! Grid 1
 8 *  0.05535625                ! Fuel
      0.05715000                ! Grid 2
 8 *  0.05535625                ! Fuel
      0.05535625
   hydraulicDiameter   20 * 1.153052E-02
   thermalDiameter     20 * 1.278587E-02
   porosity            20 * 5.446598E-01

}

core {

   coreLattice        square
   assemblyPitch      0.2150360

}

! !

loadPattern {

 0   0  rr  rr  rr  rr  rr   0  0
 0  rr  rr  f1  f1  f1  rr  rr  0
rr  rr  f1  f1  f1  f1  f1  rr rr
rr  f1  f1  f1  f1  f1  f1  f1 rr
rr  f1  f1  f1  f1  f1  f1  f1 rr
rr  f1  f1  f1  f1  f1  f1  f1 rr
rr  rr  f1  f1  f1  f1  f1  rr rr
 0  rr  rr  f1  f1  f1  rr  rr  0
 0   0  rr  rr  rr  rr  rr   0  0

}

SuperFINIX