0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OpenFOAM 9 チュートリアルケースの動作確認 : 非圧縮性流体、icoFoam、天井駆動のキャビティ流れ(勾配メッシュ)

Last updated at Posted at 2021-07-24

ケース

$FOAM_TUTORIALS/incompressible/icoFoam/cavity/cavityGrade

概要

天井駆動のキャビティ流れを、壁に向かって勾配を付けた 20×20 セルのメッシュで計算します。詳細メッシュ (cavityFine) での計算結果を初期条件として、勾配付けされたメッシュに適用します。

解析モデル

解析モデルを下図に示します。
figModel.png

解析条件

解析条件を下表に示します。

項目1 項目2 項目3 単位 設定内容
system blockMeshDict 解析モデルサイズ x m 0.1
解析モデルサイズ y m 0.1
解析モデル分割数 nx - 20
解析モデル分割数 ny - 20
controlDict 開始時刻 sec 0.7
終了時刻 sec 0.8
$\Delta$ t sec 0.005
constant transportProperties 動粘性係数 $\nu$ m2/s 0.01

解析結果

計算終了時 (0.8 sec) の圧力分布を下図に示します。
figPressure.png
計算終了時 (0.8 sec) の速度ベクトルプロットを下図に示します。
figGlyph.png
計算終了時 (0.8 sec) の流線を下図に示します。
figStreamLine.png

実行コマンド

前処理 (Pre-processing)
run
cp -r $FOAM_TUTORIALS/incompressible/icoFoam/cavity/cavityGrade .
cd cavityGrade
メッシュ作成
blockMesh
データマッピング
mapFields ../cavityFine -consistent
アプリケーションの実行
icoFoam
後処理 (Post-processing)
paraFoam

計算時間

0.03 (sec), シングル, AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx

参照

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?