I am currently doing a 2D simulation of a rotary positive displacement pump which uses the wankel mechanism (used by the wankel engine).
Some questions I have are
1. for dynamic mesh, why does it only work for triangular meshes?
2. how do i know what mesh size is suitable? because i thought its kind of unsuitable to conduct a mesh study on dynamic mesh?
3. how do i know what is the suitable time step for the dynamic mesh? for me i start off with a random time step which results in a negative cell volume generated during dynamic mesh movement. so i decided to keep lowering the time step until i stopped seeing negative volume.
4. how do i know which dynamic mesh type is suitable for me? smoothing, layering, remeshing. currently i am using smoothing and remeshing (according to a recommendation by my mentor but i am not sure why.)