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 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #704
Closed
Open
Issue created Jan 15, 2018 by Mark OLESEN@markMaintainer

sampledTriSurfaceMesh reading surfaces from region directory

    IOobject
    (
        dict.lookup("surface"),
        mesh.time().constant(), // instance
        "triSurface",           // local
        mesh,                   // registry
        IOobject::MUST_READ,
        IOobject::NO_WRITE,
        false
    ),

So surfaces are taken from the mesh registry, which means regionName/constant/triSurface for etc. Could, however, have them taken from mesh.time() so that they use the main constant/triSurface

@Mattijs @Prashant

cross-reference EP#598

Edited Jan 15, 2018 by Mark OLESEN
Assignee
Assign to
Time tracking