Difference between revisions of "Ants input manual"

From Kraken Wiki
Jump to: navigation, search
(Global)
Line 59: Line 59:
 
::* diffusion : solve diffusion equation
 
::* diffusion : solve diffusion equation
 
::* sp3 : solve sp3 equation (not supported)
 
::* sp3 : solve sp3 equation (not supported)
 +
 +
== core ==
 +
== fuel ==
 +
== controlrod ==
 +
== hydraulics ==
 +
== iteration ==
 +
== library ==
 +
Set group constant library parameters.
 +
 +
Sub-blocks:
 +
* <code>type</code>
 +
* <code>path</code>
 +
 +
=== Type ===
 +
Set group constant library type.
 +
 +
: library type <type>
 +
:: <type>
 +
::* simple : simple group constant file format
 +
::* hexbu-3d/mod5 : HEXBU-3D/MOD5 group constant file format for hexagonal geometry (HEXBU-3D/VVER)
 +
::* hexbu-3d/mod5-trab3d : HEXBU-3D/MOD5 group constant file format for rectangular geometry (TRAB3D/BWR/PWR)
 +
::* ares : ARES group constant file format for rectangular geometry (not supported)
 +
 +
=== Path ===
 +
Set group constant library input file path
 +
 +
: library path <path>
 +
:: <path> : at most one token for the group constant library input file path. The path is (maybe?) relative to current working directory.
 +
 +
== output ==
 +
== start ==
 +
Start the calculation.
 +
 +
: start
 +
 +
== end ==
  
  
 
[[Category:Ants]]
 
[[Category:Ants]]
 
[[Category:Input manuals]]
 
[[Category:Input manuals]]

Revision as of 14:37, 12 February 2019

The input syntax of Ants is currently completely card based without limit symbols.

Input syntax

The following general syntax guide lines hold for Ants specific input. For example the HEXBU-3D/MOD5 group constant files follow their respective syntax.

  • Ants input supports rest of line comment symbols ! and //, and block comments beginning with /* and ending with */.
  • Blocks beginning and ending with " are held together in for example input file paths.
  • All tokens are separated with either space , comma , or tabular characters.
  • Consecutive input may be repeated using *. The token before * must be a positive integer (the number of repeats).
  • The input is case insensitive.
  • The main block keywords (below) are reserved. In the main blocks, the sub-block keywords (even further below) are reserved.

Main blocks

When the main input file is read, it is tokenized and split into main blocks. Depending on the main block, they might be split into sub-blocks. Currently, the main block keywords are

  • title
  • echo
  • global
  • core
  • fuel
  • controlrod
  • hydraulics
  • iteration
  • library
  • output
  • start
  • end

Title

Set a title for the calculation.

title [ <title> ]
<title> : at most one token for the title. If omitted, an empty title will be set.

Echo

Echo something to standard output.

echo [ <echo> ]
<echo> : at most one token to be echoed. If omitted, an empty echo will be performed.

Global

Set global calculation parameters. These cards will be processed before any other cards and it is mandatory for them to be set.

Sub-blocks:

  • geometry
  • neutronics

Geometry

Set neutronics solution geometry type.

global geometry <geometry>
<geometry>
  • square : use rectangular geometry (for example BWR, PWR)
  • hexagonal : use hexagonal geometry (for example VVER)

Neutronics

Set neutronics solution transport type.

global neutronics <neutronics>
<neutronics>
  • diffusion : solve diffusion equation
  • sp3 : solve sp3 equation (not supported)

core

fuel

controlrod

hydraulics

iteration

library

Set group constant library parameters.

Sub-blocks:

  • type
  • path

Type

Set group constant library type.

library type <type>
<type>
  • simple : simple group constant file format
  • hexbu-3d/mod5 : HEXBU-3D/MOD5 group constant file format for hexagonal geometry (HEXBU-3D/VVER)
  • hexbu-3d/mod5-trab3d : HEXBU-3D/MOD5 group constant file format for rectangular geometry (TRAB3D/BWR/PWR)
  • ares : ARES group constant file format for rectangular geometry (not supported)

Path

Set group constant library input file path

library path <path>
<path> : at most one token for the group constant library input file path. The path is (maybe?) relative to current working directory.

output

start

Start the calculation.

start

end