필터 지우기
필터 지우기

PDE toolbox c coefficient

조회 수: 2 (최근 30일)
Kaveh Gharibi
Kaveh Gharibi 2016년 9월 6일
댓글: Kaveh Gharibi 2016년 9월 7일
*Hi I have two PDE equations and I want to solve them using Matlab PDE and I don't know how to find C because it is very confusing. The equations are as follows.
(∂^2 ψ)/(∂^2 x)=(∂Q_x)/∂x
(∂^2 ψ)/(∂^2 y)=(∂Q_y)/∂y*

채택된 답변

Alan Weiss
Alan Weiss 2016년 9월 6일
Your equations are not a form that fits into PDE Toolbox framework.
In fact, they seem strange to me in any case. The first equation can be integrated to give
(∂ ψ)/(∂ x)=(Q_x) + K, where K is a constant of integration
Similarly,
(∂ ψ)/(∂ y)=(Q_y) + K2.
So it seems that you can find ψ by integrating Q_x or Q_y. However, it seems that this integration will likely lead to inconsistencies, unless Q_x and Q_y have very particular forms. Imagine integrating over x first then y, or y first then x. You might arrive at two different values for ψ.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 3
Alan Weiss
Alan Weiss 2016년 9월 7일
As I already said, your equation is not in a form that PDE Toolbox can handle. Indeed, I recommend that you double-check to make sure that you have a correct equation. If the equation is correct then I suggest that you solve it by integrating Q_x and Q_y, including constants of integration that are appropriate for your boundary conditions.
Alan Weiss
MATLAB mathematical toolbox documentation
Kaveh Gharibi
Kaveh Gharibi 2016년 9월 7일
Alan,
Thank you very much!
Kaveh

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

추가 답변 (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