DiscoverLearnDocumentationGet OpenPLXSearch Contact

Physics3D/Interactions/Flexibility/LinearElasticCylindricalFlexibility.openplx

LinearElasticCylindricalFlexibility

LinearElasticCylindricalFlexibility is DefaultCylindricalFlexibility:
    .doc: """
    Define a linear elastic flexibility model for each constrained degree of freedom for a Cylindrical.
    """
    default_stiffness is Real: 100000.0
    along_normal becomes Physics.Interactions.Flexibility.LinearElastic:
        stiffness: default_stiffness
    along_cross becomes Physics.Interactions.Flexibility.LinearElastic:
        stiffness: default_stiffness
    around_normal becomes Physics.Interactions.Flexibility.LinearElastic:
        stiffness: default_stiffness
    around_cross becomes Physics.Interactions.Flexibility.LinearElastic:
        stiffness: default_stiffness