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

Aerodynamic beam3 visualization problem #58

Open
libo663 opened this issue Jun 13, 2024 · 2 comments
Open

Aerodynamic beam3 visualization problem #58

libo663 opened this issue Jun 13, 2024 · 2 comments

Comments

@libo663
Copy link

libo663 commented Jun 13, 2024

When modeling a twisted blade, the aerodynamic beam3 element was well defined, but in Blendyn it didn't twist as expected.
image
image

@zanoni-mbdyn
Copy link
Owner

Hi @libo663, the problem was in how the .log file entry of aerodynamic beam2 and aerodynamic beam3 elements was written (incorrectly) in MBDyn. With this fix the problem should be fixed (test case follows).

c81 data: (integer NACA0012 = 12), "../../var/naca0012.c81";
	set: const real ALPHA = 0.;
	set: const real TWIST075 = 7.*deg2rad;
	aerodynamic beam3: 2, 2,
		reference, node, null,
		reference, node,
			1, 0., cos(ALPHA), sin(ALPHA),
			3, 1., 0., 0.,
		reference, node, null,
		reference, node,
			1, 0., cos(ALPHA), sin(ALPHA),
			3, 1., 0., 0.,
		reference, node, null,
		reference, node,
			1, 0., cos(ALPHA), sin(ALPHA),
			3, 1., 0., 0.,
		const, R/15.,
		const, 0.,
		const, 0.,
		linear, .75*TWIST075, -0.25*TWIST075,
		3,
		c81, NACA0012, jacobian, yes;

image

@libo663
Copy link
Author

libo663 commented Jun 21, 2024

Hi @zanoni-mbdyn . Thank you for fixing this problem, I will try it later.

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