ContactEngineering / ContactMechanics

Contact mechanics using elastic half-space methods
https://contactengineering.github.io/ContactMechanics/
MIT License
20 stars 5 forks source link

What about a pipeline function make_contact_system etc... ? #90

Open sannant opened 1 year ago

sannant commented 1 year ago
t.make_elastic_contact_system(young=Es)
t.make_plastic_contact_system(young=Es, hardness=...)
t.make_adhesive_contact_system(young=Es, interaction=...)
pastewka commented 1 year ago

No objections

pastewka commented 1 year ago

Anything that makes using the code easier is good. We should at some point sit down and discuss the overall API.