decomposePar: Do not register Lagrangian IOFields as the names may conflict with those of volFields

Required change to IOobjectList to support the optional no-registration specification
This commit is contained in:
Henry
2015-02-12 21:59:17 +00:00
parent c187132816
commit 63938fb3d3
7 changed files with 36 additions and 21 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -140,7 +140,8 @@ Foam::lagrangianFieldDecomposer::decomposeField
cloud::prefix/cloudName,
procMesh_,
IOobject::NO_READ,
IOobject::NO_WRITE
IOobject::NO_WRITE,
false
),
procField
)
@ -171,7 +172,8 @@ Foam::lagrangianFieldDecomposer::decomposeFieldField
cloud::prefix/cloudName,
procMesh_,
IOobject::NO_READ,
IOobject::NO_WRITE
IOobject::NO_WRITE,
false
),
procField
)