SteadyCompressibleMRFFoam : 平板動静翼の定常回転流れ場

2018年2月11日 (日) 09:55時点におけるMmer547 (トーク | 投稿記録)による版 (ページの作成:「{| class="wikitable" |+基本情報 |Solver||steadyCompressibleMRFFoam |- |Case|| simpleRotorStator (/tutorials/compressible/steadyCompressibleMRFFoam/simpleRotorStator)...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
基本情報
Solver steadyCompressibleMRFFoam
Case simpleRotorStator (/tutorials/compressible/steadyCompressibleMRFFoam/simpleRotorStator)
Version foam-extend 4.0
Kerword 圧縮性, 定常, 熱移動, 回転, MRF(マルチフレーム)
変数 T [0 0 0 1 0 0 0]

alphat [1 -1 -1 0 0 0 0]

epsilon [0 2 -3 0 0 0 0]

k [0 2 -2 0 0 0 0]

mut [1 -1 -1 0 0 0 0]

p [1 -1 -2 0 0 0 0]

定数 流体特性(constant/thermophysicalProperties)
                   name, nMoles, mol, weight, Cp, Hf, mu, Pr
   mixture air                 1    28.9   1007 0 1.48e-5 0.7

乱流モデル(constant/RASProperties)

       RASModel kEpsilon

回転条件(constant/MRFZones)

    rotor
    {
           nonRotatingPatches ();
           origin    origin[0 1 0 0 0 0 0]    (0 0 0);
           axis     axis  [0 0 0 0 0 0 0]    (1 0 0);
           omega   omega[0 0 -1 0 0 0 0]   2094.395; // 20k rpm, Utip = 100 m/s
     }
基礎方程式
コメント 300[K]の流体が inlet から100[m/s] で流入する.

動翼は inlet から見て時計回りに20000 [回転/分]で回転している. 流体の温度も解く.物性値の解説は下記がとてもわかりやすい. http://www.geocities.jp/penguinitis2002/study/OpenFOAM/material_settings.html

回転機械について,下記がとても分かりやすい. https://www.slideshare.net/fumiyanozaki96/cfd-for-rotating-machinery-using-openfoam


実行コマンド steadyCompressibleMRFFoam

/simpleRotorStator$ blockMesh
/simpleRotorStator$ steadyCompressibleMRFFoam


一覧へ戻る