evaluateCGradient ,, trying find normal vector
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
raed alraidmanuon
am 21 Sep. 2020
Kommentiert: raed alraidmanuon
am 10 Okt. 2020
Hi
I would get the outward normal vector for at a boundary where I have a solution by pde. I have used 'evaluate Gradient' but unfortunately I have no idea to get the normal vector of the boundary.
Thanks
0 Kommentare
Akzeptierte Antwort
Aman Vyas
am 8 Okt. 2020
Hi,
I think you can break this problem in two parts.
1) Detecting the boundary of the surface, object etc.
2) Finding the normal on the boundary.
Sinc you have solution from PDE, you will have exact information of boundary conditions using boundary function. Once you have boundary available apply evaluateCGradient which gives flux of the PDE. Flux actually flows as outward normal vector to the surface and thus this function will help you get the normal vector.
There are various features available in this function. You can take a look at this link:
Hope it helps !
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu PDE Solvers 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!