Fix tutorials: fix all remaining tutorials using waveTransmissive and missing the inletOutlet and correctSupercritical parameters. Setting them to off. Tutorial experts will know better.
This commit is contained in:
parent
89bd2f3b29
commit
ecfb595554
4 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,8 @@ boundaryField
|
|||
gamma 1.3;
|
||||
fieldInf 1e5;
|
||||
lInf 0.3;
|
||||
inletOutlet off;
|
||||
correctSupercritical off;
|
||||
value uniform 1e5;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,6 +36,8 @@ boundaryField
|
|||
gamma 1.4;
|
||||
fieldInf 1;
|
||||
lInf 3;
|
||||
inletOutlet off;
|
||||
correctSupercritical off;
|
||||
value uniform 1;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,6 +35,8 @@ boundaryField
|
|||
gamma 1.3;
|
||||
fieldInf 100000;
|
||||
lInf 1;
|
||||
inletOutlet off;
|
||||
correctSupercritical off;
|
||||
value uniform 100000;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,6 +36,8 @@ boundaryField
|
|||
gamma 1.3;
|
||||
fieldInf 100000;
|
||||
lInf 1;
|
||||
inletOutlet off;
|
||||
correctSupercritical off;
|
||||
value uniform 100000;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue