Skip to content
Snippets Groups Projects
Commit 73207dfc authored by sergio's avatar sergio
Browse files

BUG: Fixing cloud constructor for MPPICInterFoam

parent 6d6c2047
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\\ / A nd | www.openfoam.com \\ / A nd | www.openfoam.com
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Copyright (C) 2016 OpenCFD Ltd. Copyright (C) 2016-2020 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
...@@ -52,7 +52,7 @@ Description ...@@ -52,7 +52,7 @@ Description
#include "CorrectPhi.H" #include "CorrectPhi.H"
#include "fvcSmooth.H" #include "fvcSmooth.H"
#include "basicKinematicMPPICCloud.H" #include "basicKinematicCloud.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
...@@ -147,7 +147,7 @@ volScalarField alphacRho(alphac*rho); ...@@ -147,7 +147,7 @@ volScalarField alphacRho(alphac*rho);
alphacRho.oldTime(); alphacRho.oldTime();
Info<< "Constructing kinematicCloud " << endl; Info<< "Constructing kinematicCloud " << endl;
basicKinematicMPPICCloud kinematicCloud basicKinematicCloud kinematicCloud
( (
"kinematicCloud", "kinematicCloud",
rho, rho,
......
...@@ -43,7 +43,7 @@ solution ...@@ -43,7 +43,7 @@ solution
{ {
schemes schemes
{ {
U semiImplicit 0.8; U semiImplicit 1;
} }
} }
} }
...@@ -133,7 +133,7 @@ subModels ...@@ -133,7 +133,7 @@ subModels
surfaceFilmModel none; surfaceFilmModel none;
packingModel implicit; packingModel explicit;
explicitCoeffs explicitCoeffs
{ {
...@@ -168,7 +168,7 @@ subModels ...@@ -168,7 +168,7 @@ subModels
} }
} }
dampingModel relaxation; dampingModel none;
relaxationCoeffs relaxationCoeffs
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment