FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

patchInteractionData Class Reference

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

#include <lagrangianIntermediate/patchInteractionData.H>


Detailed Description

Helper class for the LocalInteraction patch interaction model.

Definition at line 56 of file patchInteractionData.H.

Collaboration diagram for patchInteractionData:

List of all members.

Public Member Functions

 patchInteractionData ()
 Construct null.
const word &  interactionTypeName () const
 Return const access to the interaction type name.
const word &  patchName () const
 Return const access to the patch name.
scalar  e () const
 Return const access to the elasticity coefficient.
scalar  mu () const
 Return const access to the restitution coefficient.

Friends

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

Constructor & Destructor Documentation

Construct null.

Definition at line 32 of file patchInteractionData.C.


Member Function Documentation

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.


Friends And Related Function Documentation

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

Istream operator.


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/patchInteractionData.H
  • src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/patchInteractionData.C