Describe the bug
I have a PINE_CRIB particle that describes a space-filling mass of cylinders with given surface/volume ratio. There is a wind profile prescribed.
When I initialize particles with MASS_PER_VOLUME=1, simulation finishes in ~100 timesteps. When I initialize them with MASS_PER_VOLUME=100, it takes more than 1000 time steps. Is there any reason for that that I do not see? Looks like the CFL numbers are staying pretty low (~0.01).
To Reproduce
Steps to reproduce the behavior:
- Take the attached
config.txt file, run it (single-core version of FDS)
- Change the MASS_PER_VOLUME in the last line from 1 to 100, and run it again
Expected behavior
I expect the runtimes to be similar
Desktop (please complete the following information):
Thank you!
config.txt