FreeFOAM The Cross-Platform CFD Toolkit
setRoots.H File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

argList::validArgs clear ()
argList::validArgs append ("master root")
argList::validArgs append ("master case")
argList::validOptions insert ("masterRegion","name")
argList::validArgs append ("root to add")
argList::validArgs append ("case to add")
argList::validOptions insert ("addRegion","name")
argList args (argc, argv)
 if (!args.check())
fileName rootDirMaster (args.additionalArgs()[0])
fileName caseDirMaster (args.additionalArgs()[1])
args optionReadIfPresent ("masterRegion", masterRegion)
fileName rootDirToAdd (args.additionalArgs()[2])
fileName caseDirToAdd (args.additionalArgs()[3])
args optionReadIfPresent ("addRegion", addRegion)

Variables

word masterRegion = polyMesh::defaultRegion
word addRegion = polyMesh::defaultRegion

Function Documentation

argList::validArgs clear ( )

Referenced by ILList< LListBase, T >::clear(), DictionaryBase< IDLListType, T >::clear(), LPtrList< LListBase, T >::clear(), wordRe::clear(), LList< LListBase, T >::clear(), UnsortedMeshedSurface< Face >::clear(), DsmcCloud< ParcelType >::clear(), StaticHashTable< T, Key, Hash >::clearStorage(), HashTable< T, Key, Hash >::clearStorage(), DsmcCloud< ParcelType >::DsmcCloud(), sampledPatch::expire(), sampledTriSurfaceMesh::expire(), moleculeCloud::moleculeCloud(), HashPtrTable< T, Key, Hash >::operator=(), ILList< LListBase, T >::operator=(), UILList< LListBase, T >::operator=(), LPtrList< LListBase, T >::operator=(), Matrix< Form, Type >::operator=(), LList< LListBase, T >::operator=(), StaticHashTable< T, Key, Hash >::operator=(), HashTable< T, Key, Hash >::operator=(), UnsortedMeshedSurface< Face >::operator=(), MeshedSurface< Face >::operator=(), dictionary::operator=(), Foam::pow(), reactingMixture< ThermoType >::reactingMixture(), OBJsurfaceFormat< Face >::read(), GTSsurfaceFormat< Face >::read(), NASsurfaceFormat< Face >::read(), OFFsurfaceFormat< Face >::read(), AC3DsurfaceFormat< Face >::read(), TRIsurfaceFormat< Face >::read(), FTRsurfaceFormat< Face >::read(), STARCDsurfaceFormat< Face >::read(), OFSsurfaceFormat< Face >::read(), fvSchemes::read(), STLsurfaceFormat< Face >::read(), UnsortedMeshedSurface< Face >::read(), MeshedSurface< Face >::read(), TimeActivatedExplicitSourceList< Type >::readData(), porousZones::readData(), boundaryRegion::readDict(), cellTable::readDict(), cuttingPlane::reCut(), regExp::set(), UPtrList< T >::setSize(), CompactListList< T >::setSize(), CompactListList_dev< T, Container >::setSize(), PtrList< T >::setSize(), List< T >::setSize(), SHA1::SHA1(), Foam::stabilise(), ILList< LListBase, T >::transfer(), Matrix< Form, Type >::transfer(), LPtrList< LListBase, T >::transfer(), PtrList< T >::transfer(), LList< LListBase, T >::transfer(), StaticHashTable< T, Key, Hash >::transfer(), HashTable< T, Key, Hash >::transfer(), MeshedSurface< Face >::transfer(), Foam::transform(), autoPtr< T >::~autoPtr(), HashPtrTable< T, Key, Hash >::~HashPtrTable(), HashTable< T, Key, Hash >::~HashTable(), ILList< LListBase, T >::~ILList(), LList< LListBase, T >::~LList(), LPtrList< LListBase, T >::~LPtrList(), and regExp::~regExp().

argList::validArgs append ( "master case"  )
argList::validOptions insert ( "masterRegion"  ,
"name"   
)
argList::validArgs append ( "root to add )
argList::validArgs append ( "case to add )
argList::validOptions insert ( "addRegion"  ,
"name"   
)
argList args ( argc  ,
argv   
)
if ( !args.  check())

Definition at line 13 of file setRoots.H.

References error::exit(), and Foam::FatalError.

fileName rootDirMaster ( args.  additionalArgs()[0])
fileName caseDirMaster ( args.  additionalArgs()[1])
args optionReadIfPresent ( "masterRegion"  ,
masterRegion   
)
fileName rootDirToAdd ( args.  additionalArgs()[2])
fileName caseDirToAdd ( args.  additionalArgs()[3])
args optionReadIfPresent ( "addRegion"  ,
addRegion   
)

Variable Documentation

word masterRegion = polyMesh::defaultRegion

Definition at line 20 of file setRoots.H.

word addRegion = polyMesh::defaultRegion

Definition at line 25 of file setRoots.H.