模块手册
以下是 C 程序 grt 的模块手册,包含模块各个选项的使用说明以及示例。
动态解
全波解 (波数积分, Wavenumber Integration)
面波解 (模态叠加, Modal Summation)
flowchart LR
VV(["eigenv"])
FN(["eigenfn"])
MS(["modsum"])
SS(["syn"])
EE(["strain"])
RR(["rotation"])
TT(["stress"])
VV --> FN
VV --> MS
MS --> SS
SS --> EE
SS --> RR
SS --> TT
classDef cmdcls1 fill:#A1E3F9,stroke:#006BFF,stroke-width:2px,color:#333;
classDef cmdcls2 fill:#f9f2d9,stroke:#e8d174,stroke-width:2px,color:#333;
class VV,FN,MS cmdcls1
class SS,EE,RR,TT cmdcls2
静态解
flowchart LR
GG(["static_greenfn"])
SS(["static_syn"])
EE(["static_strain"])
RR(["static_rotation"])
TT(["static_stress"])
GG --> SS
SS --> EE
SS --> RR
SS --> TT
classDef cmdcls fill:#FBE8CE,stroke:#BFA28C,stroke-width:2px,color:#333;
class GG,SS,EE,RR,TT cmdcls
辅助模块