View Issue Details

IDProjectCategoryView StatusLast Update
0000870OpenFOAMBugpublic2013-06-02 22:07
Reporteruser571Assigned Tohenry  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSfedora 18OS Version(please specify)
Summary0000870: error while creating axissymetric mesh
Description--> FOAM FATAL IO ERROR:
inconsistent patch and patchField types for
    patch type wedge and patchField type zeroGradient

file: /home/harshawardhan/OpenFOAM/harshawardhan-2.2.0/run/tutorials/incompressible/icoFoam/cavity_test/0/p.boundaryField.front from line 25 to line 25.

    From function fvPatchField<Type>::New(const fvPatch&, const DimensionedField<Type, volMesh>&, const dictionary&)
    in file lnInclude/fvPatchFieldNew.C at line 165.

FOAM exiting
TagsNo tags attached.

Activities

user571

2013-05-24 07:30

 

blockMeshDict (1,469 bytes)   
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.2.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.1;

vertices
(
    (0 0 0)
    (1 0 0)
    (1 1 0)
    (0 1 0)
    (0 0 1)
    (1 0 1)
    (1 1 1)
    (0 1 1)
);

blocks
(
    hex (0 1 2 3 4 5 6 7) (20 20 20) simpleGrading (1 1 1)
);

edges
(
);

boundary
(
    movingWall
    {
        type wall;
        faces
        (
            (3 7 6 2)
        );
    }
    fixedWalls
    {
        type wall;
        faces
        (
            (0 4 7 3)
            (2 6 5 1)
            (1 5 4 0)
        );
    }
    frontAndBack
    {
        type empty;
        faces
        (
            (0 3 2 1)
            (4 5 6 7)
        );
    }
);

mergePatchPairs
(
);

// ************************************************************************* //
blockMeshDict (1,469 bytes)   

wyldckat

2013-05-25 22:15

updater   ~0002242

FYI: This is being address at the following forum page, since this is not a bug: http://www.cfd-online.com/Forums/openfoam-meshing-blockmesh/118278-axissymetric-body.html

Issue History

Date Modified Username Field Change
2013-05-24 07:30 user571 New Issue
2013-05-24 07:30 user571 File Added: blockMeshDict
2013-05-25 22:15 wyldckat Note Added: 0002242
2013-06-02 22:07 henry Assigned To => henry
2013-06-02 22:07 henry Status new => feedback
2013-06-02 22:07 henry Status feedback => closed
2013-06-02 22:07 henry Resolution open => no change required