필터 지우기
필터 지우기

Boundary Conditions in PDE MODEL

조회 수: 3 (최근 30일)
Pavel M
Pavel M 2019년 6월 13일
댓글: Torsten 2019년 6월 13일
i create PDE model
g is exported from PDE Tololbox
model = createpde;
geometryFromEdges(model,g);
applyBoundaryCondition(model,'dirichlet','Edge',[1 2 3 12 11 10 9 6],'u',0);
pdegplot(model,'EdgeLabels','on')
xlim([-1.2,1.2])
axis equal
generateMesh(model,'Hmax',0.02,'GeometricOrder','Linear');
Снимок7.jpg(this square is sum of little squares: R1+R2+R3+R4)
but applyBoundaryCondition dont specify Edge 12, 11, 10 ,9 boundary condition u=0.
It is, what i get
Снимок8.jpg
Here, Edges 1 2 3 and 6 are equal 0, but 12 11 10 9 are not, but i specify them
applyBoundaryCondition(model,'dirichlet','Edge',[1 2 3 12 11 10 9 6],'u',0);
  댓글 수: 1
Torsten
Torsten 2019년 6월 13일
You can't specify boundary conditions at internal boundaries.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 General PDEs에 대해 자세히 알아보기

제품


릴리스

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by