-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3d geometry with topography and fixed thin layer #733
Comments
|
The data file attached. And a demo script
|
Edit. I am removing first and last electrodes, to avoid intersections.
And making sure that plc2 is not intersecting.
Still I get a different issue,
|
Edit 2:
Then it creates the mesh. So I assume the intersection is on the "z-axis". |
You can check intersections with I personally had problems already when using |
Problem description
I have 3d (xyz) electrodes on surface, where they define also a topography. What I want, is to make a layer (surface ?), just 10cm below each electrode. This is since all electrodes are placed on top brick layers within a city, and want to fix the resistivity to something high.
What I do,
create a temporary array with the xy,elevations and subtract 10cm
I will make a PLC for the 10cm
And a second PLC for the rest of the domain
Then add them
Add some nodes for accuracy
And make a mesh
This returns the following error
The text was updated successfully, but these errors were encountered: