read_job_file
Inspect the end of an Abaqus job output file to diagnose solver failures and monitor simulation progress.
Instructions
Return the tail of a job's output file for inspection.
Args: job_name: The job to inspect. extension: One of inp, sta, msg, dat, log (without the dot). max_lines: Maximum number of trailing lines to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| extension | No | msg | |
| max_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |