Keyword:WALL

From FISPACT-II Wiki
Revision as of 15:30, 14 July 2016 by Michael Fleming (Talk) (Created page with " {{big|'''WALL''' ''wall''}} ---- This keyword allows the input of the total neutron first wall loading wall in units of MW per square metre for a fusion device. This is con...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WALL wall


This keyword allows the input of the total neutron first wall loading wall in units of MW per square metre for a fusion device. This is converted to a flux value by using data read from the neutron spectrum file. The neutron spectrum file (fluxes) contains a value of the first wall loading, e.g. 4.15 MW*m−2 . The energy integrated flux, e.g. 1.80 × 1015 n*cm−2*s−1, which is approximated by the sum of neutrons in all the groups, is calculated and equated to the wall loading during library processing.

Note that it is the user’s responsibility to ensure that this wall loading is correct when the spectrum file is constructed. If a wall loading of 2.0 MW*m−2 was input then a flux value of (2.0/4.15) × 1.80 × 1015 n*cm−2*s−1 would be used in the calculations.

WALL is a convenient alternative to using FLUX for the irradiation of first wall materials, but great care must be exercised if it used for irradiations with other than first wall spectra. (In these cases the flux specified for the region must be that which would be present if the first wall loading shown in the file was present on the first wall.) It is recommended that FLUX is always used in preference to WALL unless the user has a run that makes its use essential.

It should be noted that the wall loading describes the power that impinges on the first wall, not what is actually absorbed by it. In this sense the wall loading represents a convenient, but not fundamental, parameter. The power carried by the neutron flux impinging upon the first wall is related to the 14 MeV neutron current not flux. If one works out the heating power of 14 MeV neutrons it is found that a current C, of 4.44 × 1013 n*cm−2*s−1 is equivalent to 1 MW*m−2. The relationship between 14 MeV neutron current and flux depends upon the source and first wall geometry and will vary from plant to plant.

Example usage:

< -- Control phase -- >
...
FISPACT
* Title of the simulation
< -- Initial phase -- > 
...
WALL 3.0
ATOMS
< -- Inventory phase -- > 
TIME 1.0 HOURS
WALL 0.0
TIME 1.0 DAYS
WALL 4.0 
TIME 1.0 HOURS
...