#include <forceCoeffs.H>
Public Member Functions | |
| forceComponents () | |
| Default construct. | |
| const vector | total () const noexcept |
| Return the sum of the components. | |
| void | reset () noexcept |
| Reset the components to zero. | |
| void | reset (const vector &pressure, const vector &viscous, const vector &internal) noexcept |
| Reset the components to given values. | |
| vector | operator[] (const label cmpt) const |
| Return components in a given direction. | |
Definition at line 441 of file forceCoeffs.H.
|
inline |
|
inlinenoexcept |
Return the sum of the components.
Definition at line 481 of file forceCoeffs.H.
References Foam::noexcept.
|
inlinenoexcept |
Reset the components to zero.
Definition at line 489 of file forceCoeffs.H.
References Foam::noexcept, and Foam::Zero.
|
inlinenoexcept |
Reset the components to given values.
Definition at line 499 of file forceCoeffs.H.
|
inline |
Return components in a given direction.
Definition at line 517 of file forceCoeffs.H.