Creating 3D Cylinder Mesh for Porous Flow Simulation #29130
Unanswered
ColinMG2
asked this question in
Q&A General
Replies: 1 comment 8 replies
-
Hello This syntax should be fine. Maybe something else in the input is really breaking the parser |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Question
Hello. I am a new user to MOOSE and I am a little confused on how to test whether the functions I am using are creating a cylindrical mesh. I want to simulate Fick's second law of diffusion for a 1D case where diffusion only occurs in the z-direction:
My current code is as follows:
I am not quite sure how to test this as when I tried to run just the mesh I got this error:
(moose) colinmoose@ColinG14:~/projects/moosecmg$ ./moosecmg-opt -i porous_flow/step1.i --mesh-only
*** ERROR ***
The following error occurred in the Action '' of type SetupMeshCompleteAction.
No mesh file was supplied and no generation block was provided
How would you recommend starting with the mesh for this problem?
Beta Was this translation helpful? Give feedback.
All reactions