NASTRAN
1 program
Added 2026-02-16T16:09:15.427663Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: MSC Nastran, NX Nastran
Provenance: commit 0120004709 · authored 2026-02-16T17:09:51+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Cantilever Beam Static Analysis
Provenance: commit 0120004709 · authored 2026-02-16T17:09:51+01:00 · agent claude-code · model sonnet · WebSearch disabled
$ NASTRAN Example - Simple Cantilever Beam
$ Static Analysis
SOL 101
CEND
TITLE = CANTILEVER BEAM STATIC ANALYSIS
ECHO = NONE
DISPLACEMENT(PLOT) = ALL
STRESS(PLOT) = ALL
SPC = 1
LOAD = 100
BEGIN BULK
$ Grid Points
GRID 1 0.0 0.0 0.0
GRID 2 10.0 0.0 0.0
GRID 3 20.0 0.0 0.0
$ Beam Elements
CBAR 1 1 1 2 0.0 1.0 0.0
CBAR 2 1 2 3 0.0 1.0 0.0
$ Property
PBAR 1 1 1.0 1.0 1.0 1.0
$ Material
MAT1 1 3.0E7 0.3
$ Boundary Conditions
SPC1 1 123456 1
$ Applied Load
FORCE 100 3 1000.0 0.0 -1.0 0.0
ENDDATA