| 895 | |
| 896 | |
| 897 | bool Foam::functionObjects::forces::write() |
| 898 | { |
| 899 | calcForcesMoment(); |
| 900 | |
| 901 | if (Pstream::master()) |
| 902 | { |
| 903 | logFiles::write(); |
| 904 | |
| 905 | writeForces(); |
| 906 | |
| 907 | writeBins(); |
| 908 | |
| 909 | Log << endl; |
| 910 | } |
| 911 | |
| 912 | return true; |
| 913 | } |
| 914 | |
| 915 | |
| 916 | // ************************************************************************* // |
nothing calls this directly
no test coverage detected