ENH: meshRefinement.C: no need to dump cell centres anymore with ParaFoam handling polys
This commit is contained in:
parent
15911a90c0
commit
ccb510e6ff
@ -2216,28 +2216,6 @@ void Foam::meshRefinement::dumpRefinementLevel() const
|
||||
|
||||
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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user