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">
# ---
+
# ---
 
+
simulationControl
+
simulationControl
{
+
{
    nPhases            2
+
    nPhases            2
    nIterMax          200
+
    nIterMax          200
    urfU              0.125
+
    urfU              0.125
    urfP              0.125
+
    urfP              0.125
    urfH              0.25
+
    urfH              0.25
    gravity            -9.81
+
    gravity            -9.81
    readRestart        0
+
    readRestart        0
    standAlone        0
+
    standAlone        0
    writeFormat        ascii
+
    writeFormat        ascii
    materialProperties libTable
+
    materialProperties libTable
    thermalBC          power
+
    thermalBC          power
}
+
}
 
+
# ---
+
# ---
 
+
inlet
+
inlet
{
+
{
    type              massFlowInlet
+
    type              massFlowInlet
    massFlowRate      6.36   0.0   
+
    massFlowRate      6.36   0.0   
    pressure          6.10e5         
+
    pressure          6.10e5         
    temperature        367.6 367.6   
+
    temperature        367.6 367.6   
    volumeFraction    1.0   0.0
+
    volumeFraction    1.0     0.0
}
+
}
 
+
outlet
+
outlet
{
+
{
    pressure          6.20e5
+
    pressure          6.20e5
    temperature        380 380
+
    temperature        380 380
    volumeFraction    1.0 0.0
+
    volumeFraction    1.0 0.0
}
+
}
 
+
fuelType rr
+
fuelType rr
{
+
{
    nCells            20
+
    nCells            20
 
+
    ! Align bottom of active core to z = 0.0
+
    ! Align bottom of active core to z = 0.0
 
+
    bottomElevation    -0.05715
+
    bottomElevation    -0.05715
 
+
    cellHeight
+
    cellHeight
      0.05715000                ! Grid 1
+
        0.05715000                ! Grid 1
      0.05715000                ! Grid 1
+
        0.05715000                ! Grid 1
  8 *  0.05535625                ! Fuel
+
  8 *  0.05535625                ! Fuel
      0.05715000                ! Grid 2
+
        0.05715000                ! Grid 2
  8 *  0.05535625                ! Fuel
+
  8 *  0.05535625                ! Fuel
      0.05535625
+
        0.05535625
 
+
    hydraulicDiameter  20 * 1.153052E-02
+
    hydraulicDiameter  20 * 1.153052E-02
 
+
    thermalDiameter    20 * 1.278587E-02
+
    thermalDiameter    20 * 1.278587E-02
 
+
    porosity            20 * 5.446598E-01
+
    porosity            20 * 5.446598E-01
 
+
}
+
}
 
+
fuelType f1
+
fuelType f1
{
+
{
    nCells            20
+
    nCells            20
 
+
    ! Align bottom of active core to z = 0.0
+
    ! Align bottom of active core to z = 0.0
 
+
    bottomElevation    -0.05715
+
    bottomElevation    -0.05715
 
+
    cellHeight
+
    cellHeight
      0.05715000                ! Grid 1
+
        0.05715000                ! Grid 1
      0.05715000                ! Grid 1
+
        0.05715000                ! Grid 1
  8 *  0.05535625                ! Fuel
+
  8 *  0.05535625                ! Fuel
      0.05715000                ! Grid 2
+
        0.05715000                ! Grid 2
  8 *  0.05535625                ! Fuel
+
  8 *  0.05535625                ! Fuel
      0.05535625
+
        0.05535625
 
+
    hydraulicDiameter  20 * 1.153052E-02
+
    hydraulicDiameter  20 * 1.153052E-02
 
+
    thermalDiameter    20 * 1.278587E-02
+
    thermalDiameter    20 * 1.278587E-02
 
+
    porosity            20 * 5.446598E-01
+
    porosity            20 * 5.446598E-01
 
+
}
+
}
 
+
core
+
core
{
+
{
    coreLattice        square
+
    coreLattice        square
    assemblyPitch      0.2150360
+
    assemblyPitch      0.2150360
}
+
}
 
+
!
+
!
!
+
!
 
+
loadPattern
+
loadPattern
{
+
{
  0  0  rr  rr  rr  rr  rr  0  0
+
  0  0  rr  rr  rr  rr  rr  0  0
  0  rr  rr  f1  f1  f1  rr  rr  0
+
  0  rr  rr  f1  f1  f1  rr  rr  0
rr  rr  f1  f1  f1  f1  f1  rr rr
+
  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  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
+
  rr  rr  f1  f1  f1  f1  f1  rr rr
  0  rr  rr  f1  f1  f1  rr  rr  0
+
  0  rr  rr  f1  f1  f1  rr  rr  0
  0  0  rr  rr  rr  rr  rr  0  0
+
  0  0  rr  rr  rr  rr  rr  0  0
}
+
}
 
</div>
 
</div>
 
</div>
 
</div>
  
 
=== SuperFINIX ===
 
=== SuperFINIX ===

Revision as of 15:02, 19 October 2023


General description

Inputs

Ants

Kharon

Input for infinite homogeneous model

# ---

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
}

# ---

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