fix: add abaqus uel wrapper contract

This commit is contained in:
김경종
2026-06-12 09:08:25 +09:00
parent 44d4ebadf8
commit d455e0843e
16 changed files with 309 additions and 48 deletions
+2 -2
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 action: correct Abaqus-facing `UEL` wrapper/interface mismatch before `step8` validation readiness
- First pending action: execute `step8` validation readiness using the corrected Abaqus-facing `UEL` wrapper/interface
## Planned Steps
@@ -46,4 +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.
- External Abaqus validation artifacts still need to be supplied by the user before solver-result comparison.