mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fix merge issues
This commit is contained in:
@ -571,7 +571,6 @@ void Foam::conformalVoronoiMesh::createExternalEdgePointGroup
|
|||||||
Pstream::myProcNo()
|
Pstream::myProcNo()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -706,7 +705,6 @@ void Foam::conformalVoronoiMesh::createInternalEdgePointGroup
|
|||||||
Pstream::myProcNo()
|
Pstream::myProcNo()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
);
|
|
||||||
|
|
||||||
if (nAddPoints == 1)
|
if (nAddPoints == 1)
|
||||||
{
|
{
|
||||||
@ -848,7 +846,6 @@ void Foam::conformalVoronoiMesh::createMultipleEdgePointGroup
|
|||||||
const labelList& edNormalIs = feMesh.edgeNormals()[edHit.index()];
|
const labelList& edNormalIs = feMesh.edgeNormals()[edHit.index()];
|
||||||
|
|
||||||
Info<< edNormalIs.size() << endl;
|
Info<< edNormalIs.size() << endl;
|
||||||
Info<< feMesh.edgeBaffles(edHit.index()) << endl;
|
|
||||||
|
|
||||||
// As this is a flat edge, there are two normals by definition
|
// As this is a flat edge, there are two normals by definition
|
||||||
const vector& nA = feNormals[edNormalIs[0]];
|
const vector& nA = feNormals[edNormalIs[0]];
|
||||||
|
|||||||
@ -430,7 +430,6 @@ inline void Foam::conformalVoronoiMesh::createBafflePointPair
|
|||||||
Pstream::myProcNo()
|
Pstream::myProcNo()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -644,7 +644,6 @@ Foam::autoPtr<Foam::fvMesh> Foam::conformalVoronoiMesh::createDummyMesh
|
|||||||
0, //patchStarts[p],
|
0, //patchStarts[p],
|
||||||
patchI,
|
patchI,
|
||||||
mesh.boundaryMesh(),
|
mesh.boundaryMesh(),
|
||||||
mesh.comm(),
|
|
||||||
readLabel(patchDicts[patchI].lookup("myProcNo")),
|
readLabel(patchDicts[patchI].lookup("myProcNo")),
|
||||||
readLabel(patchDicts[patchI].lookup("neighbProcNo")),
|
readLabel(patchDicts[patchI].lookup("neighbProcNo")),
|
||||||
coupledPolyPatch::COINCIDENTFULLMATCH
|
coupledPolyPatch::COINCIDENTFULLMATCH
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
export WM_PROJECT=OpenFOAM
|
export WM_PROJECT=OpenFOAM
|
||||||
export WM_PROJECT_VERSION=dev
|
export WM_PROJECT_VERSION=dev-cvMesh-foghorn
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# USER EDITABLE PART: Changes made here may be lost with the next upgrade
|
# USER EDITABLE PART: Changes made here may be lost with the next upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user