Hi again,
I’m getting illegal geometry errors because my interfaces aren’t working as intended, and I don’t know why.
I’m basically modelling longwall panels, in a complex geology. The mesh was generated by Griddle, there are interfaces which represent geological faults and so on, but the problem doesn’t rely there.
General view of the model
Since I’m excavating longwall panels, I’m using Large-Strain mode on in this stage, the model seems converging after deleting some zones, however the interfaces I set on the roofs of the longwall panels aren’t detected and overlapping occurs, giving thus implausible displacements in the longwall panels (higher than their actual thickness or height). Here you can see the situation.
Overlap in the panels,
Panels totally excavated and adjacent zones get overlapped.
The code for interface creation looks more or less like this;
zone interface name ‘roofs’ create by-face separate new-side-group ‘Rocks_middle’ merge-nodes false range group ‘roofs’
zone interface name ‘roofs’ node prop stiffness-normal 4e10 stiffness-shear 2e10 friction 35
zone interface name ‘roofs’ tolerance-contact 1e-2
zone interface name ‘roofs’ node initialize-stresses.
The ‘Rock-middle’ group is the group in which the panels are excavated, I suppose that by doing this you impose the ‘master’ group, otherwise the interfaces get deleted as you excavate. Am I right about this?
The ‘roofs’ face group was generated from a geometry import from the exact surface mesh used in Griddle.
Now when I look at the interfaces I have in my model, only the ones of the geological faults are there, so it seems that the ‘zone relax excavate’ command is also deleting my roof interfaces.
What can I do to prevent interface deletion when excavating?
Thanks so much in advance, any ideas will be greatly appreciated.
Felipe