Helper class for the LocalInteraction patch interaction model. More...
Public Member Functions | |
patchInteractionData () | |
Construct null. More... | |
const word & | interactionTypeName () const |
Return const access to the interaction type name. More... | |
const word & | patchName () const |
Return const access to the patch name. More... | |
scalar | e () const |
Return const access to the elasticity coefficient. More... | |
scalar | mu () const |
Return const access to the restitution coefficient. More... | |
Private Attributes | |
word | interactionTypeName_ |
Interaction type name. More... | |
word | patchName_ |
Patch name. More... | |
scalar | e_ |
Elasticity coefficient. More... | |
scalar | mu_ |
Restitution coefficient. More... | |
Friends | |
Istream & | operator>> (Istream &is, patchInteractionData &pid) |
Istream operator. More... | |
Helper class for the LocalInteraction patch interaction model.
Definition at line 55 of file patchInteractionData.H.
Construct null.
Definition at line 32 of file patchInteractionData.C.
const Foam::word & interactionTypeName | ( | ) | const |
Return const access to the interaction type name.
Definition at line 43 of file patchInteractionData.C.
const Foam::word & patchName | ( | ) | const |
Return const access to the patch name.
Definition at line 49 of file patchInteractionData.C.
Foam::scalar e | ( | ) | const |
Return const access to the elasticity coefficient.
Definition at line 55 of file patchInteractionData.C.
Foam::scalar mu | ( | ) | const |
Return const access to the restitution coefficient.
Definition at line 61 of file patchInteractionData.C.
|
friend |
Istream operator.
|
private |
Interaction type name.
Definition at line 60 of file patchInteractionData.H.
|
private |
Patch name.
Definition at line 63 of file patchInteractionData.H.
|
private |
Elasticity coefficient.
Definition at line 66 of file patchInteractionData.H.
|
private |
Restitution coefficient.
Definition at line 69 of file patchInteractionData.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.