pulse_variables Module

Module containing global variables relating to the pulsed reactor model

References

  • Work File Notes in F/MPE/MOD/CAG/PROCESS/PULSE -


Contents


Variables

TypeVisibility AttributesNameInitial
real(kind=dp), public :: bctmp

first wall bulk coolant temperature (C)

real(kind=dp), public :: dtstor

maximum allowable temperature change in stainless steel thermal storage block (K) (istore=3)

integer, public :: istore

Switch for thermal storage method:

  • =1 option 1 of Electrowatt report, AEA FUS 205
  • =2 option 2 of Electrowatt report, AEA FUS 205
  • =3 stainless steel block
integer, public :: itcycl

Switch for first wall axial stress model:

  • =1 total axial constraint, no bending
  • =2 no axial constraint, no bending
  • =3 no axial constraint, bending
integer, public :: lpulse

Switch for reactor model:

  • =0 continuous operation
  • =1 pulsed operation

Subroutines

public subroutine init_pulse_variables()

Initialise module variables

Arguments

None