This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
error_reference [2013/05/30 11:55] phil created |
error_reference [2016/08/29 09:49] (current) phil |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Check Errors and Warnings ====== | ====== Check Errors and Warnings ====== | ||
===== Overview ===== | ===== Overview ===== | ||
- | After running [[com:CHECK]], a list of errors and warnings may be displayed. The CHECK in the [[SASSI:Submodeler]] should produce similar output to prep however the error file now has headers that show which module the errors and warning are associated with. The [[com:AFWRITE]] instruction will first execute the CHECK instruction. Any module that does not pass CHECK will not have the associated module input written. | + | After running [[com:CHECK]], a list of errors and warnings may be displayed. The CHECK in the [[SASSI:ACS-SASSI User Interface]] should produce similar output to prep however the error file now has headers that show which module the errors and warning are associated with. The [[com:AFWRITE]] instruction will first execute the CHECK instruction. Any module that does not pass CHECK will not have the associated module input written. |
===== Errors ===== | ===== Errors ===== | ||
**Error 1: Illegal Acceleration of Gravity** | **Error 1: Illegal Acceleration of Gravity** | ||
Line 60: | Line 60: | ||
* Check all four nodes an their coordinates. | * Check all four nodes an their coordinates. | ||
- | Error 12: Warped Element <e>, Group <g> | + | **Error 12: Warped Element <e>, Group <g>** |
This error occurs for four-node elements when not all four nodes are in the same plane. | This error occurs for four-node elements when not all four nodes are in the same plane. | ||
Line 604: | Line 604: | ||
* The user can add frequencies to the set by using the [[com:FREQ]] command | * The user can add frequencies to the set by using the [[com:FREQ]] command | ||
+ | **Error 121: No Panels Specified** | ||
+ | * The user attempted to use the panel module without defining any panels | ||
+ | * The user can use the P command to defined a panel | ||
+ | |||
+ | **Error 122: Material <i> referenced in panel <k> does not exist** | ||
+ | * A material in a panel definition does not exist. | ||
+ | * The user can change the panel to use a material that does exist by using the P command. | ||
+ | * The user can add a material that uses reference number <i> using the M command. | ||
+ | |||
+ | **Error 123: Group <i> referenced in panel <k> does not exist** | ||
+ | * A group in a panel definition does not exist. | ||
+ | * The user can change the panel to use a group that does exist by using the P command. | ||
+ | * The user can add a group that uses reference number <i> using the GROUP command. | ||
+ | |||
+ | **Error 124: Node <i> is a fixed interaction node** | ||
+ | * Node <i> is fully fixed and an interaction node. | ||
+ | * The user can change the interaction status of the node <i> using the INT command. | ||
+ | * The user can change the fixed status of the node <i> using the D command. | ||
===== Warnings ===== | ===== Warnings ===== | ||