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

Adds Recurrent Geometry and Random Rotation #332

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danimasa
Copy link

Adds an option to add new mesh after some time steps to feed new geometry in the simulation:

{
    "mesh": "some_mesh.msh",
    "each_time_step": 10,
    "random": {
        "rotation": {
            "min": [-10, -30, 0],
            "max": [10, 30, 0]
        }
    }
}

In that example it adds a new object after each 10 time steps and in each new object it generates a new rotation between [-10, -30, 0] and [10, 30, 0].

I only get trouble to make it work after restart a simulation. It calculates normal until reaches the first time step in which new mesh is added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants