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:
Martin Beaudoin 2010-10-09 18:48:00 -04:00
parent 89bd2f3b29
commit ecfb595554
4 changed files with 8 additions and 0 deletions

View file

@ -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;
} }

View file

@ -36,6 +36,8 @@ boundaryField
gamma 1.4; gamma 1.4;
fieldInf 1; fieldInf 1;
lInf 3; lInf 3;
inletOutlet off;
correctSupercritical off;
value uniform 1; value uniform 1;
} }

View file

@ -35,6 +35,8 @@ boundaryField
gamma 1.3; gamma 1.3;
fieldInf 100000; fieldInf 100000;
lInf 1; lInf 1;
inletOutlet off;
correctSupercritical off;
value uniform 100000; value uniform 100000;
} }

View file

@ -36,6 +36,8 @@ boundaryField
gamma 1.3; gamma 1.3;
fieldInf 100000; fieldInf 100000;
lInf 1; lInf 1;
inletOutlet off;
correctSupercritical off;
value uniform 100000; value uniform 100000;
} }