how i can program the following function of (convection-convection) in matlab??
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ismail KARAOUI
am 22 Aug. 2017
Kommentiert: Ismail KARAOUI
am 31 Aug. 2017
hello friends,
i would like to program the following equation of adviction_ convection in Matlab, could anyone help me and give me some advices about how i can do that.
Thank you for your help
6 Kommentare
Torsten
am 25 Aug. 2017
Here is the documentation:
https://de.mathworks.com/help/matlab/ref/pdepe.html
Your problem is a standard problem for pdepe. You should be able to manage the setup following the examples given in the link.
Best wishes
Torsten.
Akzeptierte Antwort
Precise Simulation
am 31 Aug. 2017
With the FEATool Multiphysics Matlab FEM Toolbox you can enter your own custom equations and PDE with an easy syntax (similar to how PDEs are written on paper).
It is not quote clear exactly how your equation looks like, but you could start with a convection and diffusion equation in the GUI and the press the Edit Eqn button to modify the PDE to what you really want. Afterwards you can also save the model as a m-file script and see how the fea model is defined.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!