Commit 66390cb0 authored by Stauff, Nicolas Emile's avatar Stauff, Nicolas Emile
Browse files

Updated input schema and example.

parent 802b50a1
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ griffin{
        ValType=String
        InputDefault="link_to_file"
    }
    ChildExactlyOne = [ isoxml macro_isotxs shift_input_file ]
    ChildExactlyOne = [ isoxml macro_isotxs shift_input ]
    isoxml{
        Description = "Link to file containing pre-generated ISOXML with multi-group cross-sections"
        InputTmpl="flagtypes"
@@ -21,8 +21,8 @@ griffin{
        ValType=String
        InputDefault="link_to_file"
    }
    ChildExactlyOne = [ mesh_input_file shift_input_file ]
    mesh_input_file{
    ChildExactlyOne = [ mesh_input mesh_exodus shift_input ]
    mesh_input{
        Description = "Link to mesh input file - if (previous), generated from geometry input"
        InputTmpl="flagtypes"
        MinOccurs=0
@@ -30,7 +30,7 @@ griffin{
        ValType=String
        InputDefault="link_to_file"
    }
    shift_input_file{
    shift_input{
        Description = "Link to Shift input file - if provided, Shift will be executed for XS tallying and to generate ISOXML, and Mesh will be generated"
        InputTmpl="flagtypes"
        MinOccurs=0
@@ -38,7 +38,7 @@ griffin{
        ValType=String
        InputDefault="link_to_file"
    }
    mesh_exodus_file{
    mesh_exodus{
         Description = "Link to mesh exodus file - if (previous), generated from geometry input"
         InputTmpl="flagtypes"
         MinOccurs=0
@@ -73,7 +73,7 @@ griffin{
        MinOccurs=0
        MaxOccurs=1

        ChildExactlyOne = [ "../shift_input_file" ]
        ChildExactlyOne = [ "../shift_input" ]

        max_axial_mesh_size{
            Description = "Maximum axial mesh size"
+1 −1
Original line number Diff line number Diff line
griffin{
    macro_isotxs = previous
    mesh_input_file    = previous
    mesh_input   = previous

    griffin_solver_options{}
}
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@ griffin{
%        max_axial_mesh_size = 0.05 
%        max_radial_mesh_size = 0.05
%    }
    mesh_input_file    = link-to-file % directly prvides pre-generated mesh file
    mesh_input    = link-to-file % directly prvides pre-generated mesh file
%    mesh_exodus    = link-to-file % directly prvides pre-generated mesh file

    % execution options
%    num_cpu_max_shift = 2 % if shift_input is provided