mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: Updated dependent code following latest set of integrations
This commit is contained in:
@ -451,6 +451,8 @@ int main(int argc, char *argv[])
|
||||
fileOperations::collatedFileOperation::maxThreadFileBufferSize;
|
||||
fileOperations::collatedFileOperation::maxThreadFileBufferSize = 0;
|
||||
|
||||
mesh.decomposeMesh();
|
||||
|
||||
mesh.writeDecomposition(decomposeSets);
|
||||
|
||||
if (writeCellDist)
|
||||
|
||||
@ -231,6 +231,7 @@ Foam::parLagrangianRedistributor::redistributeLagrangianPositions
|
||||
)
|
||||
{
|
||||
passiveParticle& newp = newpIter();
|
||||
newp.relocate();
|
||||
|
||||
lagrangianPositions.addParticle(newParticles.remove(&newp));
|
||||
}
|
||||
|
||||
@ -92,7 +92,8 @@ public:
|
||||
(
|
||||
IOstream::streamFormat fmt,
|
||||
IOstream::versionNumber ver,
|
||||
IOstream::compressionType cmp
|
||||
IOstream::compressionType cmp,
|
||||
const bool valid
|
||||
) const
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user