Summary of revisions to evaluation scripts

This note documents the readability-oriented revision of the Abaqus evaluation
scripts associated with the dissertation research data.

Scope of the revision
---------------------
The revised files include the following scripts:
- Auswertung_Biegung.py
- Auswertung_HSK_E_63_modal.py
- Auswertung_HSK_E_63_modal_Spannkraft.py
- Auswertung_Umin.py
- Auswertung_inkrementell_PA_u_K.py
- Auswertung_inkrementell_PA_u_K_3D.py
- Auswertung_mu.py

Nature of the changes
---------------------
The scripts were revised to improve readability, portability and
traceability. The scientific evaluation logic was not intentionally changed.
The revisions focused on:
- adding short documentation headers,
- clarifying the purpose of each script,
- removing absolute paths where possible,
- harmonising basic script structure,
- reducing redundant commented code in the file headers,
- making dependencies on job lists and called scripts explicit.

Use of ChatGPT
--------------
ChatGPT was used as an editorial and structuring aid during the revision of
these scripts.

Important clarification
-----------------------
These revised scripts should not be interpreted as the exact 1:1 source files
used to generate the dissertation results. They represent a readability- and
traceability-oriented preparation of the original scripts for data publication.
No intentional content-related improvement of the scientific model or
post-processing methodology was made in this revision.

Specific note
-------------
Auswertung_Umin.py calls Auswertung_Copen.py. This dependency was preserved,
but the referenced script is not part of the current file set and therefore has
to be supplied separately if this workflow is to be executed.
