Closed
Description
Dear Community,
When importing the gmsh-file given in [1] into Moose, "PointA" gets assigned wrong coordinates. The FE elements (volumes, plates and beams) are imported fine.
[1] https://github.com/grunerjmeier/Suzanne/blob/117edc4794f077663d7b55f0292e5554ad0fb4db/suzanne.msh
As per the MSH-File, "PointA" should be to top of the head of Suzanne (coordinates '0 3.4988 9.28'). Please see image below.
https://github.com/grunerjmeier/Suzanne/blob/117edc4794f077663d7b55f0292e5554ad0fb4db/suzanne.msh#L35
Instead in Moose PointA is set to (-1.05469, 3.65505, -14.0167):
FileMeshGenerator 'file': Mesh Nodesets:
FileMeshGenerator 'file': Nodeset 1 (PointA), 1 nodes
FileMeshGenerator 'file': Bounding box minimum: (x,y,z)=(-1.05469, 3.65505, -14.0167)
FileMeshGenerator 'file': Bounding box maximum: (x,y,z)=(-1.05469, 3.65505, -14.0167)
FileMeshGenerator 'file': Bounding box delta: (x,y,z)=( 0, 0, 0)
The msh file is imported to Moose via
[Mesh]
[file]
type = FileMeshGenerator
file = "suzanne.msh"
show_info = true
[]
[]
Metadata
Metadata
Assignees
Labels
No labels