mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fix typos in tutorial initial conditions.
This commit is contained in:
@ -33,13 +33,13 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type flowRateInletVelocity;
|
type flowRateInletVelocity;
|
||||||
flowRate 0.00379;
|
flowRate 0.00379;
|
||||||
value uniform (-0 10.82857143 -0);
|
value uniform (0 10.82857143 0);
|
||||||
}
|
}
|
||||||
inletSides
|
inletSides
|
||||||
{
|
{
|
||||||
type flowRateInletVelocity;
|
type flowRateInletVelocity;
|
||||||
flowRate 0.00832;
|
flowRate 0.00832;
|
||||||
value uniform (-0 11.88571429 -0);
|
value uniform (0 11.88571429 0);
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -41,7 +41,7 @@ boundaryField
|
|||||||
type compressible::turbulentMixingLengthFrequencyInlet;
|
type compressible::turbulentMixingLengthFrequencyInlet;
|
||||||
mixingLength 0.007;
|
mixingLength 0.007;
|
||||||
k k;
|
k k;
|
||||||
value uniform 4.5-3;
|
value uniform 4.5e-3;
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user