SimpleProductionChainII

Extending the first example to include replacement purchases

Diagram

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

In this model we extend the introductory example →SimpleProductionChain by letting the rate of scrapping "inform" our chosen rate of shipping. We simply assume, that whatever is scrapped will immediately be replaced by a new product.

Since this introduces some variation in the rate of shipping, we need to have an adequate policy to determine the production rate. In this case we make use of a policy component called →FirstOrderStockAdjustment that can be found in the package. It sets the rate of inflow as required to keep a stock at the desired level, given the current amount in the stock and the (perceived) rate of outflow from that stock.

Here we would like to keep the inventory at a desired level of 100 units by setting our production rate accordingly. 

Model Output
  • The current inventory and the installed base.

  • The current rates of producing, shipping, and scrapping.

See also

Tutorial.StrategicBusinessSimulation, SimpleProductionChainSimpleProductionChainIII

Connectors (1)

modelOutput

Type: ModelOutput

Description: Main output for the model

Components (12)

modelSettings

Type: ModelSettings

Description: Setting important global variables within a model

inventory

Type: MaterialStock

Description: Finished goods inventory

shipping

Type: Transition

Description: Shippment to the customer at an exogenous rate

producing

Type: Growth

Description: Production at a constant rate

installedBase

Type: DelayN

Description: Product stays in use for around 5 years

scrapping

Type: OutflowDynamicStock

Description: After its useful life has expired, products will be discarded

firstTimePurchases

Type: RampInput

Description: Ramping up from 10 to 100 units per month starting at 6 mo for 18 mo

usefulLife

Type: ConstantConverterTime

Description: Average time a product remains in use

shippingRate

Type: Add_2

Description: The total rate of material that is being shipped to customers

productionRate

Type: FirstOrderStockAdjustment

Description: Policy to determine rate of production

desiredInventory

Type: ConstantConverter

Description: The constant level of inventory we wich to maintain

cloud1

Type: Cloud

Description: Reservoir (stock/level) with an infinite capacity

Revisions

  • Updated plots in v2.0.0.