Kraken tutorial 2024

From Kraken Wiki
Revision as of 15:00, 19 October 2023 by Ville Valtavirta (talk | contribs) (Kharon)
Jump to: navigation, search


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