Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
O
OpenFOAM-plus
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Issues
  • #1508

Closed
Open
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
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None