SlowDown Algorithmic Regularization (SDAR)
Algorithmic Regularization with slowdown method for integrating few-body motions
|
force class of one particle More...
#include <force.h>
Public Member Functions | |
Force () | |
initialization More... | |
void | writeBinary (FILE *_fout) |
write class data with BINARY format More... | |
void | readBinary (FILE *_fin) |
read class data with BINARY format More... | |
void | clear () |
clear More... | |
Public Attributes | |
Float | acc_in [3] |
total acceleration from all inner particle members of the group More... | |
Float | acc_pert [3] |
perturbation from outside of the group More... | |
Float | pot_in |
inner potential More... | |
Float | pot_pert |
perturbation potential More... | |
force class of one particle
Store one particle's acceleration, perturbation and time transformation function gradient (if AR_TTL is used)
|
inline |
initialization
set all data to zero
|
inline |
clear
|
inline |
read class data with BINARY format
[in] | _fin | file IO for read |
|
inline |
write class data with BINARY format
[in] | _fout | file IO for write |
Float AR::Force::acc_in[3] |
total acceleration from all inner particle members of the group
Float AR::Force::acc_pert[3] |
perturbation from outside of the group
Float AR::Force::pot_in |
inner potential
Float AR::Force::pot_pert |
perturbation potential