how to create a loop in simulink for runoff model

1 Ansicht (letzte 30 Tage)
Poornima Chandra Lekha Posa
Poornima Chandra Lekha Posa am 26 Feb. 2021
Beantwortet: Rhea Chandy am 1 Mär. 2021
i have data of one year and i need to calculate runoff for each day of the day and the equation is as follows: rainfall + storage - evaporation - infiltration = runoff for 1st day and
for second day runoff, equation changes as follows:
rainfall on 2nd day + infiltration of 1st day is storage of 2nd day - evaporation on 2nd day - infiltration on 2nd day = runoff on 2nd day

Antworten (1)

Rhea Chandy
Rhea Chandy am 1 Mär. 2021
Hi Poornima
If you are asking how to implement a for loop inside the model, there is a "For Iterator Subsytem" to repeats the execution in a time step.
Are you having difficulty building the model itself? If you aren't sure where to start because you're not familiar with how to model in Simulink, I suggest you start with the Simulink Onramp tutorial (https://www.mathworks.com/help/simulink/slref/simulinkonramp.html) to quickly learn the essentials.
If you can give some more information on where you are facing difficulties in your model, we may be able to give you more specific help.

Kategorien

Mehr zu Verification, Validation, and Test finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by