fix twoSpheresGlowinskiMPI case for OpneFOAM 4.0

This commit is contained in:
danielque
2016-12-13 17:02:57 +01:00
parent 15b3f7016d
commit 43f78101a2
4 changed files with 4 additions and 29 deletions

View File

@ -1,25 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object RASProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
RASModel laminar;//kEpsilon;
turbulence on;
printCoeffs on;
// ************************************************************************* //

View File

@ -62,7 +62,7 @@ momCoupleModels
(
);
turbulenceModelType RASProperties;//LESProperties; //
turbulenceModelType "turbulenceProperties";
//===========================================================================//
// sub-model properties

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RASModel;
simulationType laminar;
// ************************************************************************* //

View File

@ -56,7 +56,7 @@ maxDeltaT 1;
functions
(
{
probes
{
type probes;
@ -76,6 +76,6 @@ functions
outputControl timeStep;//outputTime;
outputInterval 1;
}
);
};
// ************************************************************************* //