idaholab / malamute

Advanced manufacturing modeling and simulation
https://mooseframework.inl.gov/malamute
GNU Lesser General Public License v2.1
9 stars 26 forks source link

Input File Runtime Error for EFAS Example in Multi-Scale Grain Growth Directory #138

Open apb13 opened 3 days ago

apb13 commented 3 days ago

Reason

~/projects/malamute/examples/laser_welding_problems/physics/multi-scale-grain-growth/larry-2d-one-spot-scaled-1st-order.i

This input file fails with a similar error message:

/Users/me/projects/malamute/examples/laser_welding_problems/physics/multi-scale-grain-growth/larry-2d-one-spot-scaled-1st-order.i:80.1: section '[ADKernels]' does not have an associated "Action".
Common causes:
- you misspelled the Action/section name
- the app you are running does not support this Action/syntax
/Users/me/projects/malamute/examples/laser_welding_problems/physics/multi-scale-grain-growth/larry-2d-one-spot-scaled-1st-order.i:241.1: section '[ADBCs]' does not have an associated "Action".
Common causes:
- you misspelled the Action/section name
- the app you are running does not support this Action/syntax
/Users/me/projects/malamute/examples/laser_welding_problems/physics/multi-scale-grain-growth/larry-2d-one-spot-scaled-1st-order.i:309.1: section '[ADMaterials]' does not have an associated "Action".
 Common causes:
- you misspelled the Action/section name
- the app you are running does not support this Action/syntax

Design

Modify input file to address error with missing associated Action.

Impact

Better running examples

apb13 commented 3 days ago

@cticenhour