Can I solve 5 partial differential equations (PDEs), which I wrote in Fortran, using Matlab?
Show older comments
I wrote several subroutines in Fortran, with a main program. I am supposed to solve 5 PDEs, with initial conditions and boundary conditions: that is a chemical engineering problem, with thermal and material balances. Can I send the code of PDEs from Fortran, to Matlab, in order to solve them and receive back the results? I really thank you in advance whoelse is gonna answer to me. Have a good day
Answers (1)
Alan Weiss
on 8 Dec 2015
0 votes
It is not clear to me what type of equations you have, nor whether you have a Partial Differential Equation Toolbox license. PDE Toolbox solves systems of second-order differential equations that are in divergence form. The geometry can be 2-D or 3-D, and can be quite general. If you can put your problem in that form, then most likely MATLAB can solve your equations numerically.
Alan Weiss
MATLAB mathematical toolbox documentation
Categories
Find more on Boundary Conditions 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!