Moose not recognizing mesh generators as objects #30606
-
|
I am trying to run moose to generate some simple meshes as a test but each time I do I get the same error that '[MeshGeneratorName] is not a registered object'. I have every module in the moose makefile enabled, and can even find the proper mesh generators in the ~/projects/moose/modules/reactor/include/meshgenerators directory. Additionally, I can run the tutorials found at https://mooseframework.inl.gov/getting_started/examples_and_tutorials/ just fine. Any ideas on what I might be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
hello these are in the reactor module not in the framework, so you need to compile that module (and use the reactor-opt) executable to use these mesh generators. |
Beta Was this translation helpful? Give feedback.



PolygonConcentricCirlceMG is from the reactor module as well.
you ll need to recompile.
git clean -Xfdyour app and MOOSE, make sure reactor = yes in the Makefile, then recompile