wrapper for CBWallIGP
More...
#include <WallPrmsPy.h>
|
| | NRotBondedWallPrmsPy (const std::string &, const std::string &, double, int) |
| |
| | NRotBondedWallPrmsPy (const std::string &, const std::string &, double, int, int) |
| |
| | CBWallIGP (const std::string &, const std::string &, double, int, int) |
| |
| virtual void | packInto (CVarMPIBuffer *) const |
| |
| int | getTag () const |
| |
| int | getMask () const |
| |
| | CEWallIGP (const std::string &, const std::string &, double) |
| |
| std::string | getWallName () const |
| |
| | CEWallIGP (const std::string &, const std::string &, double) |
| |
| std::string | getWallName () const |
| |
| | CElasticIGP () |
| |
| | CElasticIGP (const std::string &, double, bool scaling=true) |
| |
| void | setSpringConst (double k) |
| |
| double | getSpringConst () const |
| |
| virtual std::string | getTypeString () const |
| |
| | AIGParam (const std::string &name="") |
| |
| virtual | ~AIGParam () |
| |
| void | setName (const std::string &name) |
| |
| const std::string & | getName () const |
| |
| const std::string & | Name () const |
| |
wrapper for CBWallIGP
$Revision$ $Date$
◆ NRotBondedWallPrmsPy() [1/2]
| esys::lsm::NRotBondedWallPrmsPy::NRotBondedWallPrmsPy |
( |
const std::string & |
name, |
|
|
const std::string & |
wname, |
|
|
double |
normalSpringK, |
|
|
int |
particleTag |
|
) |
| |
constructor of non-rotational bonded wall parameters
- Parameters
-
| name | the name of the interaction |
| wname | the name of the wall |
| normalSpringK | the spring constant for the elastic interactions |
| particleTag | the tag of the particles to which the wall is bonded (if build via bond and not via distance) |
◆ NRotBondedWallPrmsPy() [2/2]
| esys::lsm::NRotBondedWallPrmsPy::NRotBondedWallPrmsPy |
( |
const std::string & |
name, |
|
|
const std::string & |
wname, |
|
|
double |
normalSpringK, |
|
|
int |
particleTag, |
|
|
int |
tagMask |
|
) |
| |
constructor of non-rotational bonded wall parameters
- Parameters
-
| name | the name of the interaction |
| wname | the name of the wall |
| normalSpringK | the spring constant for the elastic interactions |
| particleTag | the tag of the particles to which the wall is bonded |
| tagMask | the particle tag mask (which bits of the tag are significant) |
The documentation for this class was generated from the following files: