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: EQUATION CLASS: energy CONVERGENCE CONTROL: Physical Timescale = 0.001 [s] Timescale Control = Physical Timescale END END END END END cfx5solveコマンドで計算を実行する時に、オプション「-ccl cclファイル名」を使って読み込ませます。 計算を実行すると、以下のようにoutファイル内で、R1ドメインのEnergy方程式のタイムスケールが0.001sに変更されていることが確認できます。(CFX-Preでは0.002sを指定してあります。) ====================================================================== | Timescale Information | ———————————————————————- | Equation | Type | Timescale | +———————-+———————–+———————+ | U-Mom-R1 | Physical Timescale | 2.00000E-03 | | V-Mom-R1 | Physical Timescale | 2.00000E-03 | | W-Mom-R1 | Physical Timescale | 2.00000E-03 | | P-Mass-R1 | Physical Timescale | 2.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 | 2.00000E-03 | | E-Diss.K-R1 | Physical Timescale | 2.00000E-03 | | K-TurbKE-S1 | Physical Timescale | 2.00000E-03 | | E-Diss.K-S1 | Physical Timescale | 2.00000E-03 | +———————-+———————–+———————+ 指定できる方程式はいくつかあります。詳細はCFXのインストールフォルダにあるRULESファイルのOBJECT: EQUATION CLASSに書かれております。代表的なものを上げると、momentum, continuity, energy, mf(質量分率), vf(体積分率)などが指定できます。