Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O OpenFOAM-plus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 339
    • Issues 339
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • OpenFOAM-plus
  • Issues
  • #474
Closed
Open
Issue created May 17, 2017 by Prashant Sonakar@PrashantDeveloper

STYLE: Fix indent in boundary files after createBafflesDict execution

Refer tutorial: $FOAM_TUTORIALS/incompressible/pimpleDyMFoam/oscillatingInletACMI2D

The boundary file looks like

    ACMI1_couple
    {
        type            cyclicACMI;
        inGroups
2
(
cyclicACMI
ACMI1
)
;
        nFaces          40;
        startFace       43680;
        matchTolerance  0.0001;
        transform       noOrdering;
        neighbourPatch  ACMI2_couple;
        nonOverlapPatch ACMI1_blockage;
    }

inGroups have incorrect indentation.

@mark

Assignee
Assign to
Time tracking