social_force
#
Module Contents#
- class SocialForceModel[source]#
Parameters for Social Force Model
All attributes are initialized with reasonably good defaults.
See the scientific publication for more details about this model https://doi.org/10.1038/35035023
- bodyForce[source]#
describes the strength with which an agent is influenced by pushing forces from obstacles and neighbors in its direct proximity. [in kg s^-2] (is called k)
- class SocialForceModelAgentParameters[source]#
Parameters required to create an Agent in the Social Force Model.
See the scientific publication for more details about this model https://doi.org/10.1038/35035023
- agentScale[source]#
indicates how strong an agent is influenced by pushing forces from neighbors. [in N] (is called A)
- obstacleScale[source]#
indicates how strong an agent is influenced by pushing forces from obstacles. [in N] (is called A)