PDE solver without PDE solver toolpack
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using 2013a matlab and without the PDE solver pack or symbolic maths pack. Can anyone point me in a direction to help me solve a PDE thermal Problem like this https://de.mathworks.com/help/pde/examples/heat-distribution-in-a-circular-cylindrical-rod.html Without the pack.
I cannot get the pack or upgrade to newer Matlab.
Thank you in advance Ben
0 Kommentare
Antworten (2)
Torsten
am 7 Aug. 2017
If 1d is enough for you, you can use "pdepe".
Otherwise, you will have to do the spatial discretization on your own and solve the resulting system of ordinary differential equations using "ode15s".
Look up "method of lines" for more details.
Best wishes
Torsten.
0 Kommentare
Precise Simulation
am 19 Aug. 2017
Depending on your problem the FEATool FEM Toolbox could possibly work for your case as both modeling and simulation of heat transfer and axisymmetry is supported.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Heat Transfer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!