CfdemSolverPiso tutorial adapted to OF 4.x.

This commit is contained in:
Thomas Lichtenegger
2016-07-20 14:53:48 +02:00
parent 4b31e2f36f
commit 9b3ed8eda6
5 changed files with 4 additions and 49 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;
turbulence off;
printCoeffs on;
// ************************************************************************* //

View File

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

View File

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

View File

@ -49,10 +49,9 @@ adjustTimeStep no;
maxCo 0.1;
//libs ( "libgroovyBC.so" "libfiniteVolumeCFDEM.so");
functions
(
{
probes
{
@ -94,24 +93,5 @@ functions
outputInterval 1;
}
/*pressureDrop
{
type patchAverage;
functionObjectLibs
(
"libsimpleFunctionObjects.so"
);
verbose true;
patches
(
inlet
outlet
);
fields
(
p
);
factor 1;
}*/
);
};
// ************************************************************************* //

0
tutorials/cfdemSolverPiso/ErgunTestMPI/parCFDDEMrun.sh Normal file → Executable file
View File