Priority. More...
Go to the source code of this file.
Functions | |
| if (args.found("all-regions")||args.found("allRegions")) | |
| else | if (wordRes select;args.readListIfPresent< wordRe >("regions", select)) |
| if (!args.readIfPresent("region", name)) | |
| if (names.empty()) | |
Variables | |
| wordList | regionNames |
| auto & | names = regionNames |
| const auto & | fallback = Foam::polyMesh::defaultRegion |
| else | |
| auto & | name = names[0] |
Priority.
Original source file getAllRegionOptions.H
Required Classes
Required Variables
Provides Variables
Definition in file getAllRegionOptions.H.
| if | ( | args. | found"all-regions")||args.found("allRegions" | ) |
Definition at line 42 of file getAllRegionOptions.H.
References args, regionProperties::names(), names, and runTime.

| else if | ( | wordRes select;args.readListIfPresent< wordRe > | "regions", select | ) |
Definition at line 70 of file getAllRegionOptions.H.
References args, fallback, regionProperties::names(), names, runTime, and UList< T >::size().

| if | ( | !args. | readIfPresent"region", name | ) |
Definition at line 172 of file getAllRegionOptions.H.
| if | ( | names. | empty() = = 1 && names[0].empty() | ) |
Definition at line 182 of file getAllRegionOptions.H.
| wordList regionNames |
Definition at line 33 of file getAllRegionOptions.H.
Referenced by externalCoupled::compositeName(), ensightCases(), ensightCasesFa(), ensightMeshes(), ensightMeshesFa(), if(), refinementSurfaces::maxCurvatureLevel(), refinementSurfaces::maxGapLevel(), meshes(), meshesFa(), externalCoupled::read(), multiphaseMangrovesSource::read(), multiphaseMangrovesTurbulenceModel::read(), externalCoupled::readDataMaster(), refinementSurfaces::refinementSurfaces(), surfaceZonesInfo::surfaceZonesInfo(), externalCoupled::writeDataMaster(), and externalCoupled::writeGeometry().
| auto& names = regionNames |
Definition at line 39 of file getAllRegionOptions.H.
| const auto& fallback = Foam::polyMesh::defaultRegion |
Definition at line 40 of file getAllRegionOptions.H.
| else |
Definition at line 166 of file getAllRegionOptions.H.
| auto& name = names[0] |
Definition at line 170 of file getAllRegionOptions.H.