Go to the documentation of this file.
52 int main(
int argc,
char *argv[])
56 "List regions from constant/regionProperties"
93 for (label argi = 1; argi <
args.
size(); ++argi)
95 regionTypes[nTypes] =
args[argi];
97 const word& regType = regionTypes[nTypes];
107 InfoErr<<
"No region-type: " << regType <<
nl;
112 regionTypes.
resize(nTypes);
120 for (
const word& regionType : regionTypes)
regionProperties rp(runTime)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
void resize(const label len)
static void addNote(const string ¬e)
A HashTable with keys but without contents that is similar to std::unordered_set.
static word controlDictName
static void noMandatoryArgs()
static void addArgument(const string &argName, const string &usage="")
static void noFunctionObjects(bool addWithOption=false)
Simple class to hold region information for coupled region simulations.
List< Key > sortedToc() const
label size() const noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
bool insert(const Key &key)
bool found(const Key &key) const
Foam::argList args(argc, argv)