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

Allow for numpy array element input? #63

Closed
smolvik1 opened this issue Jun 10, 2020 · 0 comments · Fixed by #68
Closed

Allow for numpy array element input? #63

smolvik1 opened this issue Jun 10, 2020 · 0 comments · Fixed by #68

Comments

@smolvik1
Copy link
Collaborator

Example:
v_m = np.arange(5,50,10) # Mix velocity [m/s]
D = 0.2

for hastighet in v_m:
st_pipe = pysand.erosion.straight_pipe(hastighet, D)

raises exception that 'v_m is not a number' (v_m = hastighet)

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 a pull request may close this issue.

1 participant