- moved control to functionObject (from bc) - this allows multi-region support - see heatTransfer/chtMultiRegionFoam/externalCoupledMultiRegionHeater tut - generalisation of streamed reading/writing of specialised bcs
11 lines
178 B
C
11 lines
178 B
C
//
|
|
// addRegionOption.H
|
|
// ~~~~~~~~~~~~~~~~~
|
|
|
|
Foam::argList::addOption
|
|
(
|
|
"regions",
|
|
"(name1 .. nameN)",
|
|
"specify alternative mesh regions"
|
|
);
|