Utopia  2
Framework for studying models of complex & adaptive systems.
Public Member Functions | Public Attributes | List of all members
Utopia::Models::ContDisease::Params Struct Reference

Parameters of the ContDisease. More...

#include <params.hh>

Collaboration diagram for Utopia::Models::ContDisease::Params:
Collaboration graph
[legend]

Public Member Functions

 Params (const DataIO::Config &cfg)
 Construct the parameters from the given configuration node. More...
 

Public Attributes

const double p_growth
 Probability per site and time step to go from state empty to tree. More...
 
const double p_immunity
 
double p_infect
 
const InfectionContParams infection_control
 Infection control parameters. More...
 

Detailed Description

Parameters of the ContDisease.

Constructor & Destructor Documentation

◆ Params()

Utopia::Models::ContDisease::Params::Params ( const DataIO::Config cfg)
inline

Construct the parameters from the given configuration node.

Member Data Documentation

◆ infection_control

const InfectionContParams Utopia::Models::ContDisease::Params::infection_control

Infection control parameters.

◆ p_growth

const double Utopia::Models::ContDisease::Params::p_growth

Probability per site and time step to go from state empty to tree.

◆ p_immunity

const double Utopia::Models::ContDisease::Params::p_immunity

Probability per site and time step for a tree cell to not become infected if an infected cell is in the neighborhood.

◆ p_infect

double Utopia::Models::ContDisease::Params::p_infect
mutable

Probability per site and time step for a random point infection of a tree cell


The documentation for this struct was generated from the following file: