Public Member Functions | |
| forceComponents () | |
| Default construct. More... | |
| const vector | total () const noexcept |
| Return the sum of the components. More... | |
| void | reset () noexcept |
| Reset the components to zero. More... | |
| void | reset (const vector &pressure, const vector &viscous, const vector &internal) noexcept |
| Reset the components to given values. More... | |
| vector | operator[] (const label cmpt) const |
| Return components in a given direction. More... | |
Definition at line 440 of file forceCoeffs.H.
|
inline |
Default construct.
Definition at line 467 of file forceCoeffs.H.
|
inlinenoexcept |
Return the sum of the components.
Definition at line 480 of file forceCoeffs.H.
|
inlinenoexcept |
|
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 516 of file forceCoeffs.H.