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)
LLM (this repo) · 1

Related languages

Mortran (0.22)FLOWTRAN (0.17)Fortran (0.17)QUIKTRAN (0.17)FRACTRAN (0.16)

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
code.nas · license: Public Domain · added: 2026-02-16T16:09:34.977015Z
$ 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

Contribute — propose a file extension

Tell us where to find evidence about NASTRAN (mapped to pl/nastran). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/NASTRAN/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← nassi-shneiderman-charts NAT →