STYLE: wrong permissions on some tutorial files

This commit is contained in:
Mark Olesen
2016-06-30 15:39:38 +02:00
parent bde2fb728f
commit eb6cf446fc
3 changed files with 6 additions and 6 deletions

View File

@ -24,14 +24,14 @@ boundaryField
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform 300; value $internalField;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 300; inletValue $internalField;
value uniform 300; value $internalField;
} }
frontAndBack frontAndBack

View File

@ -24,13 +24,13 @@ boundaryField
inlet inlet
{ {
type zeroGradient; // pressureInletVelocity; type zeroGradient; // pressureInletVelocity;
value uniform (0 0 0); value $internalField;
} }
outlet outlet
{ {
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
value uniform (0 0 0); value $internalField;
} }
frontAndBack frontAndBack

View File

@ -41,7 +41,7 @@ boundaryField
gamma 1.4; gamma 1.4;
fieldInf 101325; fieldInf 101325;
lInf 2.25; lInf 2.25;
value uniform 101325; value $internalField;
} }
frontAndBack frontAndBack