Conversation
update for cello polydisperse drag force
|
First tell me what y and x are standing for in all the equations? |
|
yeah, exactly |
minor correction on coefficients
Adding the fourth power of ep
|
I think you first need to evaluate the r.h.s. of the equations for each class/size of particle in each cell and then apply it to all particles. For doing this, you need to have particle classification field. When in the base class, the average particle diameter is being calculated, this field should also be updated. Then having this field, you know which size class the particle belongs to and then the volume fraction of the particle in that cell is used in the calculation of the r.h.s of equation. |
|
I added a new method to couplingSystem, |
The implementation of the Sauter diameter is based on a correction that the cello drag force has.
Obviously there are bottlenecks in this code to increase speed compared to monodisperse mode.
But for other polydisperse drag forces there are different coefficients as you can see in the picture. So what is your suggestion for adding other models in the same format or different?