This module represents the source for arriving entities to the system. It creates entities, that start flowing through the system.
The EntityType identifies the type of entities that will be generated.
The Time_Between_arrivals defines the inter-arrival time between entity creation.
It can be any of the probability distributions included in the RandomLib library.
Depending on the selected distribution, the parameters p1, p2, p3 and p4, have to be set up.
The Entities_per_arrival defines the number of entities that will be simultaneously generated at each arrival.
The Max_arrivals is the maximum number of entities that will be generated by this block (-1 means infinite).
And the First_creation is the generation time for the first entity or batch.
This module stores in a counter the number of entities created and writes it to the ARENALIB_RESULTS.txt file.
model Create = SRC.BasicProcess.Create;