Fix tutorials: combustion/XiFoam/les/pitzDaily combustion/XiFoam/les/pitzDaily3D ompressible/rhoCentralFoam/LadenburgJet60psi: waveTransmissive boundary patch is missing inletOutlet and correctSupercritical keywords. Set them to off
This commit is contained in:
parent
795b919769
commit
89bd2f3b29
4 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,8 @@ boundaryField
|
||||||
gamma 1.3;
|
gamma 1.3;
|
||||||
fieldInf 1e5;
|
fieldInf 1e5;
|
||||||
lInf 0.3;
|
lInf 0.3;
|
||||||
|
inletOutlet off;
|
||||||
|
correctSupercritical off;
|
||||||
value uniform 1e5;
|
value uniform 1e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,8 @@ boundaryField
|
||||||
gamma 1.3;
|
gamma 1.3;
|
||||||
fieldInf 1e5;
|
fieldInf 1e5;
|
||||||
lInf 0.3;
|
lInf 0.3;
|
||||||
|
inletOutlet off;
|
||||||
|
correctSupercritical off;
|
||||||
value uniform 1e5;
|
value uniform 1e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,8 @@ boundaryField
|
||||||
fieldInf 101325;
|
fieldInf 101325;
|
||||||
gamma 1.4;
|
gamma 1.4;
|
||||||
lInf 0.025;
|
lInf 0.025;
|
||||||
|
inletOutlet off;
|
||||||
|
correctSupercritical off;
|
||||||
value uniform 101325;
|
value uniform 101325;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1239,6 +1239,8 @@ boundaryField
|
||||||
gamma 1.4;
|
gamma 1.4;
|
||||||
fieldInf 101325;
|
fieldInf 101325;
|
||||||
lInf 0.025;
|
lInf 0.025;
|
||||||
|
inletOutlet off;
|
||||||
|
correctSupercritical off;
|
||||||
value nonuniform List<scalar>
|
value nonuniform List<scalar>
|
||||||
20
|
20
|
||||||
(
|
(
|
||||||
|
|
Reference in a new issue