「境界条件」の版間の差分

提供:オープンCAEWiki OpenCAE Wiki
ナビゲーションに移動 検索に移動
1行目: 1行目:
*固定値で指定
<math>ϕ_{f}=ϕ_{ref}</math>
<math>ϕ_{f}</math> = 面の値
<math>ϕ_{ref}</math> = 参照値
inlet
{
    type        fixedValue;
    value      (1 0 0);
}
*体積流量
*体積流量



2018年1月23日 (火) 12:44時点における版

  • 固定値で指定

[math]\displaystyle{ ϕ_{f}=ϕ_{ref} }[/math]

[math]\displaystyle{ ϕ_{f} }[/math] = 面の値 [math]\displaystyle{ ϕ_{ref} }[/math] = 参照値

inlet {

   type        fixedValue;
   value       (1 0 0);

}

  • 体積流量
inlet
{
   type                flowRateInletVelocity;
   volumetricFlowRate  1.0E-5;
   value               (0 0 0);
}
  • 質量流量
inlet
{
    type                flowRateInletVelocity;
    massFlowRate        1.0E-5;
    value               (0 0 0);
}