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