StreamingMethod¶
- class hoomd.mpcd.stream.StreamingMethod(period, mpcd_particle_force=None)¶
Bases:
OperationBase 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
timestepis a multiple ofperiod. The streaming time is hence equal toperiodsteps of theIntegrator. Typicallyperiodshould be equal to theperiodfor 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_forcecannot be changed after theStreamingMethodis constructed, but its attributes can be modified.- Type: