Multibody molecular dynamics - #7
Open
kbsezginel wants to merge 6 commits into
Open
Conversation
Owner
Author
|
This will resolve #6 |
If there are no bonds specified in the data file and you want to add bonds in the input file you need to tell LAMMPS that. That's done by adding kwargs to read_data command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables setting up multibody topology meaning all wheels and chassis are grouped as rigid bodies and the wheels are bonded to the chassis. The surface atoms are also grouped as a rigid body.
This required a lot of workarounds to figure out which atom belongs to which group. Also, the nanocar building should follow a particular procedure in order to group atoms correctly. This is a temporary solution before Avogadro plug-in architecture is improved. The limitations are listed in usage information.
Still working on setting up a physically meaningful simulation.