compressibleInterFoam: Minor improvements to the VoFClouds and VoFSurfaceFilm fvModels

This commit is contained in:
Henry Weller
2021-05-26 08:45:14 +01:00
parent f8fc2fd029
commit 2a38355945
6 changed files with 6 additions and 20 deletions

View File

@ -100,12 +100,6 @@ void Foam::fv::VoFClouds::correct()
return; return;
} }
if (debug)
{
Info<< type() << ": " << name()
<< " - updating solid phase fraction" << endl;
}
clouds_.evolve(); clouds_.evolve();
curTimeIndex_ = mesh().time().timeIndex(); curTimeIndex_ = mesh().time().timeIndex();

View File

@ -93,12 +93,6 @@ void Foam::fv::VoFSurfaceFilm::correct()
return; return;
} }
if (debug)
{
Info<< type() << ": " << name()
<< " - updating solid phase fraction" << endl;
}
film_->evolve(); film_->evolve();
curTimeIndex_ = mesh().time().timeIndex(); curTimeIndex_ = mesh().time().timeIndex();

View File

@ -19,6 +19,8 @@ VoFClouds
{ {
type VoFClouds; type VoFClouds;
libs ("libVoFClouds.so");
phase liquid; phase liquid;
carrierPhase air; carrierPhase air;
} }
@ -27,6 +29,8 @@ VoFSurfaceFilm
{ {
type VoFSurfaceFilm; type VoFSurfaceFilm;
libs ("libVoFSurfaceFilm.so");
phase liquid; phase liquid;
} }

View File

@ -52,10 +52,4 @@ maxAlphaCo 1;
maxDeltaT 1; maxDeltaT 1;
libs
(
"libVoFClouds.so"
"libVoFSurfaceFilm.so"
);
// ************************************************************************* // // ************************************************************************* //

View File

@ -19,6 +19,8 @@ VoFSurfaceFilm
{ {
type VoFSurfaceFilm; type VoFSurfaceFilm;
libs ("libVoFSurfaceFilm.so");
phase liquid; phase liquid;
} }

View File

@ -52,6 +52,4 @@ maxAlphaCo 1;
maxDeltaT 1; maxDeltaT 1;
libs ("libVoFSurfaceFilm.so");
// ************************************************************************* // // ************************************************************************* //