v1706
U
- 固定値で指定
[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); }
p
- Total pressureによる入力
- 非圧縮
outlet {
type totalPressure; rho none; p0 uniform 0; value uniform 0;
// Optional entries U U; phi phi;
}
k
- 乱れ強度による入力
inlet {
type turbulentIntensityKineticEnergyInlet; intensity 0.05; value 1;
}
epsilon
- 混合長による入力
inlet {
type turbulentMixingLengthDissipationRateInlet; mixingLength 1; value 0.005;
}
omega
- 混合長による入力
inlet {
type turbulentMixingLengthFrequencyInlet; mixingLength 0.005; value 1;
}