NastranResults.jl:Nastran OP4和PCH加载程序 源码
Nastran结果 将MSC Nastran OP4,PCH和HDF5结果加载到Julia中。 安装 要安装,请输入Julia REPL julia > ] pkg > add https : // github . com / mgcth / NastranResults . jl . git 文献资料 仅支持输出数据加载。 目前支持: OP4(OUTPUT4): 支持真正的双精度二进制稀疏非BIGMAT和BIGMAT矩阵 PCH(PUNCH,SORT2): SOL103,实数值模态数据,单精度 SOL108 / 111复数频率响应数据,单精度 用法 使用例 julia > using NastranResults # find matrices in file, output vector of strings julia > mnames = readop4 ( " filen
文件列表
NastranResults_jl-master.zip
(预估有个14文件)
NastranResults.jl-master
Project.toml
365B
.gitignore
1001B
src
op4.jl
5KB
pch.jl
9KB
NastranResults.jl
232B
hdf5.jl
183B
misc.jl
486B
LICENSE
1KB
暂无评论