MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / write

Function write

src/functionObjects/forces/forces/forces.C:897–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895
896
897bool 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// ************************************************************************* //

Callers

nothing calls this directly

Calls 3

calcForcesMomentFunction · 0.85
writeForcesFunction · 0.85
writeBinsFunction · 0.85

Tested by

no test coverage detected