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
Hello everyone,
when defining the theta_critical parameter during a morphological simulation, I want to define a specific theta_critic for some areas (material 1-4) and for some areas I want it to be defined by Basement (material 5). To do so, do I set the last index to a negative number (as seen below) like in some other instances where the default value is represented by negative number?
PARAMETER {
bedload_transport = mpmh
theta_critical_index = (1 2 3 4 5)
theta_critic = (0.030 0.028 0.032 0.030 -1)
}
Best regards,
Alex
Offline
Hello Alex,
by my understanding you don´t need to assign a negative number to get the default value. Try to spare out the Material in your Index-list like so...
PARAMETER {
bedload_transport = mpmh
theta_critical_index = (1 2 3 4 )
theta_critic = (0.030 0.028 0.032 0.030)
}
greetings
Florian
Offline
Hi Alex, hi Florian!
I just wanted to confirm the answer from Florian, thanks!
If you don't use an index, which is defined in the mesh, the theta critical is determined after the parametrized Shield's curve (Manual RI 2.1-2).
cheers,
Lukas
Offline
Thank´s a lot!
Offline
Pages: 1