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.
流体全般

流体全般

特定のドメインだけタイムスケールを変更する方法

    • FAQFAQ
      Participant

      CFXは一部のドメインや方程式に対してタイムスケールを変更することができます。ここでは、特定のドメインのタイムスケールを変更する方法をご紹介します。 以下のようなcclファイルを用意します。このCCLではFlow Analysis 1に含まれるドメインR1に対してPhysical Timescaleを指定しています。 FLOW: Flow Analysis 1 DOMAIN: R1 SOLVER CONTROL: CONVERGENCE CONTROL: Physical Timescale = 0.001 [s] Timescale Control = Physical Timescale END END END END cfx5solveコマンドで計算を実行する時に、オプション「-ccl cclファイル名」を使って読み込ませます。 計算を実行すると、以下のようにoutファイル内で、R1ドメインの各方程式のタイムスケールが0.001sに変更されていることが確認できます。(CFX-Preでは0.002sを指定してあります。) ====================================================================== | Timescale Information | ———————————————————————- | Equation | Type | Timescale | +———————-+———————–+———————+ | U-Mom-R1 | Physical Timescale | 1.00000E-03 | | V-Mom-R1 | Physical Timescale | 1.00000E-03 | | W-Mom-R1 | Physical Timescale | 1.00000E-03 | | P-Mass-R1 | Physical Timescale | 1.00000E-03 | | U-Mom-S1 | Physical Timescale | 2.00000E-03 | | V-Mom-S1 | Physical Timescale | 2.00000E-03 | | W-Mom-S1 | Physical Timescale | 2.00000E-03 | | P-Mass-S1 | Physical Timescale | 2.00000E-03 | +———————-+———————–+———————+ | H-Energy-R1 | Physical Timescale | 1.00000E-03 | | H-Energy-S1 | Physical Timescale | 2.00000E-03 | +———————-+———————–+———————+ | K-TurbKE-R1 | Physical Timescale | 1.00000E-03 | | E-Diss.K-R1 | Physical Timescale | 1.00000E-03 | | K-TurbKE-S1 | Physical Timescale | 2.00000E-03 | | E-Diss.K-S1 | Physical Timescale | 2.00000E-03 | +———————-+———————–+———————+