paraFoam: Add support for specifying the patch types loaded by default

The default patch types specified in the new defaultPatchTypes entry of the
etc paraFoam configuration dictionaries:

    defaultPatchTypes (patch wall);

Wildcards are supported, for example to specify that all patches loaded simply set
defaultPatchTypes to

    defaultPatchTypes (".*");
This commit is contained in:
Henry Weller
2017-10-04 13:53:12 +01:00
parent 8315fe0196
commit 4ece2ccf3d
4 changed files with 60 additions and 13 deletions

View File

@ -17,4 +17,6 @@ FoamFile
defaultFields (U p p_rgh T alpha.water alpha.air);
defaultPatchTypes (patch wall);
// ************************************************************************* //