

Public Member Functions | |
| TypeName ("liggghtsCommandModel") | |
| declareRunTimeSelectionTable (autoPtr, liggghtsCommandModel, dictionary,(const dictionary &dict, cfdemCloud &sm, int i),(dict, sm, i)) | |
| liggghtsCommandModel (const dictionary &dict, cfdemCloud &sm, int i) | |
| virtual const char * | command ()=0 |
| void | checkTimeMode (dictionary &) |
| void | checkTimeSettings (dictionary &) |
| virtual bool | runCommand (int)=0 |
| bool | runThisCommand (int) |
| int | nextRun () |
| int | lastRun () |
| virtual word | name ()=0 |
| TypeName ("liggghtsCommandModel") | |
| declareRunTimeSelectionTable (autoPtr, liggghtsCommandModel, dictionary,(const dictionary &dict, cfdemCloud &sm, int i),(dict, sm, i)) | |
| liggghtsCommandModel (const dictionary &dict, cfdemCloud &sm, int i) | |
| virtual const char * | command ()=0 |
| void | checkTimeMode (dictionary &) |
| void | checkTimeSettings (dictionary &) |
| virtual bool | runCommand (int)=0 |
| bool | runThisCommand (int) |
| int | nextRun () |
| int | lastRun () |
| virtual word | name ()=0 |
Static Public Member Functions | |
|
static autoPtr < liggghtsCommandModel > | New (const dictionary &dict, cfdemCloud &sm, word liggghtsCommandType, int i) |
|
static autoPtr < liggghtsCommandModel > | New (const dictionary &dict, cfdemCloud &sm, word liggghtsCommandType, int i) |
Protected Attributes | |
| const dictionary & | dict_ |
| cfdemCloud & | particleCloud_ |
| string | strCommand_ |
| int | nextRun_ |
| int | lastRun_ |
| Switch | runFirst_ |
| Switch | runLast_ |
| Switch | runEveryCouplingStep_ |
| Switch | runEveryWriteStep_ |
| scalar | startTime_ |
| scalar | endTime_ |
| scalar | timeInterval_ |
| int | firstCouplingStep_ |
| int | lastCouplingStep_ |
| int | couplingStepInterval_ |
1.6.3