ESyS-Particle  2.3.4
CVWallIGP Class Reference

Interaction group parameters for CBWallInteractionGroups. More...

#include <ViscWallIG.h>

Inheritance diagram for CVWallIGP:
Collaboration diagram for CVWallIGP:

Public Member Functions

 CVWallIGP (const string &, const string &, double, double, int)
 
virtual void packInto (CVarMPIBuffer *) const
 
void setTag (int tag)
 
int getTag () const
 
void setNu (double nu)
 
double getNu () const
 
- Public Member Functions inherited from CEWallIGP
 CEWallIGP (const std::string &, const std::string &, double)
 
std::string getWallName () const
 
 CEWallIGP (const std::string &, const std::string &, double)
 
std::string getWallName () const
 
- Public Member Functions inherited from CElasticIGP
 CElasticIGP ()
 
 CElasticIGP (const std::string &, double, bool scaling=true)
 
void setSpringConst (double k)
 
double getSpringConst () const
 
virtual std::string getTypeString () const
 
- Public Member Functions inherited from AIGParam
 AIGParam (const std::string &name="")
 
virtual ~AIGParam ()
 
void setName (const std::string &name)
 
const std::string & getName () const
 
const std::string & Name () const
 

Protected Attributes

int m_tag
 
double m_nu
 
- Protected Attributes inherited from CEWallIGP
std::string m_wallname
 

Friends

ostream & operator<< (ostream &, const CVWallIGP &)
 

Additional Inherited Members

- Public Attributes inherited from CElasticIGP
double m_k
 
bool m_scaling
 

Detailed Description

Interaction group parameters for CBWallInteractionGroups.

Constructor & Destructor Documentation

◆ CVWallIGP()

CVWallIGP::CVWallIGP ( const string &  name,
const string &  wallname,
double  k,
double  nu,
int  tag 
)

Constructor for viscous wall parameters

Parameters
name
wallname
k
nu
tag

References m_nu, and m_tag.

Member Function Documentation

◆ getNu()

double CVWallIGP::getNu ( ) const
inline

References m_nu.

Referenced by CLatticeMaster::addWallIG(), and CViscWallIG< T >::CViscWallIG().

Here is the caller graph for this function:

◆ getTag()

int CVWallIGP::getTag ( ) const
inline

References m_tag.

Referenced by CLatticeMaster::addWallIG(), and CViscWallIG< T >::CViscWallIG().

Here is the caller graph for this function:

◆ packInto()

void CVWallIGP::packInto ( CVarMPIBuffer B) const
virtual

Reimplemented from CEWallIGP.

References CVarMPIBuffer::append(), console, m_nu, m_tag, CEWallIGP::packInto(), and Console::XDebug().

Here is the call graph for this function:

◆ setNu()

void CVWallIGP::setNu ( double  nu)
inline

References m_nu.

◆ setTag()

void CVWallIGP::setTag ( int  tag)
inline

References m_tag.

Friends And Related Function Documentation

◆ operator<<

ostream& operator<< ( ostream &  ost,
const CVWallIGP I 
)
friend

Member Data Documentation

◆ m_nu

double CVWallIGP::m_nu
protected

◆ m_tag

int CVWallIGP::m_tag
protected

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