🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Help with Error: Input elems are in mixed order

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

I am trying to perform a tetra mesh of a volume with some embedded surfaces. I have performed a mesh of the outer surface of the volume and also the embedded surfaces.

 

However, When I attempt the tetra mesh..I get an error stating 'Input elems are in mixed orders.. Meshing failed..'

 

Can anyone give me an idea of the root of this error?

 

Cheers,

Ariel

Find more posts tagged with

Sort by:
1 - 9 of 91
    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    Do you have first order or second order (mid nodes) elements in your model?

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Second order

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    I was able to get past the problem, however the mesh quality is poor. Because of the complexity of the geometry, I am getting some small elements next to much larger ones..for instance in places where two of the fractures intersect.

     

    Is there a way to control the relative size of neighboring elements?  I would like to achieve a better quality of the 2D mesh of the fractures.

     

    What is the parameter in HM that allows me to control this aspect of the mesh?

    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    Based on defined element size Hm will generate mesh.What element quality checks you are applying in your model?

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    I was having some problems with numerical stability because the elements become very skewed in the complex parts of the model. I would like to have the mesh generated such that the elements are not very skewed. I am not sure exactly how to control this with HM.


    The attached picture shows the complex fracture geometry that I am trying to mesh. I would like to minimize the amount of distortion of the mesh elements. Is there an approach that you can suggest to achieve this?  For instance, an element should not be more that 2 times larger than any neighbouring element

    <?xml version="1.0" encoding="UTF-8"?>eg4.png

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Would the right approach be to set the min elem size and max deviation values?

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Should I use first order elements?

    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    Try with first order elements.one cannot connect first order element directly with second order element.

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Should I use first order elements?

    That depend to your solver, to your objective.

    For example, with FE solver, 1st order TET elements are not good (too stiff) for Static analysis. 2nd order TET elements are better.

    However, with Explicite solver (like LS-Dyna, MSC/Dytran,...) you can not use high-order elements.