Functions
get(*args, **kwargs) |
Get a class from its key string from keys() |
grid_id() |
Return mechanics grid ID |
keys() |
Return a list of string keys to be used with get() |
summary([indent, ncolumns, padding]) |
Return a string summarizing the models and their parameters |
Classes
AnisotropicMaterial(*args, **kwargs) |
Describes the “Simple anisotropic material” mechanics material |
CompressibleMooneyRivlinMaterial(*args, **kwargs) |
Describes the “Compressible Mooney-Rivlin material” mechanics material |
CompressibleNeoHookeanMaterial(*args, **kwargs) |
Describes the “Compressible neo-Hooke material” mechanics material |
DemirayMaterial(*args, **kwargs) |
Describes the “Demiray material” mechanics material |
DispersionArterialMaterial(*args, **kwargs) |
Describes the “Gasser et al. |
FullHolzapfelOgdenMaterial(*args, **kwargs) |
Describes the “Full Holzapfel-Ogden material” mechanics material |
GuccioneMaterial(*args, **kwargs) |
Describes the “Guccione et al. |
HolzapfelArterialMaterial(*args, **kwargs) |
Describes the “Holzapfel et al. |
HolzapfelOgdenMaterial(*args, **kwargs) |
Describes the “Holzapfel-Ogden material” mechanics material |
LinearMaterial(*args, **kwargs) |
Describes the “Linear material” mechanics material |
ModifiedMooneyRivlinMaterial(*args, **kwargs) |
Describes the “Modified Mooney-Rivlin material” mechanics material |
MooneyRivlinMaterial(*args, **kwargs) |
Describes the “Mooney-Rivlin material” mechanics material |
NeoHookeanMaterial(*args, **kwargs) |
Describes the “Neo-Hooke material” mechanics material |
ReducedHolzapfelOgdenDispersionMaterial(…) |
Describes the “Reduced Holzapfel-Ogden material with dispersion” mechanics material |
ReducedHolzapfelOgdenMaterial(*args, **kwargs) |
Describes the “Reduced Holzapfel-Ogden material” mechanics material |
StVenantKirchhoffMaterial(*args, **kwargs) |
Describes the “St. |
UsykMaterial(*args, **kwargs) |
Describes the “Usyk et al. |
carputils.model.mechanics.AnisotropicMaterial(*args, **kwargs)Describes the “Simple anisotropic material” mechanics material
carputils.model.mechanics.CompressibleMooneyRivlinMaterial(*args, **kwargs)Describes the “Compressible Mooney-Rivlin material” mechanics material
carputils.model.mechanics.CompressibleNeoHookeanMaterial(*args, **kwargs)Describes the “Compressible neo-Hooke material” mechanics material
carputils.model.mechanics.DemirayMaterial(*args, **kwargs)Describes the “Demiray material” mechanics material
carputils.model.mechanics.DispersionArterialMaterial(*args, **kwargs)Describes the “Gasser et al. (2006) artery material with dispersion” mechanics material
carputils.model.mechanics.FullHolzapfelOgdenMaterial(*args, **kwargs)Describes the “Full Holzapfel-Ogden material” mechanics material
carputils.model.mechanics.GuccioneMaterial(*args, **kwargs)Describes the “Guccione et al. (1995) material” mechanics material
carputils.model.mechanics.HolzapfelArterialMaterial(*args, **kwargs)Describes the “Holzapfel et al. (2000) artery material” mechanics material
carputils.model.mechanics.HolzapfelOgdenMaterial(*args, **kwargs)Describes the “Holzapfel-Ogden material” mechanics material
carputils.model.mechanics.LinearMaterial(*args, **kwargs)Describes the “Linear material” mechanics material
carputils.model.mechanics.ModifiedMooneyRivlinMaterial(*args, **kwargs)Describes the “Modified Mooney-Rivlin material” mechanics material
carputils.model.mechanics.MooneyRivlinMaterial(*args, **kwargs)Describes the “Mooney-Rivlin material” mechanics material
carputils.model.mechanics.NeoHookeanMaterial(*args, **kwargs)Describes the “Neo-Hooke material” mechanics material
carputils.model.mechanics.ReducedHolzapfelOgdenDispersionMaterial(*args, **kwargs)Describes the “Reduced Holzapfel-Ogden material with dispersion” mechanics material
carputils.model.mechanics.ReducedHolzapfelOgdenMaterial(*args, **kwargs)Describes the “Reduced Holzapfel-Ogden material” mechanics material
carputils.model.mechanics.StVenantKirchhoffMaterial(*args, **kwargs)Describes the “St. Venant-Kirchhoff material” mechanics material
carputils.model.mechanics.UsykMaterial(*args, **kwargs)Describes the “Usyk et al. (2000) material” mechanics material
carputils.model.mechanics.get(*args, **kwargs)Get a class from its key string from keys()
carputils.model.mechanics.grid_id()Return mechanics grid ID
carputils.model.mechanics.keys()Return a list of string keys to be used with get()
carputils.model.mechanics.summary(indent=2, ncolumns=4, padding=2)Return a string summarizing the models and their parameters