|
peclet-dem
Performance-portable XPBD Discrete Element Method (Kokkos + ArborX)
|
Berendsen thermostat: reduce translational + rotational KE over real particles, compute the two scaling factors, and rescale linear/angular velocities. More...
#include <integration.hpp>
Public Member Functions | |
| KE2 & | operator+= (const KE2 &o) |
Public Attributes | |
| double | t = 0.0 |
| double | r = 0.0 |
Berendsen thermostat: reduce translational + rotational KE over real particles, compute the two scaling factors, and rescale linear/angular velocities.
Port of compute_energy_reduction_kernel
Definition at line 221 of file integration.hpp.
Definition at line 223 of file integration.hpp.
| double peclet::dem::KE2::t = 0.0 |
Definition at line 222 of file integration.hpp.
Referenced by peclet::dem::applyThermostatKokkos(), and operator+=().
| double peclet::dem::KE2::r = 0.0 |
Definition at line 222 of file integration.hpp.
Referenced by peclet::dem::applyThermostatKokkos(), and operator+=().