CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   Symmetry Plane BC erro (https://www.cfd-online.com/Forums/openfoam-pre-processing/113124-symmetry-plane-bc-erro.html)

NewOFer February 12, 2013 23:13

Symmetry Plane BC erro
 
I am new to OF, I am trying SymmetryPlane BC on my topWall rather than zerogradient.

Here is the error (below), anybody knows what I am doing wrong ? Thank you

--> FOAM FATAL IO ERROR:

patch type 'wall' not constraint type 'symmetryPlane'
for patch topWall of field U in file "/..../channel402/0/U"

file: /work/a/ahafsi/channel402/0/U::boundaryField::topWall from line 31 to line 31.

From function symmetryFvPatchField<Type>::symmetryFvPatchField
(
const fvPatch& p,
const Field<Type>& field,
const dictionary& dict
)

in file fields/fvPatchFields/constraint/symmetry/symmetryFvPatchField.C at line 99.

FOAM exiting

duongquaphim February 13, 2013 08:26

Hi Amin,

It seems that you specify wall patch for topWall in blockMeshDict, then you can not specify symmetryPlane to that patch again. In your blockMeshDict, you might want to use something like "patch topWall {..}" instead of "wall topWall {...}".

Duong


All times are GMT -4. The time now is 06:52.