synthpic2.recipe.synth_chain.feature_generation_steps.agglomeration.agglomerate_particles
¶
Module for AgglomerateParticles synth chain step.
Module Contents¶
Classes¶
FeatureGenerationStep to simulate gas phase agglomeration. |
- class synthpic2.recipe.synth_chain.feature_generation_steps.agglomeration.agglomerate_particles.AgglomerateParticles¶
Bases:
synthpic2.recipe.synth_chain.feature_generation_steps.set_based_mixin.SetBasedMixin
,synthpic2.recipe.synth_chain.feature_generation_steps.base.FeatureGenerationStep
FeatureGenerationStep to simulate gas phase agglomeration.
- mode: str¶
- randomness: float¶
- speed: float¶
- sintering_ratio: float = 0¶
- primary_particle_number_variability: Any¶
- __call__(runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState) synthpic2.recipe.synth_chain.state.RuntimeState ¶
NotImplemented