

Public Member Functions | |
| TypeName ("particleProbe") | |
| particleProbe (const dictionary &dict, cfdemCloud &sm, word typeName, char *logFileName) | |
| void | updateProbes (int index, Field< scalar > sValues, Field< vector > vValues) const |
| void | initialize (word typeName, word logFileName) const |
| void | setOutputFile () const |
| void | writeHeader () const |
| void | writeProbe (int index, Field< scalar > sValues, Field< vector > vValues) const |
| bool | checkIDForPrint (int) const |
| void | setCounter () const |
| void | clearProbes () const |
|
std::vector< std::vector < double * > > * | getVprobe () |
|
std::vector< std::vector < double > > * | getSprobe () |
Public Member Functions inherited from Foam::probeModel | |
| TypeName ("probeModel") | |
| declareRunTimeSelectionTable (autoPtr, probeModel, dictionary,(const dictionary &dict, cfdemCloud &sm, wordtypeName, char *logFileName),(dict, sm, typeName, logFileName)) | |
| probeModel (const dictionary &dict, cfdemCloud &sm, word typeName, char *logFileName) | |
| virtual bool | active () const |
| const char * | wordToChar (word &) const |
Additional Inherited Members | |
Static Public Member Functions inherited from Foam::probeModel | |
| static autoPtr< probeModel > | New (const dictionary &dict, cfdemCloud &sm, word typeName, char *logFileName) |
Public Attributes inherited from Foam::probeModel | |
| fieldGroup< scalar > | scalarFields_ |
| fieldGroup< vector > | vectorFields_ |
Protected Attributes inherited from Foam::probeModel | |
| const dictionary & | dict_ |
| cfdemCloud & | particleCloud_ |
1.8.6