Funz / plugin-Scale

Scale criticality suite plugin for Funz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github/workflows/ant.yml

Funz plugin: Scale

This plugin is dedicated to launch Scale calculations from Funz. It supports the following syntax and features:

  • Input

    • file type supported: *.R, any other format for resources
    • parameter syntax:
      • variable syntax: &(...)
      • formula syntax: @{...}
      • comment char: '
    • example input file:
      'Input generated by GeeWiz SCALE 6.0.2 Compiled on February 18, 2009
      =csas6
      godiva
      ce_v7_endf
      read composition
       uranium     1 den=18.742 1 293
                                       92234 1.0202
                                       92235 93.7112
                                       92238 5.2686   end
      end composition
      read geometry
      global unit 1
       sphere 10    &(r~8.741)
       media 1 1 10
       boundary 10
      end geometry
      end data
      end
      
      • will identify input:
        • r, with expected value of 8.741
  • Output

    • file type supported: *.listing
    • read mean_keff, sigma_keff, mean_E_lethargy, sigma_E_lethargy, mean_nubar, sigma_nubar, mean_free_path, sigma_free_path
    • example output file:
      ********************************************************************************************************************
      ***                                                                                                              ***
      ***   godiva                                                                                                     ***
      ***                                                                                                              ***
      ********************************************************************************************************************
      ***                                                                                                              ***
      ***                                  ******      final results table      ******                                 ***
      ***                                                                                                              ***
      ***        best estimate system k-eff                                  0.9996 + or - 0.0019                      ***
      ***                                                                                                              ***
      ***        Energy of average lethargy of Fission (eV)                  8.20684E+05 + or -  2.19156E+03           ***
      ***                                                                                                              ***
      ***        system nu bar                                               2.59705E+00 + or -  4.42196E-04           ***
      ***                                                                                                              ***
      ***        system mean free path (cm)                                  1.113135E+00 + or -  2.00548E-03           ***
      ***                                                                                                              ***
      
      • will return output:
        • mean_keff=0.9996
        • sigma_keff=0.0019

Analytics

About

Scale criticality suite plugin for Funz


Languages

Language:Shell 57.7%Language:HTML 42.3%