mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: redistributePar: handle cyclicA(C)MI cleaner. See #1558.
Should test on patch, not patch field
This commit is contained in:
@ -1341,27 +1341,27 @@ autoPtr<mapDistributePolyMesh> redistributeAndWrite
|
||||
correctCoupledBoundaryConditions
|
||||
<
|
||||
volScalarField,
|
||||
processorFvPatchField<scalar>
|
||||
processorFvPatch
|
||||
>(mesh);
|
||||
correctCoupledBoundaryConditions
|
||||
<
|
||||
volVectorField,
|
||||
processorFvPatchField<vector>
|
||||
processorFvPatch
|
||||
>(mesh);
|
||||
correctCoupledBoundaryConditions
|
||||
<
|
||||
volSphericalTensorField,
|
||||
processorFvPatchField<sphericalTensor>
|
||||
processorFvPatch
|
||||
>(mesh);
|
||||
correctCoupledBoundaryConditions
|
||||
<
|
||||
volSymmTensorField,
|
||||
processorFvPatchField<symmTensor>
|
||||
processorFvPatch
|
||||
>(mesh);
|
||||
correctCoupledBoundaryConditions
|
||||
<
|
||||
volTensorField,
|
||||
processorFvPatchField<tensor>
|
||||
processorFvPatch
|
||||
>(mesh);
|
||||
// No update surface fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user