Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 566 Bytes

boundaryRegion.md

File metadata and controls

27 lines (21 loc) · 566 Bytes

boundaryRegion

Class

Foam::boundaryRegion

Description

The boundaryRegion persistent data saved as a Map.

The meshReader supports boundaryRegion information.

The constant/boundaryRegion file is an \c IOMap that is used to save the information persistently. It contains the boundaryRegion information of the following form:

        (
            INT
            {
                BoundaryType    WORD;
                Label           WORD;
            }
            ...
        )

SourceFiles

boundaryRegion.C