ChtMultiRegionFoam:multiRegionHeater

提供:オープンCAEWiki OpenCAE Wiki
ナビゲーションに移動 検索に移動
基本情報
Solver chtMultiRegionFoam
Case multiRegionHeater (/tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater)
Version 2.2.x
Kerword 非定常,熱移送,流体-固体熱連成,マルチリージョン
変数 流体領域

U [m/s], p [kg/m・s^2], p_rgh [kg/m・s^2], T [K] 固体領域 T [K]

定数 流体:thermophysicalProperties
mixture{
specie
{
    nMoles          1;//モル数
    molWeight       28.9;//分子量[g/mol]
}
thermodynamics
{
    Cp              1000;//比熱[m^2/s^2/K]
    Hf              0;//融解熱
}
transport
{
    mu              1.8e-05;//粘性係数[kg/m/s]
    Pr              0.7;//プラントル数
}}

乱流モデル:laminar

固体:solidThermophysicalProperties

thermoType constSolidThermo;
constSolidThermoCoeffs
{
//- thermo properties
rho rho [1 -3  0  0 0 0 0] 8000;//密度[kg/m^3]
Cp  Cp  [0  2 -2 -1 0 0 0] 450;//比熱[m^2/s^2/K]
K   K   [1  1 -3 -1 0 0 0] 80;//熱伝導率[W/m/K]
}
基礎方程式
コメント 流体による熱移動,固体による熱伝導および流体・固体間の熱伝達を解く.

chtMultiRegionSimpleFoam(SIMPLE法)の非定常版(PIMPLE法). 上部流体領域は空気が流速0.1m/sで流入し,下部流体領域は空気が対流する.固体領域(heater)の底面に熱源(500K)が設定されている.

解析領域はchtMultiRegionSimpleFoam:流体-固体熱連成解析(定常)を参照.

Temp.0010.png

温度分布

Vec1.0010.png

上部流体領域(空気)速度ベクトル

Vec2.0010.png

下部流体領域(空気)速度ベクトル


実行コマンド chtMultiRegionFoam

/??????$ blockMesh
/??????$ ******Foam


一覧へ戻る