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、天井駆動のキャビティ流れ(ケース形状の変更)

Posted at

ケース

$FOAM_TUTORIALS/incompressible/icoFoam/cavity/cavityClipped

概要

天井駆動のキャビティ流れ (cavity) を、底部右側、長さ 0.04 m の正方形を除いたメッシュで計算します。元となる cavity で movingWall であった天井壁は、lid という名前に変更されていますが、データマッピングを行うことができます。

解析モデル

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

解析条件

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

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

解析結果

計算開始時 (0.5 sec, データマッピング時) の速度ベクトルプロットを下図に示します。
figGlyphMapped.png
計算終了時 (0.6 sec) の速度ベクトルプロットを下図に示します。
figGlyphEnd.png

実行コマンド

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

計算時間

0.02 (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?