| 345 | |
| 346 | |
| 347 | bool Foam::functionObjects::fieldAverage::write() |
| 348 | { |
| 349 | writeAverages(); |
| 350 | writeAveragingProperties(); |
| 351 | |
| 352 | if (restartOnOutput_) |
| 353 | { |
| 354 | restart(); |
| 355 | } |
| 356 | |
| 357 | return true; |
| 358 | } |
| 359 | |
| 360 | |
| 361 | // ************************************************************************* // |
no test coverage detected