mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updating overPimpleDyMFoam solver
This commit is contained in:
@ -335,9 +335,10 @@ void Foam::dynamicOversetFvMesh::addInterpolation(fvMatrix<Type>& m) const
|
||||
lower[facei] = 0.0;
|
||||
}
|
||||
|
||||
// For safety we make zero the HOLES
|
||||
const scalar normalisation = V()[celli];
|
||||
diag[celli] = normalisation;
|
||||
source[celli] = normalisation*m.psi()[celli];
|
||||
source[celli] = pTraits<Type>::zero;//normalisation*m.psi()[celli];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user