Hi,
The particles in x are not excluded as they should based on the dimensions I specified. See case attached; (excluding particles in y and z seems OK)
simple_shearCopy.zip (13.9 MB)
Thanks for the help!
Hi,
The particles in x are not excluded as they should based on the dimensions I specified. See case attached; (excluding particles in y and z seems OK)
simple_shearCopy.zip (13.9 MB)
Running this test with MFiX 25.1.1 (on Windows) I get
Error from des/read_particle_input.f:2405
The expected number of columns does not match the actual number of columns in particle_input.csv,
expected number of columns = 39,
number of columns in file = 14.
I’m not sure where that 39 is coming from, but this is a problem I will follow up on this.
Ah, it looks like you might have attached the wrong file, the .mfx
file has des_usr_var_size=30
while your csv only has 5 user variables. You need to specify all of the user scalars, or none - the current implementation does not allow specifying only a portion of them.
dem_rheology_dry.zip (13.9 MB)
this was not a mistake, I did not get to the running stage because the filtering did not work. here is a version that was used to settle the very large bed and I was trying to modify the setup to a smaller one and ran into the filtering issue.
You may wonder why setting 1m particle when I need 18k? That is because of another issue at restart that i ran into so i wanted to try again from this particle_input
But the file you uploaded won’t even load, so the filtering stage is not reached.
Anhyow, we’re looking at this now. There may be some particle overlaps in your data, because some particles are getting ejected immediately. And we think the x-filter issue may be due to cyclic BCs. We will follow up with more details.
One thing we found out with 25.1 is that filtering to x_max=0.01599 instead of 0.016 works. Not sure if this is due to cyclic BC, we are looking into it.
Ah, I tried, did not work regardless of number of 9’s
One possible source of confusion here is that the particle preview in the MFIX GUI (Model pane) does not apply filtering to the particles read from particle_input.csv
, it shows all of the particles in the file (up to the specified count). Adding filtering to the preview code is on our todo list.
I was talking about the dem particle_input.csv file filtering option part_in_x_max
, not the geometry x_max
This setup ( dem_rheology_dry.zip) doesn’t work for me with 25.1.1:
Error 1100: The des search grid is too fine in the X-direction. The
maximum particle diameter is larger than the cell width:
MAX DIAM: 0.96000E-03
CELL WIDTH: 0.50000E-03
Decrease the values for DESGRIDSEARCH in the project settings.
Ok let me clarify things:
This is fixed in MFiX 25.1.2. Thank you for your help in identifying and fixing this issue.