User Forum of Software BASEMENT

BASEMENT
Basic Simulation Environment for computation of environmental flow and natural hazard simulation
Laboratory of Hydraulics, Hydrology and Glaciology (VAW)
ETH Zurich
Basement_Logo

You are not logged in.

#1 2020-09-15 15:06:32

jiang
User
Registered: 2020-09-15
Posts: 12

How can a simulation with given time and corresponding water level?

Dear everyone:
recently I have been trapped in task simulation about tsunami waves for monai . it is given with time and corresponding water lever,which boundary type should I choose? maybe hydrograph is only for time-discharge.so I have no idea about my simulation. How can I ?hope your help.thank you !
Is the time and corresponding discharge is the only method to input?what about given WL or WSE?  thank youuuuuuuuu!
my basement files are as follows:

PROJECT {
    title  = monai
    author = gangwugo
    date   = 20200907
}
DOMAIN {
    multiregion = unnamed_multiregion
    PARALLEL {
        number_threads = 2
    }
    PHYSICAL_PROPERTIES {
        gravity   = 9.81
        viscosity = 1e-06
        rho_fluid = 1000
    }
    BASEPLANE_2D {
        region_name = monai
        GEOMETRY {
            type = 2dm
            file = monai.2dm
            STRINGDEF {
                name               = inflow
                node_ids           = (2 12805 12273 12274 11370 12279 11392 11425 7676 12299 11423 7677 10115 7678 9549 6560 7672 6743 7680 6725 6728 6747 6570 6733 6727 7666 6571 7663 6595 7648 932 7644 6533 7642 6483 7641 6487 7633 5329 6494 6467 7632 6450 7629 6451 6452 951 6749 5331 6752 5326 6755 975 10117 1436 1438 1007 1434 1254 7 14383 922 821 920 908 924 705 1221 926 1223 752 817 1193 481 1197 1195 862 1386 1382 488 1394 569 1358 621 1360 9 1362 397 493 221 398 285 286 13 226 228 101 232 227 235 1)
                upstream_direction = right
            }
            STRINGDEF {
                name               = out
                node_ids           = (3 13889 13872 14268 14345 13834 14266 14262 13865 13882 14123 13029 14126 14101 14336 14261 13527 14665 14655 14668 14224 14651 10786 14649 14215 14217 13754 14644 13775 13726 14061 13760 13756 14203 14066 14204 12538 14207 14323 14048 14369 14319 14367 13970 14346 14283 14658 13979 13980 6431 13969 13649 13653 13642 13643 12869 13640 13365 13637 12886 13347 13630 11778 13349 13346 13362 13340 13358 13357 12898 13960 13966 13247 13248 11012 13245 13238 13240 13226 13242 13611 12199 13294 13619 12233 14604 14605 11277 12787 12227 14602 12215 12789 12169 13284 13287 13276 13280  )
                upstream_direction = right
            }
        }
        HYDRAULICS {
            PARAMETER {
                riemann_solver                 = exact
                minimum_water_depth            = 0.05
                riemann_tolerance              = 1.0e-6
                simulation_scheme              = exp
                velocity_update_partial        = volume_area
                dynamic_depth_solver           = on
                dynamic_depth_solver_precision = 0.005
                geo_min_area_ratio             = 0.05
                geo_max_angle_quadrilateral    = 45
                geo_min_aspect_ratio           = 0.06
            }
            FRICTION {
                type                = strickler
                wall_friction       = off
                default_friction    = 30
                grain_size_friction = no
            }
            INITIAL {
                type = dry
            }
            BOUNDARY {
                type            = zhydrograph
                string_name     = inflow
                file            = iinput.dat
                name            = inflow
                inflow_possible = yes
                zero_velocity   = no
            }
        }
        TIMESTEP {
            CFL                  = 1.0
            total_run_time       = 22.5
            minimum_time_step    = 0.001
            maximum_time_step    = 100.0
            initial_time_step    = 1.0
            start_time           = -1.0
            ignore_wave_celerity = off
            morph_cycle          = off
        }
        OUTPUT {
            console_time_step = 1
            restart_time_step = 1E32
            SPECIAL_OUTPUT {
                type                   = BASEviz
                output_time_step       = 0.01
                variable               = depth
                wse3D                  = off
                vectors                = off
                gridlines              = off
                vectors_scaling_factor = 1.0
                write_jpeg_image_time  = -1.0
                threshold_wse          = -1000000
            }
            SPECIAL_OUTPUT {
                type                = boundary_history
                output_time_step    = 0.01
                boundary_values     = (Q)
                flush_all_num_steps = 0
                history_one_file    = no
                threshold_wse       = -1000000
            }
            SPECIAL_OUTPUT {
                type             = element_centered
                output_time_step = 0.01
                values           = (wse velocity)
                format           = tecplot
                binary           = no
                split_file       = no
                threshold_wse    = -1000000
            }
            SPECIAL_OUTPUT {
                type                = element_history
                output_time_step    = 0.01
                element_ids         = (22867 23458 21220)
                element_values      = (wse)
                flush_all_num_steps = 0
                history_one_file    = no
                threshold_wse       = -1000000
            }
        }
    }
}

and the simulation process are as follows: all Qout and inflow equal to 0? must I input time and discharge for simulation ?
TIME =  0.000000e+00    hyd. Time Step =   1.000000e+00 (SD: monai)
Qout[1]     = 0.000000e+00 [m3/s] (inflow)
TIME =  1.000000e+00    hyd. Time Step =   1.000000e+00 (SD: monai)
Qout[1]     = 0.000000e+00 [m3/s] (inflow)
TIME =  2.000000e+00    hyd. Time Step =   9.000000e-03 (SD: monai)
Qout[1]     = 0.000000e+00 [m3/s] (inflow)
TIME =  3.001000e+00    hyd. Time Step =   1.000000e-03 (SD: monai)
Qout[1]     = 0.000000e+00 [m3/s] (inflow)
TIME =  4.001000e+00    hyd. Time Step =   1.000000e-03 (SD: monai)
Qout[1]     = 0.000000e+00 [m3/s] (inflow)
TIME =  5.001000e+00    hyd. Time Step =   1.000000e-03 (SD: monai)
Qout[1]     = 0.000000e+00 [m3/s] (inflow)

Last edited by jiang (2020-09-18 03:52:32)

Offline

Board footer

Powered by FluxBB