Can this differential equation be solved using matlab pdepe solver?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I'm looking to solve the PDE given below:
d2y/dx2 - y + f(x,t) = dy/dt
here - f(x,t) is a source term depending on location "x" and time "t"
Initial Condition: y(x,0) = 0
Boundary condition: y(x=0, t) = 0
y(x=L, t) = -dy/dx (robin boundary condition or mixed boundary condition at x = L; this is for convection)
Can this be solved using matlab's pdepe solver? If so, how? If not, what toolbox/command is needed to solve this type of PDE?
0 Commenti
Risposte (1)
Amit Bhowmick
il 1 Lug 2021
Look at this
https://in.mathworks.com/help/matlab/math/partial-differential-equations.html
2 Commenti
Amit Bhowmick
il 1 Lug 2021
Modificato: Amit Bhowmick
il 1 Lug 2021
With y term you can solve, s would be s=-y+f(x,t), not sure about robin boundary conditions.
Vedere anche
Categorie
Scopri di più su PDE Solvers in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!