Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotatory and translatory mesh motion #14

Closed
juwoha opened this issue Jul 3, 2024 · 0 comments · Fixed by #15
Closed

Rotatory and translatory mesh motion #14

juwoha opened this issue Jul 3, 2024 · 0 comments · Fixed by #15
Assignees
Labels
bug Something isn't working

Comments

@juwoha
Copy link

juwoha commented Jul 3, 2024

Hi everyone,

I am trying to simulate a gear-like disc with both rotational and translational motion interacting with an agglomerate. The goal is for the geometry to rotate around its center. I have selected the appropriate option in the time-dependent motion setup. However, when I run the simulation, the geometry wobbles around its center.

I am unsure whether the geometry center is recalculated at each time step or only at the first time step. Regardless, it appears that the calculation of the geometry center is causing the wobbling issue.

To investigate, I created a test case using a cylinder geometry, which behaves as expected without any wobbling. However, when I load my gear-like geometry, the wobbling occurs.

Setup Details

  • Time-dependent motion:

    • Checked "Rotate around center"
    • Translational velocity (x) = 1 m/s
    • Rotational velocity (z) = 600 rad/s
  • Test Cases:

    • Cylinder (radius = 75 mm, height = 8 mm) at position (0, 0, 0)
    • Gear-like geometry (Rotation_Test2.STL) at position (0, 0, 0)
  • Simulation Setup:

    • Simulation step: 2.5e-8 s
    • CPU mode
    • Interparticle contact model/Particle wall contact model: Hertz-Mindlin
  • Simulation Domain:

    • min_x, min_y, min_z, max_x, max_y, max_z = [-1000, -1000, -1000, 1000, 1000, 1000] (in mm)
  • Environment:

    • Tested on Windows 10
    • MUSEN version 1.74.0 installed via open setup installer

I would greatly appreciate it if someone could verify the problem or point out any mistakes in my setup.

Many thanks and greetings.

Geometry example

disc_example
test_geometry.zip

@vasylskorych vasylskorych self-assigned this Jul 4, 2024
@vasylskorych vasylskorych added the bug Something isn't working label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants