FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

setRoots.H File Reference

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