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

Bugs beam particles #571

Open
Xiangyu-Hu opened this issue May 5, 2024 · 1 comment
Open

Bugs beam particles #571

Xiangyu-Hu opened this issue May 5, 2024 · 1 comment
Assignees

Comments

@Xiangyu-Hu
Copy link
Owner

Xiangyu-Hu commented May 5, 2024

registerVariable(pseudo_b_n_, "PseudoBinormal",
[&](size_t i) -> Vecd
{ return pseudo_b_n_[i]; });

@rukawaaaaaaa This seems a bug.

https://github.com/Xiangyu-Hu/SPHinXsys/blob/ea091def9749e736b798016efd994b1f8898e2d1/src/for_3D_build/particle_dynamics/solid_dynamics/slender_structure_dynamics.cpp#L29C1-L43C2

Simple a copy from shell dynamics? Seems a bug too.

@Xiangyu-Hu Xiangyu-Hu changed the title A bug beam particles Bugs beam particles May 5, 2024
@rukawaaaaaaa
Copy link
Collaborator

registerVariable(pseudo_b_n_, "PseudoBinormal",
[&](size_t i) -> Vecd
{ return pseudo_b_n_[i]; });

@rukawaaaaaaa This seems a bug.
https://github.com/Xiangyu-Hu/SPHinXsys/blob/ea091def9749e736b798016efd994b1f8898e2d1/src/for_3D_build/particle_dynamics/solid_dynamics/slender_structure_dynamics.cpp#L29C1-L43C2

Simple a copy from shell dynamics? Seems a bug too.

Thanks for your advice, I will check this on this weekend.

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

2 participants