mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: meshRefinement.C: no need to dump cell centres anymore with ParaFoam handling polys
This commit is contained in:
@ -2216,28 +2216,6 @@ void Foam::meshRefinement::dumpRefinementLevel() const
|
|||||||
|
|
||||||
pointRefLevel.write();
|
pointRefLevel.write();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dump cell centres
|
|
||||||
{
|
|
||||||
for (direction i=0; i<vector::nComponents; i++)
|
|
||||||
{
|
|
||||||
volScalarField cci
|
|
||||||
(
|
|
||||||
IOobject
|
|
||||||
(
|
|
||||||
"cc" + word(vector::componentNames[i]),
|
|
||||||
mesh_.time().timeName(),
|
|
||||||
mesh_,
|
|
||||||
IOobject::NO_READ,
|
|
||||||
IOobject::NO_WRITE,
|
|
||||||
false
|
|
||||||
),
|
|
||||||
mesh_.C().component(i)
|
|
||||||
);
|
|
||||||
|
|
||||||
cci.write();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user