-
Hello, I have created a temperature profile over a mesh2D grid. Now I want to get at certain location (point) in the mesh the exact temperature, say X = 4.0 and Y = 2.0:
works like a charm... My prefered option would be using fipy. I was trying something like
However this gives me all the temperatures over certain line (or area if i define cells) but I was not able to extract specific nearest point data from physicalFaces line data. Ruud |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your feedback. According the documentation this should work, however I am using a 2Dmesh created with gsmh without uniform grid and I think that is way I get the following error:
So the cell positions are not ordered according a structured grid and thus interpolation is not straighforward? |
Beta Was this translation helpful? Give feedback.
Sorry, I had the position vector misoriented.
Grid2D
is more tolerant thanGmsh2D
. Try