patchInteractionData Class Reference

Helper class for the LocalInteraction patch interaction model. More...

Public Member Functions

 patchInteractionData ()
 Construct null. More...
 
const wordinteractionTypeName () const
 Return const access to the interaction type name. More...
 
const keyTypepatchName () 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...
 

Friends

Istreamoperator>> (Istream &is, patchInteractionData &pid)
 Istream operator. More...
 

Detailed Description

Helper class for the LocalInteraction patch interaction model.

Definition at line 57 of file patchInteractionData.H.

Constructor & Destructor Documentation

◆ patchInteractionData()

Construct null.

Definition at line 34 of file patchInteractionData.C.

Member Function Documentation

◆ interactionTypeName()

const Foam::word & interactionTypeName ( ) const

Return const access to the interaction type name.

Definition at line 45 of file patchInteractionData.C.

◆ patchName()

const Foam::keyType & patchName ( ) const

Return const access to the patch name.

Definition at line 51 of file patchInteractionData.C.

◆ e()

Foam::scalar e ( ) const

Return const access to the elasticity coefficient.

Definition at line 57 of file patchInteractionData.C.

◆ mu()

Foam::scalar mu ( ) const

Return const access to the restitution coefficient.

Definition at line 63 of file patchInteractionData.C.

Friends And Related Function Documentation

◆ operator>>

Istream& operator>> ( Istream is,
patchInteractionData pid 
)
friend

Istream operator.


The documentation for this class was generated from the following files: