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
|
correctCoupledBoundaryConditions
|
||||||
<
|
<
|
||||||
volScalarField,
|
volScalarField,
|
||||||
processorFvPatchField<scalar>
|
processorFvPatch
|
||||||
>(mesh);
|
>(mesh);
|
||||||
correctCoupledBoundaryConditions
|
correctCoupledBoundaryConditions
|
||||||
<
|
<
|
||||||
volVectorField,
|
volVectorField,
|
||||||
processorFvPatchField<vector>
|
processorFvPatch
|
||||||
>(mesh);
|
>(mesh);
|
||||||
correctCoupledBoundaryConditions
|
correctCoupledBoundaryConditions
|
||||||
<
|
<
|
||||||
volSphericalTensorField,
|
volSphericalTensorField,
|
||||||
processorFvPatchField<sphericalTensor>
|
processorFvPatch
|
||||||
>(mesh);
|
>(mesh);
|
||||||
correctCoupledBoundaryConditions
|
correctCoupledBoundaryConditions
|
||||||
<
|
<
|
||||||
volSymmTensorField,
|
volSymmTensorField,
|
||||||
processorFvPatchField<symmTensor>
|
processorFvPatch
|
||||||
>(mesh);
|
>(mesh);
|
||||||
correctCoupledBoundaryConditions
|
correctCoupledBoundaryConditions
|
||||||
<
|
<
|
||||||
volTensorField,
|
volTensorField,
|
||||||
processorFvPatchField<tensor>
|
processorFvPatch
|
||||||
>(mesh);
|
>(mesh);
|
||||||
// No update surface fields
|
// No update surface fields
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user