docs: document abaqus uel abi requirements

This commit is contained in:
김경종
2026-06-12 08:39:18 +09:00
parent 1fc3128ed5
commit 44d4ebadf8
4 changed files with 176 additions and 5 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
- Phase directory: `phases/uel-3d-euler-beam`
- Current planned entry point: `python scripts/execute.py uel-3d-euler-beam`
- First pending step: `step8` validation readiness
- First pending action: correct Abaqus-facing `UEL` wrapper/interface mismatch before `step8` validation readiness
## Planned Steps
@@ -46,3 +46,4 @@
- Confirm exact first-scope beam assumptions in the requirements step.
- Decide `PROPS`/`JPROPS` ordering and orientation-vector convention in the interface step.
- Decide exact no-Abaqus Fortran source and test file layout in the reference model step.
- Add a top-level Abaqus-callable `SUBROUTINE UEL(...)` wrapper and correct the `VARIABLES`/`NSVARS` policy before external Abaqus validation readiness.