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 Enum
trait Serializable
trait Product
trait Equals
trait GridElement
class Object
trait Matchable
class Any
Show all