How to make a kind of memory in simulink?
Show older comments
Hello everybody,
I'm trying to make a model in simulink. This model have to simulate the outcoming flow of fluid from a tank. The flow is a variable, so in time it will and can be change (slider).
My problem is: I don't know how to built this kind of 'memory' in simulink. The new volume in the tank and the passed time have to set in a 'memory', so the same model can be used over en over again, in stead of building a model with dozen of 'copies', to simulate the process.
The example is attachment, it will show you how i've done it right now, but it isn't what i want. It's to complicated.
I hope somebody knows an answer/hint/trick or something to built a kind of memory for this problem.
Thanks
Answers (1)
Iain
on 27 Aug 2014
1 vote
There are "memory" and integrator blocks built into simulink....
4 Comments
Marcel Been
on 27 Aug 2014
Iain
on 27 Aug 2014
An integrator might be what you want.
If you set it to have the initial value that is the volume of water in the tank. You can then feed into it, the flow rate of water entering/exiting the tank...
Marcel Been
on 27 Aug 2014
Marcel Been
on 27 Aug 2014
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!