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

traceline gets stuck #45

Open
mbakker7 opened this issue Jun 8, 2020 · 0 comments
Open

traceline gets stuck #45

mbakker7 opened this issue Jun 8, 2020 · 0 comments
Labels

Comments

@mbakker7
Copy link
Owner

mbakker7 commented Jun 8, 2020

The following traceline gets stuck and doesn't reach the line-sink

z = np.arange(20, -0.1, -0.5)
ml = Model3D(z=z, kaq=10)
L = 50
x = np.linspace(0, 50, 2)
y = np.zeros_like(x)
HeadLineSinkString(ml, xy=list(zip(x, y)), hls=0, layers=27)
Constant(ml, 0, 100, 10)
ml.solve()
tr = timtraceline(ml, 100, 50, 6, hstepmax=5, nstepmax=1000, metadata=True)
@mbakker7 mbakker7 added the bug label Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant