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
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 300;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform 300;
|
||||
value uniform 300;
|
||||
inletValue $internalField;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
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
|
||||
{
|
||||
type zeroGradient; // pressureInletVelocity;
|
||||
value uniform (0 0 0);
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
outlet
|
||||
{
|
||||
type pressureInletOutletVelocity;
|
||||
value uniform (0 0 0);
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
@ -41,7 +41,7 @@ boundaryField
|
||||
gamma 1.4;
|
||||
fieldInf 101325;
|
||||
lInf 2.25;
|
||||
value uniform 101325;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
Reference in New Issue
Block a user