mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Resolve merge conflict
This commit is contained in:
@ -3939,17 +3939,11 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::zonify
|
|||||||
Info<< "Setting cellZones according to named surfaces:" << endl;
|
Info<< "Setting cellZones according to named surfaces:" << endl;
|
||||||
forAll(namedSurfaces, i)
|
forAll(namedSurfaces, i)
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
const vectorField smallVec(ROOTSMALL*(end-start));
|
|
||||||
start -= smallVec;
|
|
||||||
end += smallVec;
|
|
||||||
=======
|
|
||||||
label surfI = namedSurfaces[i];
|
label surfI = namedSurfaces[i];
|
||||||
|
|
||||||
Info<< "Surface : " << surfaces_.names()[surfI] << nl
|
Info<< "Surface : " << surfaces_.names()[surfI] << nl
|
||||||
<< " faceZone : " << surfZones[surfI].faceZoneName() << nl
|
<< " faceZone : " << surfZones[surfI].faceZoneName() << nl
|
||||||
<< " cellZone : " << surfZones[surfI].cellZoneName() << endl;
|
<< " cellZone : " << surfZones[surfI].cellZoneName() << endl;
|
||||||
>>>>>>> ENH: snappyHexMesh: various improvements. See below or the default snappyHexMeshDict.
|
|
||||||
}
|
}
|
||||||
Info<< endl;
|
Info<< endl;
|
||||||
|
|
||||||
@ -4016,7 +4010,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::meshRefinement::zonify
|
|||||||
|
|
||||||
// Extend segments a bit
|
// Extend segments a bit
|
||||||
{
|
{
|
||||||
const vectorField smallVec(Foam::sqrt(SMALL)*(end-start));
|
const vectorField smallVec(ROOTSMALL*(end-start));
|
||||||
start -= smallVec;
|
start -= smallVec;
|
||||||
end += smallVec;
|
end += smallVec;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user