mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: mantis #1365: switched to using wall reflection to calculate wall normals, and added caching of the wall values
This commit is contained in:
@ -32,7 +32,6 @@ License
|
||||
#include "liftModel.H"
|
||||
#include "wallLubricationModel.H"
|
||||
#include "turbulentDispersionModel.H"
|
||||
#include "wallDist.H"
|
||||
#include "fvMatrix.H"
|
||||
#include "surfaceInterpolate.H"
|
||||
#include "MULES.H"
|
||||
@ -110,17 +109,6 @@ Foam::twoPhaseSystem::twoPhaseSystem
|
||||
),
|
||||
mesh,
|
||||
dimensionedScalar("dgdt", dimless/dimTime, 0)
|
||||
),
|
||||
|
||||
yWall_
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"yWall",
|
||||
mesh.time().timeName(),
|
||||
mesh
|
||||
),
|
||||
wallDist(mesh).y()
|
||||
)
|
||||
{
|
||||
phase2_.volScalarField::operator=(scalar(1) - phase1_);
|
||||
|
||||
Reference in New Issue
Block a user