We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
構造力学

構造力学

周波数応答解析にてDVALコマンドで位相を設定する方法

    • FAQFAQ
      Participant

      DVALコマンドでは、位相を直接設定することはできませんが、実部と虚部を設定することができます。 そのため、振幅と位相角から下記のように実部虚部に変換して与えれば、位相をずらすことが可能です。 pi=acos(-1) phi=90/180*pi _z_real(1,1,1) = -0.1*cos(phi),…. _z_imag(1,1,1) = -0.1*sin(phi),…. dval,1,u,%_z_real%,%_z_imag%