|
ESyS-Particle
4.0.1
|
Interaction group parameters for CLocalDampingGroup. More...
#include <LocalDampingIGP.h>


Public Member Functions | |
| CLocalDampingIGP (const string &type, const string &name, double viscosity, double dt) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setType (const string &type) |
| void | setVisc (double v) |
| double | getVisc () const |
| void | setTimeStep (double t) |
| void | setTimeStepSize (double t) |
| double | getTimeStep () const |
| virtual std::string | getTypeString () const |
Protected Attributes | |
| string | m_type |
| double | m_visc |
| damping coefficient | |
| double | m_dt |
| time step | |
Interaction group parameters for CLocalDampingGroup.
| void CLocalDampingIGP::packInto | ( | CVarMPIBuffer * | B | ) | const [virtual] |
Pack the parameters for a LocalDampingGroup into a MPI-buffer
| B | the buffer |
Reimplemented from AIGParam.
References CVarMPIBuffer::append(), m_dt, and m_visc.

1.7.6.1