Skip to content

MASS_PER_VOLUME in INIT PART dramatically affect time step size #14439

@schumakov

Description

@schumakov

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):

  • Mac OS
  • CentOS

Thank you!

config.txt

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions