This module records statistical indicators (counters and tallies).
Depending on the Type selected for the module, each time an
entity is received the Value will be summed to a Counter or
recorded in a Tally.
The name parameter will be used to identify the recorded statistic
in the output file.
Outputs
This module stores a counter or a tally indicator, identified by the parameter name, and at the end of the simulation writes it to the ARENALIB_RESULTS.txt
model Record = SRC.BasicProcess.Record;