BASEMENTBasic Simulation Environment for computation of environmental flow and natural hazard simulationLaboratory of Hydraulics, Hydrology and Glaciology (VAW)ETH Zurich |
You are not logged in.
Pages: 1
Topic closed
Hi,
has anyone tried to model rainfall with BASEMENT?
We were thinking of using EXTERNAL_SOURCE for experimenting. But then -- if you
have rainfall allover the mesh -- you would have to add all your element-IDs to
the bmc-file. It would be quite handy to use an index-table instead, similar to
FRICTION. E.g.
SOURCE
{
[...]
EXTERNAL_SOURCE
{
type = source_discharge
index = ( 1 )
file = rainfall_discharge_in_time.txt
}
EXTERNAL_SOURCE
{
type = source_discharge
index = ( 2 3 4 )
file = another_rainfall_discharge.txt
}
}
I'm aware, that I would have to sum-up the rainfall over the zone-area to
generate the discharge.
Greetings, Michel
Offline
Hi Michel
Thats a great idea that we will take on our todo-list!
Thanks for your input!
Best, Lukas
Offline
Since v2.7 this is implemented (for both hydraulics and morphology)
Offline
Pages: 1
Topic closed