| 115 | |
| 116 | |
| 117 | void Foam::functionObjects::fieldAverage::restart() |
| 118 | { |
| 119 | Log << " Restarting averaging at time " << obr_.time().timeName() |
| 120 | << nl << endl; |
| 121 | |
| 122 | totalIter_.clear(); |
| 123 | totalTime_.clear(); |
| 124 | |
| 125 | initialize(); |
| 126 | } |
| 127 | |
| 128 | |
| 129 | void Foam::functionObjects::fieldAverage::calcAverages() |
no test coverage detected