737
回編集
(→p) |
|||
10行目: | 10行目: | ||
<math>ϕ_{ref}</math> = 参照値 | <math>ϕ_{ref}</math> = 参照値 | ||
inlet | inlet | ||
{ | { | ||
type fixedValue; | type fixedValue; | ||
value (1 0 0); | value (1 0 0); | ||
} | } | ||
*体積流量 | *体積流量 | ||
27行目: | 27行目: | ||
*質量流量 | *質量流量 | ||
inlet | |||
{ | |||
type flowRateInletVelocity; | type flowRateInletVelocity; | ||
massFlowRate 1.0E-5; | massFlowRate 1.0E-5; | ||
value (0 0 0); | value (0 0 0); | ||
} | |||
===p=== | ===p=== | ||
40行目: | 40行目: | ||
**非圧縮 | **非圧縮 | ||
outlet | outlet | ||
{ | { | ||
type totalPressure; | type totalPressure; | ||
rho none; | rho none; | ||
p0 uniform 0; | p0 uniform 0; | ||
value uniform 0; | value uniform 0; | ||
} | } | ||
===k=== | ===k=== | ||
52行目: | 52行目: | ||
*乱れ強度による入力 | *乱れ強度による入力 | ||
inlet | inlet | ||
{ | { | ||
type turbulentIntensityKineticEnergyInlet; | type turbulentIntensityKineticEnergyInlet; | ||
intensity 0.05; | intensity 0.05; | ||
value 1; | value 1; | ||
} | } | ||
===epsilon=== | ===epsilon=== | ||
63行目: | 63行目: | ||
*混合長による入力 | *混合長による入力 | ||
inlet | inlet | ||
{ | { | ||
type turbulentMixingLengthDissipationRateInlet; | type turbulentMixingLengthDissipationRateInlet; | ||
mixingLength 1; | mixingLength 1; | ||
value 0.005; | value 0.005; | ||
} | } | ||
===omega=== | ===omega=== | ||