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.
ANSYS製品

ANSYS製品

FluentのInletにおける圧力の式

    • t.fujihara
      Subscriber

      Fluentの境界条件にて、入口圧力タイプのInletの「ゲージ全圧」の欄に圧力の式を指定したいと考えています。

       

      例えば初期圧5MPa、昇圧率2MPa/minで10MPaに達したらそれ以降は10MPa保持という風に設定したい場合、

      IF(P>=10[MPa],10[MPa],5[MPa]+2[MPa/min]*t)のように設定したいのですが、可能ですか?

    • Essence
      Ansys Employee

      Hello,

      Is it okay to correspond in English?

      Yes, you can do it using the expressions. But please convert the MPa/min to MPa/second.

    • t.fujihara
      Subscriber

      リアクションありがとうございます。

      英語でも構いません。

       

      上記を設定する際、一番左の項である「P>=10[MPa]」の部分をexpressionsにどのように書けばいいのかわかりません。

      教えていただけないでしょうか?

    • Essence
      Ansys Employee

      Here is the expression:

      IF(StaticPressure >= 10 [MPa], 10 [MPa], 0.03334 [MPa/s]*t)

      where P can be StaticPressure or TotalPressure and is in seconds.

    • t.fujihara
      Subscriber

      ありがとうございます!

      解決しました。

    • Essence
      Ansys Employee

      You are welcome!

Viewing 5 reply threads
  • このトピックに返信するには、ログインする必要があります。