|
ESyS-Particle
2.3.4
|
Interaction parameters for frictional interaction with a fractal distribution of the coefficient of friction. More...
#include <FractalFriction.h>


Public Member Functions | |
| virtual std::string | getTypeString () const |
| void | setTimeStepSize (double timeStepSize) |
| FractalFrictionIGP () | |
| FractalFrictionIGP (const FractalFrictionIGP &) | |
| ~FractalFrictionIGP () | |
| FractalFrictionIGP & | operator= (const FractalFrictionIGP &) |
Public Member Functions inherited from AIGParam | |
| AIGParam (const std::string &name="") | |
| virtual | ~AIGParam () |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| const std::string & | Name () const |
Public Attributes | |
| double | k |
| double | mu_0 |
| double | k_s |
| double | dt |
| boost::shared_ptr< double > | mu |
| pointer to the array of friction coeff. More... | |
| double | x0 |
| double | y0 |
| double | dx |
| double | dy |
| origin and grid spacing of the array More... | |
| int | nx |
| int | ny |
| array size More... | |
Interaction parameters for frictional interaction with a fractal distribution of the coefficient of friction.
| FractalFrictionIGP::FractalFrictionIGP | ( | ) |
| FractalFrictionIGP::FractalFrictionIGP | ( | const FractalFrictionIGP & | F | ) |
| FractalFrictionIGP::~FractalFrictionIGP | ( | ) |
|
inlinevirtual |
Implements AIGParam.
| FractalFrictionIGP & FractalFrictionIGP::operator= | ( | const FractalFrictionIGP & | F | ) |
|
inline |
References dt.
| double FractalFrictionIGP::dt |
| double FractalFrictionIGP::dx |
| double FractalFrictionIGP::dy |
origin and grid spacing of the array
Referenced by CLatticeMaster::addPairIG(), CFractalFriction::CFractalFriction(), TSubLattice< T >::doAddPIG(), FractalFrictionIGP(), and operator=().
| double FractalFrictionIGP::k |
| double FractalFrictionIGP::k_s |
| boost::shared_ptr<double> FractalFrictionIGP::mu |
pointer to the array of friction coeff.
Referenced by CLatticeMaster::addPairIG(), CFractalFriction::CFractalFriction(), TSubLattice< T >::doAddPIG(), FractalFrictionIGP(), and operator=().
| double FractalFrictionIGP::mu_0 |
| int FractalFrictionIGP::nx |
| int FractalFrictionIGP::ny |
array size
Referenced by CLatticeMaster::addPairIG(), CFractalFriction::CFractalFriction(), TSubLattice< T >::doAddPIG(), FractalFrictionIGP(), and operator=().
| double FractalFrictionIGP::x0 |
| double FractalFrictionIGP::y0 |