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

Boundary conditions at Z=0 #4

Open
FredDuhart opened this issue Apr 24, 2023 · 1 comment
Open

Boundary conditions at Z=0 #4

FredDuhart opened this issue Apr 24, 2023 · 1 comment

Comments

@FredDuhart
Copy link

Hi Mostafa,

First of all, thank you very much for this great job.
Your program works very well, but i noticed one little issue. When z = 0 and x <= a then vertical stress should be equal to q.
But we can see in example 'Stress_Validation.py' that Stress_Z[0] = 107.18604438890017 and not 100 (q value).

Have you some explanation for this issue?

Thanks!

Frédéric

@FredDuhart
Copy link
Author

I answer to my self :
A way to resolve this problem is to make 2 two succesive iteration (for example iteration =25 and iteration = 26) and the good result is the mean of the 2 results.

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

1 participant