Coefficient Multiplying Laplacian Implicit in Neumann BC?

조회 수: 3 (최근 30일)
Paul Safier
Paul Safier 2020년 4월 11일
편집: Paul Safier 2020년 4월 11일
I'm solving the parabolic equation:
I set up the PDE as:
specifyCoefficients(model,'m',0,'d',1,'c',D,'a',0,'f',0);
and the Neumann BC as:
applyBoundaryCondition(model,'neumann','Face',1,'g',zeros(1),'q',k/D);
However, reading the information about the Neumann BCs on the webpage below, I am wondering if Matlab automatically uses D in the boundary condtition because it is the coefficient c in the equation set up?? If this is the case, would I just use??
applyBoundaryCondition(model,'neumann','Face',1,'g',zeros(1),'q',k);

답변 (0개)

카테고리

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

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by