StreamingMethod¶
- class hoomd.mpcd.stream.StreamingMethod(period, mpcd_particle_force=None)¶
Bases:
Operation
Base streaming method.
- Parameters:
Members inherited from
AutotunedObject
:- property kernel_parameters¶
Kernel parameters.
Read more...
- property is_tuning_complete¶
Check if kernel parameter tuning is complete.
Read more...
- tune_kernel_parameters()¶
Start tuning kernel parameters.
Read more...
Members defined in
StreamingMethod
:- period¶
Number of integration steps covered by streaming step (read only).
The MPCD particles will be streamed every time the
timestep
is a multiple ofperiod
. The streaming time is hence equal toperiod
steps of theIntegrator
. Typicallyperiod
should be equal to theperiod
for the corresponding collision method. A smaller fraction of this may be used if an external force is applied, and more faithful numerical integration is needed.- Type:
- mpcd_particle_force¶
Body force on MPCD particles.
The
mpcd_particle_force
cannot be changed after theStreamingMethod
is constructed, but its attributes can be modified.- Type: