We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
流体全般

流体全般

Monte Carlo輻射モデルを使用している場合にUDFでIncident Radiationを取得するマクロは何ですか?

    • FAQFAQ
      Participant

      輻射モデルにMonte Carloモデルを使用している場合に、UDFで各セルのIncident Radiationにアクセスするマクロを以下にご紹介いたします。 C_MC_I(c,t,nb) ※nbは灰色モデルの場合は0、非灰色モデルの場合はバンドごとのインデックスです。 ※このデータアクセスマクロはカスタマイズマニュアルには記載がございません。 なお、このデータアクセスマクロは1 [sr]あたりの値のため、4π [sr]を掛けるとRadiationカテゴリのIncident Radiationと等しくなります。 例:セルのIncident RadiationをUDMに保存する場合 C_UDMI(c,t,0) = 4*M_PI*C_MC_I(c,t,0);