How can I refine a portion of my mesh?
Show older comments
I have a 2-D grid that needs to be very fine to capture the physics. The problem with using meshgrid or ndgrid is that it plots points outside of my boundary. In order to have a grid that is fine enough, the code either takes several hours to run or the computer runs out of memory. I have identified what points are outside of my geometry in the form of a mxn logical (1's for any point in the boundary, 0's for any point outside of the boundary). I am trying to refine my mesh with the geometry after finding the boundaries. The final mesh will be a non-uniform mesh with 'NaN' at points outside of the geometry and a small grid spacing in x and y-directions. Ideally, the grid would be very fine near the upper and lower walls (y-direction) and widen in the middle, and decrease in grid spacing in the x-direction as the x increases.
Any thoughts on how I can refine an existing grid at specified locations?
5 Comments
darova
on 30 Sep 2019
Can you post some code, image or data?
Alexandra McClernon Ownbey
on 30 Sep 2019
Edited: Alexandra McClernon Ownbey
on 30 Sep 2019
darova
on 30 Sep 2019
Is it possible for me to use this data or it's for SpaceX projects?
load flow.mat
load surface_flow.mat
Alexandra McClernon Ownbey
on 30 Sep 2019
darova
on 30 Sep 2019
Where is the image?
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!