feat(domain-and-input-skeleton): step 2 — abaqus-scoped-syntax-parser

This commit is contained in:
KOKO\Mimi
2026-07-30 18:01:05 +09:00
parent ceaf92f2a9
commit abbc408aec
9 changed files with 807 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
** Minimal flat/orphan-mesh cantilever syntax fixture.
*nOdE
1, 0.0, 0.0, 0.0
** Comments and blank lines do not terminate the current data record.
2, 1.0, 0.0, 0.0,
*eLeMeNt, TYPE=B31, elset=Beam
1, 1, 2
*NSET, NSET=Fixed
1
*ELSET, ELSET=Beam
1
*MATERIAL, NAME=Steel
*ELASTIC
210000.0, 0.3
*BEAM GENERAL SECTION, SECTION=GENERAL, ELSET=Beam, MATERIAL=Steel
1.0, 1.0, 1.0, 1.0, 1.0
0.0, 1.0, 0.0
*BOUNDARY
Fixed, 1, 6
*STEP, NAME=Load
*STATIC
*CLOAD
2, 2, -1.0
*END STEP