Helper class for the LocalInteraction patch interaction model. More...
#include <patchInteractionData.H>
Public Member Functions | |
| patchInteractionData () | |
| Default construct. | |
| const word & | interactionTypeName () const noexcept |
| The interaction type name. | |
| const wordRe & | patchName () const noexcept |
| The patch name(s). | |
| scalar | e () const noexcept |
| The elasticity coefficient. | |
| scalar | mu () const noexcept |
| The restitution coefficient. | |
Friends | |
| Istream & | operator>> (Istream &is, patchInteractionData &pid) |
| Istream operator. | |
Helper class for the LocalInteraction patch interaction model.
Definition at line 47 of file patchInteractionData.H.
| patchInteractionData | ( | ) |
Default construct.
Definition at line 28 of file patchInteractionData.C.
Referenced by operator>>.

|
inlinenoexcept |
The interaction type name.
Definition at line 87 of file patchInteractionData.H.
References Foam::noexcept.
|
inlinenoexcept |
|
inlinenoexcept |
The elasticity coefficient.
Definition at line 103 of file patchInteractionData.H.
References Foam::noexcept.
|
inlinenoexcept |
The restitution coefficient.
Definition at line 111 of file patchInteractionData.H.
References Foam::noexcept.
|
friend |
Istream operator.
References patchInteractionData(), and Foam::pid().