Merge branch 'HrvojeJasak'
This commit is contained in:
commit
760b448060
3 changed files with 5 additions and 13 deletions
|
@ -138,7 +138,7 @@ void Foam::dsmcFields::write()
|
|||
iDofMeanName
|
||||
);
|
||||
|
||||
volVectorField fDMean = obr_.lookupObject<volVectorField>
|
||||
const volVectorField& fDMean = obr_.lookupObject<volVectorField>
|
||||
(
|
||||
fDMeanName
|
||||
);
|
||||
|
|
|
@ -2,16 +2,8 @@
|
|||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
# Simple temporary bypass for Martin's laptop...
|
||||
# Otherwise, this tutorial will generate junk for 10 whole minutes
|
||||
# MB
|
||||
# Oct 12, 2010
|
||||
#
|
||||
if [ `hostname` == "pollux.local" ]
|
||||
then
|
||||
echo "This tutorial is not working on my Macbook Pro laptop. Need to get back later to this one. Martin Beaudoin, Oct 12 2010"
|
||||
exit -1;
|
||||
fi
|
||||
echo "This tutorial fails in octree search: blame Mattijs Janssens (HJ). Martin Beaudoin, Oct 12 2010"
|
||||
exit 0;
|
||||
|
||||
# Get application name
|
||||
application=`getApplication`
|
||||
|
|
|
@ -29,8 +29,8 @@ divSchemes
|
|||
default none;
|
||||
div(phiv,rho) Gauss limitedLinear 0.2;
|
||||
div(phi,U) Gauss limitedLinearV 0.2;
|
||||
div(phiv,omega) Gauss limitedLinear 0.2;
|
||||
div(phiv,k) Gauss limitedLinear 0.2;
|
||||
div(phiv,omega) Gauss upwind;
|
||||
div(phiv,k) Gauss upwind;
|
||||
}
|
||||
|
||||
gradSchemes
|
||||
|
|
Reference in a new issue