1. 首页
  2. 数据库
  3. 其它
  4. NastranResults.jl:Nastran OP4和PCH加载程序 源码

NastranResults.jl:Nastran OP4和PCH加载程序 源码

上传者: 2021-03-22 13:13:19上传 ZIP文件 11.44KB 热度 6次
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
用户评论