Skip to main content
Question

how to efficiently build a geological voxel model?

  • November 5, 2020
  • 1 reply
  • 70 views

Hi,

 

My name is Jie, and I'd like to build a geological voxel model as the following picture copied from the question asked by @philip_wehrens​ .

 

I want to know how to efficiently build a model like this?

 

With this model, I want to export the model for Finite Element Analysis. To be specific, The finite element code is developed in Matlab.

 

All the best,

Jie

renditionDownload

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img

Hi @jievoo​ 

This is a 3D model of lithostratigraphic units (discrete values)

input: borehole data, maps and cross-sections

3D interpolation of empty 3D grid by nearest neighbour (not the most sophisticated method, but works ok)

Results in a regular grid with cells size (50x50x2 meters)

Exported are the center points of the Grid.

Kind regards,

Philip