mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
referenced non-existing fvMesh instead of polyMesh
This commit is contained in:
@ -75,7 +75,7 @@ void Foam::Particle<ParticleType>::findFaces
|
|||||||
DynamicList<label>& faceList
|
DynamicList<label>& faceList
|
||||||
) const
|
) const
|
||||||
{
|
{
|
||||||
const polyMesh& mesh = cloud_.mesh();
|
const polyMesh& mesh = cloud_.pMesh();
|
||||||
const labelList& faces = mesh.cells()[celli];
|
const labelList& faces = mesh.cells()[celli];
|
||||||
const vector& C = mesh.cellCentres()[celli];
|
const vector& C = mesh.cellCentres()[celli];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user