Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
ポストプロセス

ポストプロセス

ベクトルやコンタ表示をする際、グリッド線を一緒に表示するTUIコマンド

    • FAQFAQ
      Participant

      FLUENT上で、ベクトルやコンタ表示と共にグリッドを表示する際に必要なTUIコマンドは /display set render-grid yes というコマンドとなります。 使用例を以下に示しましたので、ご参照ください。  ただし、;以降はコメント文となります。 例)wall1とwall2と共にz=1での速度コンターを表示するコマンド /display set-window 1;window1を開く /display set render-grid yes ;コンターまたはベクトル表示時にグリッドを表示 /display set grid-surfaces wall1 wall2() ;wall1とwall2のグリッドを表示 /display set contours surfaces z=1 () ;コンター表示したいサーフェス(z=1)を選択 /display contour velocity-magnitude 0 1 ;サーフェス(z=1)で速度コンターを表示(レンジ1~0)