Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 420
    • Issues 420
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #1508
Closed
Open
Issue created Nov 20, 2019 by Mattijs Janssens@MattijsMaintainer

isoSurfaceTopo not passing through ACMI

Run oscillatingInletACMI2D tutorial with

isoSurfaceTopo
{
    type surfaces;
    libs ("libsampling.so");

    enabled         true;
    writeControl    timeStep;
    writeInterval 1;
    interpolationScheme cellPoint;
    surfaceFormat   vtk;

    // Fields to be sampled
    fields
    (
        p
        U
    );

    surfaces
    (
        isoSurface1
        {
            type            isoSurfaceTopo;
            patches         ( ".*");
            isoField        p;
            isoValue        0.1;
            interpolate     true;
            triangulate     false;
            regularise      cell;   //diagcell;
        }
    );
}

and the isosurface does not pass through the acmi. This is due to the duplicate faces (ACMI+wall) on either side of the ACMI.

Assignee
Assign to
Time tracking