Hello, I am new MFIX user who switched from Ansys Fluent.
I am currently trying to give vibration and microjet on a fluidized bed.
My questions are,
How can I give downward microjet(Diameter is 500 micrometer). The location is (x,y)=(xmax/2, 0.1 meter).
I was trying to use point-source with mass flow rate and V-velocity. Is it correct approach?
When I was using fluent, I used attached txt file to give a sinusoidal vibration_udf_fluent.c.txt (1.4 KB) gravity in the momentum source term. How can I give sinusodial gravity effect using UDF in MFIX?
I think I need to use turbulence model since the microjet velocity is 200 m/s. Which turbulence model do you recommend? k-e or L-scale?
I am also interested in this topic to change the gravity with time. However, although the attached usr1.f can be built successfully. It can not work at all. In this case, I set a constant value of 0 for gravity_y, but I have still seen particles settling down.
Could you please help me check the usr1.f? Thank you very much for your help.
Please make sure you have enabled UDFs. In the GUI, go to the Model Setup pane, and check the box “Enable user-defined subroutines” in the Advanced settings.
Hi Jeff, Thanks for your reply. I am sure that I have enabled UDFs. Attached are the example I run for the udf, which is based on the tutorial case fluid_bed_dem_2d. As you can see, even I have make the gravity_y=0, many particles still settle down. Looking forward to hearing from you. dem2dcase.zip (14.2 KB)