SEAMLESS-WAVE

Logo

SEAMLESS-WAVE is a developing “SoftwarE infrAstructure for Multi-purpose fLood modElling at variouS scaleS” based on "WAVElets" and their versatile properties. The vision behind SEAMLESS-WAVE is to produce an intelligent and holistic modelling framework, which can drastically reduce iterations in building and testing for an optimal model setting, and in controlling the propagation of model-error due to scaling effects and of uncertainty due statistical inputs.

View the Project on GitHub ci1xgk/Fellowship_Webpage

Boundary condition type file (.bci)

This file is where the boundary conditions for the 2D solvers are specified. The 2D (rectangular) computational domain where a 2D solver is applied can have two types of boundary conditions.

The first type is a boundary condition located at any of the four edges of the rectangular domain. The second type is the so-called “point source”, which should be aimed for specifying an inflow located at a point within one computational cell inside the domain (there must not be more than one point source per cell).

The .bci file consists of 5 columns, each containing the following items:

For the Merwether test case, the simulation consists of a steady inflow rate of Q = 19.7 cubic meter per second, inflowing through an opening at the south edge along a width of B = 38 m (see “Merewether urban flooding”). The flow leaves the 2D domain through the north edge, whereas the west and east edges of the domain are closed by solid walls.

To set the steady inflow (i.e. specify a unit-width discharge of q = Q/B = 0.5184 in the 5th column), the QFIX boundary condition type must be selected in the 4th column. As the inflow is located in the south edge (constant Y) the first column has the letter S. The inflow occurs from an opening starting at X = 382300.00 and ending at X = 382338.0, which should be selected in the 2nd and 3rd columns.

To set the free outflow through the north edge (constant Y), FREE must be selected in the 4th column after selecting N in the 1st column, while the 2nd and 3rd columns should have the X coordinates of the north edge. The 5th column can be left blank in this case.

Since closed boundary conditions are set by default, no specifications for the east and west edges are required.

Hence, the .bci file for the Merwether test case, named merewether.bci, will be as shown in the screenshot below:

image

back