floodsim.model.weather
package floodsim.model.weather
Members list
Type members
Classlikes
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).
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
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalstrait GridElementclass Objecttrait Matchableclass AnyShow all
In this article