You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The radius of the sphere source. Particles will be emitted from a shell with inner radius using 0.8 * source_radius and outer radius using source_radius.
209
+
The radius of the sphere source. Particles will be emitted from a shell with inner radius using
210
+
'0.8 * source_radius' and outer radius using source_radius.
210
211
pos: array_like, shape=(3,)
211
212
The center of the sphere source.
212
213
speed: float
213
214
The speed of the emitted particles.
214
215
particle_size: float | None
215
-
The size (diameter) of the emitted particles. The actual number of particles emitted is determined by the volume of the sphere source and the size of the particles. If None, the solver's particle size is used. Note that this particle size only affects computation for number of particles emitted, not the actual size of the particles in simulation and rendering.
216
+
The size (diameter) of the emitted particles. The actual number of particles emitted is determined by the
217
+
volume of the sphere source and the size of the particles. If None, the solver's particle size is used.
218
+
Note that this particle size only affects computation for number of particles emitted, not the actual size
0 commit comments