|
[Sponsors] |
Problem running in parallel with patch and patchField |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 30, 2017, 06:50 |
Problem running in parallel with patch and patchField
|
#1 |
New Member
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 9 |
Dear users,
I have a problem running in parallel OpenFoam. A program uses the solver chtMultiRegionFoam that I modify to simulate two regions: water and solid material. If I run it with a single core, I do not have problems. When I run in parallel (4 core), using decompoParDict for each region, I have problem only with water (not solid) and the following error message appears: Code:
--> FOAM FATAL IO ERROR: inconsistent patch and patchField types for patch type symmetry and patchField type simmetryfile: /home/christian/user/user/case/0/coolant/cellToRegion.boundaryField.sides from line 26 to line 26. From function static Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New(const Foam::fvPatch&, const Foam::DimensionedField<Type, Foam::volMesh>&, const Foam::dictionary&) [with Type = double] in file /home/christian/OpenFOAM/OpenFOAM-4.1/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 160.FOAM exiting Any suggestions, please? Thank you for your time. Regards, Christian Last edited by Byba; June 30, 2017 at 10:14. |
|
April 27, 2021, 10:27 |
|
#2 |
New Member
Jianfeng
Join Date: Apr 2021
Posts: 11
Rep Power: 5 |
Actually I meet this problem as well in a immersed boundary program, when I run the decomposePar command, it worked. However if I continue typing the
mpirun -np 4 icoIbFoam -parallel, the error message came out," inconsistent patch and patchField types for field phi patch type immersedBoundary and patchField type calculated" When I run the single core simulation it worked perfectly. So this is really strange. |
|
Tags |
chtmultiregionfoam, decomposepar, openfoam, parallel calculation, patch |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Unknown patchField type alphatWallFunction for patch type wall | ranasa | OpenFOAM Running, Solving & CFD | 7 | November 21, 2019 03:13 |
Unknown patchField type nutSpalartAllmarasWallFunction for patch type wall | Salim | OpenFOAM | 4 | December 14, 2016 18:26 |
Unknown patchField type rampedFixedValue for patch type wall | razi.me05 | OpenFOAM Running, Solving & CFD | 0 | September 23, 2015 03:59 |
Unknown patchField type compressible::alphatWallFunction for patch type wall | dante03 | OpenFOAM | 1 | April 10, 2014 02:15 |
Create a GeometricField of a given type on given patch? | philippose | OpenFOAM Programming & Development | 4 | August 12, 2013 13:41 |