Weather
floodsim.model.weather.Weather
enum Weather(val waterDelta: Double) extends GridElement
Enumeration representing different weather conditions in the flood simulation. Each weather condition affects the water level by a specific delta value per time unit. Positive values increase water levels (rain), negative values decrease them (evaporation).
Value parameters
- waterDelta
-
the change in water level per time unit caused by this weather condition
Attributes
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalstrait GridElementclass Objecttrait Matchableclass Any
Members list
In this article