Issues with mesh element type(lower order elements)

Hello everyone,
I have been trying to run the consolidation examples by using ‘hydro_mechanics’ process with my own mesh file generated using GMSH but it gives following error.


As far as I know maybe the hydro_Mechanics process needs a mesh with higher order elements.If I prefer to use lower order elements,what should I do.

Thanks

Hi tachyonist,

it looks like you are trying to simulate the HM process on a 1D mesh (“…LineRule…”), or on a mesh that contains line elements.

HM in OGS only supports 2D and 3D meshes. In fact, all mechanics related processes in OGS only work on 2D and 3D meshes.

Best regards,
Christoph

Thank you Christoph,

upon hearing your suggestions,I’ve successfully simulated the HM process with 2d nine-node quadrilateral element and six-node triangular element.



furthermore I find ‘QuadRule4’ ‘TriRule3’ element in source code so I’m trying to simulate with 2d four-node quadrilateral element or three-node triangular element,

then I encountered the problem described earlier,could you please give me some advice.

Best regards,
tachyonist

I realize that I forgot to change the prj accordingly, and the problem has been fixed.

Many thanks for your help,Christoph.