Card 9 - REPORTER for Group Reports

This optional card creates an output of different group properties and writes it onto a file for the finite volume discretization method. The report on a given group property provides the average, maximum, and minimum values of the property requested.

Parameters: KODE, N1, T1, T2, T3, T4, T5

KODE

KODE is the code REPORTER (or 70)

N1

N1 is the REPORTER Card type.

  • PRINT, the report is written onto GroupReport.html. For steady-state runs, a single output is produced. For transient runs, report outputs are written at each printout time and orbit calculation time of the run.
  • TRACK, the report is written onto TrackReportThermal.csv. Report outputs are written at each integration time. T1 must be GRTEMP. A graphical output is available as well to display the temperature variation during run time.

T1

T1 is the group property requested. It can take the following codes:

  • GRTEMP: Temperatures
  • GRLOAD: Heat loads
  • GRFLUX: Heat fluxes
  • GRPROP: Physical properties
  • GRORBVF: Orbital or source view factors
  • GRPHASE: Phase change quality
  • GRDUCT: Duct flow data
  • GRHEATMAPS: Heat maps – heat flows between different groups connected to group T2
  • GRTDIF: Temperature difference between groups T2 and T3
  • GRHEATFLOW: Heat flow between groups T2 and T3
  • GRVIEWFACT: View factors and RadK’s between groups T2 and T3

T2

T2 is a group name.

T3

T3 is a second group name for the GRTDIF, GRHEATFLOW, GRVIEWFACT options.

T4

T4 may be blank or Tupperlimit for N1=PRINT and T1=GRTEMP. If the maximum temperature of T2 exceeds T4, the output line in the html report is highlighted in red.

T5

T5 may be blank or Tlowerlimit for N1=PRINT and T1=GRTEMP. If the minimum temperature of T2 is below T4, the output line in the html report is highlighted in blue.