89 #ifndef functionObjects_forceCoeffs_H 90 #define functionObjects_forceCoeffs_H 98 namespace functionObjects
177 virtual bool write();
TypeName("forceCoeffs")
Runtime type information.
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual bool write()
Write the forces.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Vector< scalar > vector
A scalar version of the templated Vector.
virtual bool read(const dictionary &)
Read the forces data.
forceCoeffs(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
void operator=(const forceCoeffs &)=delete
Disallow default bitwise assignment.
virtual void writeFileHeader(const label i)
Output file header information.
Extends the forces functionObject by providing lift, drag and moment coefficients. The data can optionally be output into bins, defined in a given direction.
virtual ~forceCoeffs()
Destructor.
virtual bool execute()
Execute, currently does nothing.