ESyS-Particle  2.3.4
BTriMeshIP Class Reference

#include <BTriMeshIP.h>

Inheritance diagram for BTriMeshIP:
Collaboration diagram for BTriMeshIP:

Public Member Functions

 BTriMeshIP ()
 
 BTriMeshIP (const std::string &interactionName, const std::string &meshName, double normalK, double breakDistance)
 
virtual ~BTriMeshIP ()
 
void setMeshName (const std::string &meshName)
 
const std::string & getMeshName () const
 
void setName (const std::string &name)
 
const std::string & getName () const
 
virtual std::string getTypeString () const
 

Public Attributes

double k
 
double brk
 

Private Attributes

std::string m_name
 
std::string m_meshName
 

Constructor & Destructor Documentation

◆ BTriMeshIP() [1/2]

BTriMeshIP::BTriMeshIP ( )

◆ BTriMeshIP() [2/2]

BTriMeshIP::BTriMeshIP ( const std::string &  interactionName,
const std::string &  meshName,
double  normalK,
double  breakDistance 
)

◆ ~BTriMeshIP()

BTriMeshIP::~BTriMeshIP ( )
virtual

Member Function Documentation

◆ getMeshName()

const std::string & BTriMeshIP::getMeshName ( ) const

References m_meshName.

Referenced by BondedTriMeshIGCommand::appendTriMeshPrms(), and esys::lsm::exportBondedTriMeshPrms().

Here is the caller graph for this function:

◆ getName()

const std::string & BTriMeshIP::getName ( ) const

References m_name.

Referenced by BondedTriMeshIGCommand::appendTriMeshPrms(), and esys::lsm::exportBondedTriMeshPrms().

Here is the caller graph for this function:

◆ getTypeString()

std::string BTriMeshIP::getTypeString ( ) const
virtual

◆ setMeshName()

void BTriMeshIP::setMeshName ( const std::string &  meshName)

References m_meshName.

◆ setName()

void BTriMeshIP::setName ( const std::string &  name)

References m_name.

Member Data Documentation

◆ brk

◆ k

◆ m_meshName

std::string BTriMeshIP::m_meshName
private

Referenced by getMeshName(), and setMeshName().

◆ m_name

std::string BTriMeshIP::m_name
private

Referenced by getName(), and setName().


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