Model Code Documentation

Model Code Documentation#

model.parts

model.constants

Constants used in the model e.g. number of epochs in a year, Gwei in 1 Ether.

model.state_update_blocks

Built-in mutable sequence.

model.state_variables

Definition of State Variables, their types, and default values.

model.stochastic_processes

Helper functions to generate stochastic environmental processes.

model.system_parameters

Definition of System Parameters, their types, and default values.

model.types

Various Python types used in the model.

model.utils

Misc.