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 421
    • Issues 421
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • 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