How would the "a" and "c" coefficients be defined in a coupled non-linear set of 2 PDEs?

조회 수: 1 (최근 30일)
I have these two coupled non-linear set of PDEs that I have expressed in the standard MATLAB PDE form:
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?

채택된 답변

Alan Weiss
Alan Weiss 2017년 6월 2일
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
Shashank
Shashank 2017년 6월 3일
Thank you Alan. I am carefully reading the documentation on c and a coefficients.
With respect to boundary conditions, does this toolbox allow periodic boundary conditions? I only see Dirichlet, Neumann and mixed conditions on the documentation.
Alan Weiss
Alan Weiss 2017년 6월 5일
Sorry, no, there are no periodic boundary conditions allowed.
Alan Weiss
MATLAB mathematical toolbox documentation

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by