Some questions about grain_growth_3D.i #16473
-
Dear MOOSE experts, First of all, why is there no BCs block in grain_growth_3D.i? Second, in AuxVariables and AuxKernels, apart from bnds,I do not understand what other auxiliary variables and kernels are used for? in other words:
Finally, the input file input is a *_out.e file, but the multiple input files output in grain_growth_2D_voronoi.i, what input code determines the extension of the .e result file input one or more? Any suggestions or recommendations to fix these problems would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
For FEM, if boundary condition is not specified, it implies a homogeneous Neumann boundary condition, i.e. flux = 0.
Your second question is related to grain tracker, and you can find more information on https://mooseframework.inl.gov/source/postprocessors/GrainTracker.html#!
The input file should always be .i file, and *_out.e are the output file that can be visualized in Paraview or Peacock.