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 Files Runtime Error for EFAS Example in Surface Tension Directory #140

Open apb13 opened 3 days ago

apb13 commented 3 days ago

Reason

~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/2d-one-spot-scaled-2nd-order.i ~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/2d-one-spot-unscaled-2nd-order.i ~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/3d-one-spot-unscaled-1st-order.i ~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/3d-scaled-1st-order.i ~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/cold-start-twice-around-circle.i ~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/gold-2d-one-spot-scaled-1st-order.i ~/projects/malamute/examples/laser_welding_problems/physics/surface-tension/hot-once-around-circle.i

These 7 input files fail with a similar error message:

/Users/me/projects/malamute/examples/laser_welding_problems/physics/surface-tension/2d-one-spot-scaled-2nd-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/surface-tension/2d-one-spot-scaled-2nd-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/surface-tension/2d-one-spot-scaled-2nd-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