modelManagingEmployment
Extends from Icons.Example (Icon for an example).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
In this stylized model of human resource management, we are using →FirstOrderStockAdjustment to control the rate of hiring to keep a company's workforce at the desired level given in full time equivalents (FTE). The workforce in the present case is reduced by attrition as the average employment period is 5 years—we will model this delay as an exponential delay of 3rd order.
At the start of the simulation we will have the workforce meet its desired level of 750 FTE. The desired workforce will then ramp up by 450 FTE starting at the end of the first year over a time of six years.
We would like to keep track of the average experience of the workforce, which we will simply measure in years of relevant work experience. New employees will arrive with an experience of 5 years, but we assume that this will fall to just 2 years starting at the end of the first year over four years due to fierce competition for experienced workers. At the start of the simulation, the average experience in our company is around 8 years.
Model Output
- The desired workforce.
- The current workforce.
- The current, average experience for the workforce.
Notes
- In this example we make use of what is called a "coflow" (→HinesCoflow) to keep track of some mean quality with regard to entities within a stock (e.g.,
expertiseof theworkforce). - Using the structural parameters
hasStockInfoOutput = trueforworkforcewill introduce an additional connectory_stockInfowhich we can then simply connect to the matching connectoru_stockInfoforexpertise. All we need then is aninputproviding the current attribute for new entries toworkforceand we are all set. - Using the
inflowandoutflowports for the coflow we can connect processes that directly change the average quality (e.g., gaining experience on the job as done here).
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ModelOutput | modelOutput | The model's main output |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ModelSettings | modelSettings | ||
| Converters.ConstantConverter | gainingExperienceRate | Gaining experience in units 1s per 1s |
Contents
| Name | Description |
|---|---|
| The model's main output |
Revisions
- Modified simulation plots in v2.0.0.