mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: wrong permissions on some tutorial files
This commit is contained in:
6
tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/T
Executable file → Normal file
6
tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/T
Executable file → Normal 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
|
||||||
|
|||||||
4
tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/U
Executable file → Normal file
4
tutorials/compressible/rhoPimpleFoam/laminar/sineWaveDamping/0/U
Executable file → Normal 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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user