BaseVitalDynamicsProcess#
- BaseVitalDynamicsProcess(model, verbose=False, params=None)[source]#
- Phase for simulating the vital dynamics in the model with MCV1. - This phase handles the simulation of births and deaths in the population model along with routine vaccination (MCV1). - Parameters:
- model (object) – The simulation model containing nodes, states, and parameters 
- verbose (bool, default=False) – Whether to print verbose output during simulation 
- params (VitalDynamicsParams | None, default=None) – Component-specific parameters. If None, will use default parameters 
 
 - Notes - Birth rates are calculated per tick 
 
