Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import cases created with OpenFOAM 2.3 #46

Open
wyldckat opened this issue Jul 6, 2014 · 1 comment
Open

Unable to import cases created with OpenFOAM 2.3 #46

wyldckat opened this issue Jul 6, 2014 · 1 comment
Labels

Comments

@wyldckat
Copy link
Collaborator

wyldckat commented Jul 6, 2014

As reported in this thread: http://www.cfd-online.com/Forums/engrid/138251-error-importing-openfoam-case-engrid.html - there is a new entry "inGroups" for each boundary in the file "constant/polyMesh/boundary".
For example, see the tutorial "incompressible/icoFoam/elbow".

Steps for solving this issue:

  1. Write in the FAQ about the workaround: http://www.cfd-online.com/Forums/engrid/138251-error-importing-openfoam-case-engrid.html#post500283
  2. Add compatibility in enGrid.
@wyldckat wyldckat added the bug label Jul 6, 2014
@wyldckat
Copy link
Collaborator Author

wyldckat commented Jul 6, 2014

Example content of the file from the aforementioned tutorial:

/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    wall-4
    {
        type            wall;
        inGroups        1(wall);
        nFaces          100;
        startFace       1300;
    }
    velocity-inlet-5
    {
        type            patch;
        nFaces          8;
        startFace       1400;
    }
    velocity-inlet-6
    {
        type            patch;
        nFaces          4;
        startFace       1408;
    }
    pressure-outlet-7
    {
        type            patch;
        nFaces          8;
        startFace       1412;
    }
    wall-8
    {
        type            wall;
        inGroups        1(wall);
        nFaces          34;
        startFace       1420;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          1836;
        startFace       1454;
    }
)

// ************************************************************************* //

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant