idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.72k stars 1.04k forks source link

error message when using Phase_field-mechannics /EBSD_reconstruction_grain _growth _mech #17777

Open zengfy-hust opened 3 years ago

zengfy-hust commented 3 years ago

Hello everyone 👍 I am a new user of moose .what I want to do is to using data from EBSD as an initial condition ,then calculate the grain boundary evolution using grain growth in phase field module .I found the close one to my intentions is Phase_field-mechannics /EBSD_reconstruction_grain _growth _mech ,if you have better choice ,please let me know . when I use the command line 'mpirun -n 4 /home/zengfanyi/projects/moose/modules/combined/combined-opt -i EBSD_reconstruction_grain _growth _mech.i' The issue I encountered as follow ERROR I really don't know why , Thank you so much .

dschwen commented 3 years ago

Yeah, looks like we a) overlooked an example when we removed ReconVarIC, and b) aren't doing a syntax test on that example!

Here: https://github.com/idaholab/moose/commit/c9f5e688191b44d3685fa4d7fa54ca1ab2411ed5#diff-8eb5bf72e73c00758672649b6442ac584013988400dd34595bf41c1503cc0d37 is an example on how to migrate this to the new system.