How would the "a" and "c" coefficients be defined in a coupled non-linear set of 2 PDEs?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Shashank
am 1 Jun. 2017
Kommentiert: Alan Weiss
am 5 Jun. 2017
I have these two coupled non-linear set of PDEs that I have expressed in the standard MATLAB PDE form:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164768/image.png)
Would pdesolve be able to take c_1 and c_2 as functions of the state variable u_2; and a_2 as a function of the state variable u_1? If so, would "c" and "a" be 2 x 2 matrices?
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 2 Jun. 2017
Assuming that you can represent your geometry and boundary conditions properly, then the answer is yes, you can formulate your coefficients for nonlinear problems like this. See the documentation on specifying coefficients, and in particular the section on the c coefficient.
Alan Weiss
MATLAB mathematical toolbox documentation
2 Kommentare
Alan Weiss
am 5 Jun. 2017
Sorry, no, there are no periodic boundary conditions allowed.
Alan Weiss
MATLAB mathematical toolbox documentation
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Boundary Conditions 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!