Skip to content

Issue with Neumann boundary conditions on .inp mesh created with gmsh #18499

Discussion options

You must be logged in to vote

Dear @richmondodufisan

I paste below a simple 3D .geo file with definitions of physical surface.
This was working for me some time ago and I could define the boundary conditions in the moose input file
by referring to the names of the physical surfaces, such as "bottom", "top", et cetera.

You can compare with your .geo file and see if there are differences.
Or maybe the problem is your gmsh version, not all of versions generate the same .msh files.

Hope this helps.

Best Regards,
Nicolò

cl__1 = 0.1;
Point(1) = {0, 0, 0, 0.1};
Point(2) = {3, 0, 0, 0.1};
Point(3) = {3, 3, 0, 0.1};
Point(4) = {0, 3, 0, 0.1};
Point(5) = {1.5, 1.5, 0, 0.1};
Point(6) = {2, 1.5, 0, 0.1};
Point(7) = {1.5, 2, 0, 0.…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@dschwen
Comment options

dschwen Aug 4, 2021
Collaborator

@richmondodufisan
Comment options

Comment options

You must be logged in to vote
2 replies
@richmondodufisan
Comment options

@richmondodufisan
Comment options

Answer selected by GiudGiud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants