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

fix issue #453 #454

Merged
merged 1 commit into from
Oct 23, 2021
Merged

fix issue #453 #454

merged 1 commit into from
Oct 23, 2021

Conversation

gilbertogalvis
Copy link
Contributor

This PR fix the issue #453

Test code

[x, y, z] = meshgrid(-0.8:0.2:0.8, -0.8:0.2:0.8, -0.8:0.8:0.8);

u = sin(pi*x).*cos(pi*y).*cos(pi*z);
v = -cos(pi*x).*sin(pi*y).*cos(pi*z);
w = sqrt(2/3)*cos(pi*x).*cos(pi*y).*sin(pi*z);

figure
quiver3(x, y, z, u, v, z)

axis([-1 1 -1 1 -1 1])

title('Turbulence Values')
xlabel('x')
ylabel('x')
zlabel('z')

fig2plotly(gcf);

Screen Shot 2021-10-23 at 12 13 06 PM

@gilbertogalvis gilbertogalvis merged commit 758461a into master Oct 23, 2021
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