
Public Member Functions | |
| TypeName ("fileOperationInitialise") | |
| Runtime type information. More... | |
| fileOperationInitialise (int &argc, char **&argv) | |
| Construct from components. More... | |
| declareRunTimeSelectionTable (autoPtr, fileOperationInitialise, word,(int &argc, char **&argv),(argc, argv)) | |
| virtual | ~fileOperationInitialise ()=default |
| Destructor. More... | |
| virtual bool | needsThreading () const =0 |
| Requires (MPI) threading? More... | |
Static Public Member Functions | |
| static autoPtr< fileOperationInitialise > | New (const word &type, int &argc, char **&argv) |
| Select initialisation type. More... | |
Definition at line 46 of file fileOperationInitialise.H.
| fileOperationInitialise | ( | int & | argc, |
| char **& | argv | ||
| ) |
Construct from components.
Definition at line 41 of file fileOperationInitialise.C.
References Foam::Info, Foam::nl, and Foam::setEnv().

|
virtualdefault |
Destructor.
| TypeName | ( | "fileOperationInitialise" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| fileOperationInitialise | , | ||
| word | , | ||
| (int &argc, char **&argv) | , | ||
| (argc, argv) | |||
| ) |
|
static |
Select initialisation type.
Definition at line 100 of file fileOperationInitialise.C.
References Foam::abort(), DebugInFunction, Foam::endl(), Foam::FatalError, and FatalErrorInLookup.
Referenced by argList::argList().


|
pure virtual |
Requires (MPI) threading?
Implemented in fileOperationInitialise_collated, and fileOperationInitialise_unthreaded.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.