VitalDynamicsProcess#

class VitalDynamicsProcess(model, verbose=False, params=None)[source]#

Bases: BaseVitalDynamicsProcess

Process for simulating vital dynamics in the ABM model with MCV1 and constant birth and mortality rates (not age-structured).

Initialize the component.

Parameters:
  • model – The model instance this component belongs to.

  • verbose (bool) – Whether to enable verbose output. Defaults to False.

__call__(model, tick)[source]#

Simulate the vital dynamics process.

Return type:

None

calculate_capacity(model)[source]#

Estimate the necessary capacity of the people laserframe.

Return type:

int