ludwig-cf / ludwig

A lattice Boltzmann code for complex fluids
https://ludwig.epcc.ed.ac.uk
Other
54 stars 35 forks source link

Spherical squirmer has no default direction #300

Closed kevinstratford closed 5 months ago

kevinstratford commented 5 months ago

If the user doesn't set a direction in the input, the direction is a zero vector, which generates no motion.

This is confusing, and should be replaced by a default or an error.

kevinstratford commented 5 months ago

Fixed by #301 in that an error message now appears.

Will go into next release.