Limited set of read/write routines for Nastran bulk data¶
Collection of tools for reading/writing Nastran bulk data.
The functions provided by this module can be accessed by just
importing the “nastran” package. For example, you can access the
rdgrids() function in these two ways:
>>> from pyyeti import nastran
>>> from pyyeti.nastran import bulk
>>> bulk.rdgrids is nastran.rdgrids
True
|
Read CORD2* and GRID cards from a ".asm" file to make a USET table |
|
Read CORD2* and GRID cards from file(s) to make a USET table |
|
Format a float in Nastran double-precision 16 fixed-field syntax. |
|
Format a float in Nastran 16 fixed-field syntax using max precision. |
|
Format a float in Nastran 8 fixed-field syntax using max precision. |
|
Search for a line in a file. |
|
Formats a string into a Nastran comment with wrapping. |
|
Creates a shell script for running a chain of Nastran (or other) runs. |
|
Read a single integer or Nastran-formatted floating point number |
|
Read Nastran cards (lines) into a matrix, dictionary, or list. |
|
Read CORD2* cards from a Nastran bulk file |
|
Read CSUPER entries |
|
Read DMIG entries from a Nastran punch (bulk) or output2 file. |
|
Read the 2nd record of specific DTIs from a .pch file. |
|
Read real eigenvalue tables from a Nastran F06 file. |
|
Read EXTRN entry from .pch file created by Nastran |
|
Read a GPWG table from a Nastran F06 file. |
|
Read Nastran GRID cards from a Nastran bulk file. |
|
Read RVDOF and RVDOF1 cards from a file. |
|
Read Nastran SECONCT cards from a Nastran bulk file. |
|
Read case control SET statements from a file. |
|
Read Nastran SPOINT cards from a Nastran bulk file. |
|
Read Nastran logical symbols from a file. |
|
Read Nastran TABLED1 or other identically formatted cards from a Nastran bulk file. |
|
Get bulk data from a sorted Nastran output file. |
|
Write CORD2* and GRID cards from a USET table |
|
Write a Nastran ASSIGN statement to a file. |
|
Write a Nastran card formatted in 16 fixed-field format. |
|
Write a Nastran card formatted in 16 fixed-field double-precision format. |
|
Write a Nastran card formatted in 8 fixed-field format. |
|
Write a Nastran CONM2 card to a file. |
|
Write Nastran CORD2* cards to a file |
|
Writes a Nastran CSUPER card to a file. |
|
Writes Nastran DMIG cards to a file. |
|
Writes a Nastran EXTRN card to a file. |
|
Write .op4, .asm, .pch files for an external SE. |
|
Writes Nastran GRID cards to a file. |
|
Write a Nastran INCLUDE statement to a file. |
|
Writes a Nastran MPC card to a file. |
|
Utility routine for the nastran 'wt*' routines. |
|
Writes Nastran QSET1 and CSET1 cards for GRID modal DOF for use in the DMAP "xtmatrix". |
|
Writes a Nastran RBE2 card to a file. |
|
Writes a Nastran RBE3 card to a file. |
|
Write Nastran RSPLINE card(s). |
|
Creates a smooth RSPLINE to connect two rings of grids |
|
Writes a Nastran SESET card to a file. |
|
Writes a Nastran case-control SET card to a file. |
|
Writes a Nastran SPC1 (or similar) card to a file. |
|
Writes Nastran SPOINT cards to a file. |
|
Write a Nastran TABDMP1 card to a file. |
|
Writes a Nastran TABLED1 (or similar) card to a file. |
|
Write a Nastran TLOAD1 card to a file. |
|
Write a Nastran TLOAD2 card to a file. |
|
Writes a Nastran BSET1, QSET1 (or similar) card to a file. |