Skip to content

Commit

Permalink
chore: Corrected default mdu.wind.rhoair value to value in manual and…
Browse files Browse the repository at this point in the history
… kernel code (#667)

refs: #653
  • Loading branch information
veenstrajelmer authored Jul 5, 2024
1 parent 5963745 commit 479c47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/dflowfm/mdu/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class Comments(INIBasedModel.Comments):
windspeedbreakpoints: List[float] = Field(
[0.0, 100.0], alias="windSpeedBreakpoints"
)
rhoair: float = Field(1.205, alias="rhoAir")
rhoair: float = Field(1.2, alias="rhoAir")
relativewind: float = Field(0.0, alias="relativeWind")
windpartialdry: bool = Field(True, alias="windPartialDry")
pavbnd: float = Field(0.0, alias="pavBnd")
Expand Down

0 comments on commit 479c47f

Please sign in to comment.