|
ESyS-Particle
2.3.4
|
#include <RotThermFricInteraction.h>


Public Member Functions | |
| CRotThermFrictionIGP () | |
| CRotThermFrictionIGP (const std::string &name, double k, double mu_d, double mu_s, double k_s, double diffusivity, double dt) | |
| virtual std::string | getTypeString () const |
| void | setTimeStepSize (double deltaT) |
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_d |
| double | mu_s |
| double | k_s |
| double | dt |
| double | diffusivity |
Interaction parameters for frictional interaction between Thermal,rotational particles
| CRotThermFrictionIGP::CRotThermFrictionIGP | ( | ) |
| CRotThermFrictionIGP::CRotThermFrictionIGP | ( | const std::string & | name, |
| double | k, | ||
| double | mu_d, | ||
| double | mu_s, | ||
| double | k_s, | ||
| double | diffusivity, | ||
| double | dt | ||
| ) |
|
inlinevirtual |
Implements AIGParam.
Referenced by esys::lsm::LsmMpiPy::createRotThermFrictionInteractGrp().

|
inline |
References dt.
| double CRotThermFrictionIGP::diffusivity |
| double CRotThermFrictionIGP::dt |
| double CRotThermFrictionIGP::k |
| double CRotThermFrictionIGP::k_s |
| double CRotThermFrictionIGP::mu_d |
| double CRotThermFrictionIGP::mu_s |