2.6 KiB
quad_02 Reference Notes
Purpose
quad_02 is the first stored Abaqus TYPE=S4 reference pair intended for the Phase 1 MITC4 rebaseline path.
The original Abaqus input remains preserved as provenance:
quad_02.inpquad_02_displacements.csv
The Phase 1 parser-compatible derivative input is:
quad_02_phase1.inp
Provenance
- Source solver: Abaqus/CAE Learning Edition 2024, as recorded in
quad_02.inp. - Original job name:
quad_02. - Source model name:
Model-1. - Unit system: self-consistent source units. FESA does not enforce or convert units.
Compatibility
quad_02.inp uses TYPE=S4, which is the Phase 1 target mapped to FESA MITC4.
The original file also contains Abaqus/CAE features outside the current Phase 1 parser subset:
*Part*Assembly*Instance*Density- output and restart request keywords
These features remain unsupported in Phase 1 unless docs/ABAQUS_INPUT_SUBSET.md and ADRs are explicitly updated. Tests must continue to reject the original file as unsupported provenance.
Normalized Input
quad_02_phase1.inp is a derivative input created for Phase 1 parser and later solver regression work.
It preserves:
- 121 node ids and coordinates.
- 100
TYPE=S4quadrilateral elements and connectivity. - Elastic material values
E = 7.0e10,nu = 0.3. - Shell thickness
1.0. - Fixed boundary nodes from the original assembly-level boundary set.
- Concentrated load at node
2, DOF3, magnitude-100000.0.
It removes:
- Abaqus/CAE
Part/Assembly/Instancescaffolding. *Density, because density is not used by Phase 1 linear static analysis.- restart/output requests.
- step increment parameters and static time data not needed by the Phase 1 parser subset.
Result Mapping
quad_02_displacements.csv is an Abaqus-exported nodal displacement table with 121 rows.
Required columns:
Node LabelU-U1U-U2U-U3UR-UR1UR-UR2UR-UR3
It maps to FESA field output:
/results/steps/Step-1/frames/0/fieldOutputs/U
with component order:
UX, UY, UZ, RX, RY, RZ
Initial Tolerance
Use the project default reference displacement starting point until case-specific calibration is justified:
abs_tol = 1.0e-12
rel_tol = 1.0e-5
reference_scale = 1.0
Do not tune tolerances or drilling stiffness to make this single case pass.
Current Limitations
RFhas no paired Abaqus reaction CSV yet; verifyRFby full-vector equilibrium until aquad_02_reactions.csvartifact is provided.- Solver displacement comparison against this case must wait until the MITC4 rebuild and end-to-end linear static workflow are complete.