Isotropic class constructor accept others pairs than Young Modulus and Poissons Ratio · Issue #18 · compmec/section · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Isotropic instance can have the attributes:
E
Young Modulusν
Poissons Ratioλ
Lamé's first parameterμ
Lamé's second parameterG
Shear ModulusK
Bulk ModulusM
P-Wave ModulusIn fact, to construct an object, it's only needed two values from these, as shown in Lamé Parameters
Currently, the constructor accepts only the pair
(young_modulus, poissons_ratio)
.It would be nice to add the other combinations.
The text was updated successfully, but these errors were encountered: