Skip to content

Commit

Permalink
#634: Added another research keyword to the Geometry section.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vd-aardweg committed May 17, 2024
1 parent a21a66d commit 0f7219c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hydrolib/core/dflowfm/research/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ class Comments(Geometry.Comments):
"Only in pipes: groundlayer thickness (m).",
alias="groundLayerThickness",
)
extrbl: Optional[str] = Field(
"Extrapolation of bed level at boundaries according to the slope: 0 = no extrapolation (default); 1 = extrapolate.",
alias="ExtrBl",
)

comments: Comments = Comments()

Expand All @@ -148,6 +152,7 @@ class Comments(Geometry.Comments):
orgfloorlevtoplaydef: Optional[bool] = Field(None, alias="orgFloorLevelTopLayDef")
pipefile: Optional[DiskOnlyFileModel] = Field(None, alias="pipeFile")
groundlayerthickness: Optional[float] = Field(None, alias="groundLayerThickness")
extrbl: Optional[bool] = Field(None, alias="ExtrBl")


class ResearchNumerics(Numerics):
Expand Down

0 comments on commit 0f7219c

Please sign in to comment.