-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
How does one extract the p-y curves used in the model?
Is it correct to just call the py curves from the utils module, say
from openpile.utils.py_curves import api_sand
y, p = api_sand(...)
But I want to get the py curves that the winkler() function used. like model.get_py_springs()? What is the difference when setting kind=element or node differ in formulating the p-y curves? I would imagine model coarseness/distance between the node mesh shouldn't affect the py curves?
I'll share some test cases
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels