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

Populate added mass matrix terms with hydro bodies indices #40

Open
tridelat opened this issue Aug 22, 2023 · 0 comments
Open

Populate added mass matrix terms with hydro bodies indices #40

tridelat opened this issue Aug 22, 2023 · 0 comments

Comments

@tridelat
Copy link
Collaborator

Right now, hydro bodies have to be added to the chrono system before any other chrono body or node. This is because the (dense) added mass matrix of hydro bodies is assumed to be at the upper left of the (sparse) global mass matrix. For some applications, it would make it easier to be able add hydro bodies after other bodies.

This could probably be done by populating the global mass matrix with added mass terms using the actual indices of the hydro bodies assigned by the system.

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

No branches or pull requests

1 participant