Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 MSC Nastran 进行了颤振分析,我想提取广义空气动力学矩阵,即 .f06 输出文件中的 Qhh。
我有点成功,但如图所示,数字包括'D',而不是'E',这对我来说很新。
Nastran 输出 .f06 文件的一部分
有谁知道这个数字中的“D”代表什么?
谢谢。
E = 指数符号(单精度)
D = 双精度
这是将实数存储在内存中的两种方法。
双精度数通常具有至少两倍的有效小数位数。
你可以在这里阅读更多:fortran_datatype