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 |
![]() | |
AIGParam (const std::string &name="") | |
void | setName (const std::string &name) |
const std::string & | getName () const |
const std::string & | Name () const |
Protected Attributes | |
string | m_type |
double | m_visc |
damping coefficient | |
double | m_dt |
time step |
Interaction group parameters for CLocalDampingGroup.
|
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.