.DESLib.ARENALib.BasicProcess.Create

Information

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.

Outputs

This module stores in a counter the number of entities created and writes it to the ARENALIB_RESULTS.txt file.

Definition

model Create = SRC.BasicProcess.Create;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos