parser of NASTRAN punch files.
- Module currently support the following outputs:
solution sequences: SOL101, SOL111
requests: MPCF, SPCF, ACCELERATION, DISPLACEMENTS, FORCE (only for CBUSH and CELAS2)
sorting: SORT1 and SORT2
representation for frequency response: real/imaginary and magnitude/phase
Example:
import nastran_pch_reader
parser = nastran_pch_reader.PchParser('test-data/sol101.pch')
# summary of the forces at the elements
for element in [3000, 3001]:
print('Element force at %d' % element)
for subcase in parser.get_subcases():
forces = parser.get_forces(subcase)
fx, fy, fz, mx, my, mz = forces[element]
print('\t subcase',subcase, '=>', (fx, fy, fz))
Release files for nastran_pch_reader 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nastran_pch_reader-1.0.2.zip | 6.5 kB | Details |
Release files / nastran_pch_reader-1.0.2.zip
| Download URL | nastran_pch_reader-1.0.2.zip |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7b6c5f12c70e05ff181a3508a20e61d4ec3925b6216ef9f9e3f7525a3e6ddf87
|
|
BLAKE2b-256 checksum How to use checksums |
19c9d373f79cea04576be1d383dcb181f1b9edaef3e30e6cec33d0103cf937ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |