:class:`MatSpringNonlinearElastic` ================================== .. py:class:: ansys.dyna.core.pre.dynamaterial.MatSpringNonlinearElastic(curve) Provides a nonlinear elastic translational and rotational spring with an arbitrary force. The arbitrary force is defined as a function of displacement. The moment is defined as a function of rotation. :Parameters: **curve** : :obj:`Curve` Load curve describing force as a function of displacement or moment as a function of rotation relationship. .. !! processed by numpydoc !! .. py:currentmodule:: MatSpringNonlinearElastic Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create material spring nonlinear elastic. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~curve` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynamaterial import MatSpringNonlinearElastic Attribute detail ---------------- .. py:attribute:: curve Method detail ------------- .. py:method:: create(stub) Create material spring nonlinear elastic. .. !! processed by numpydoc !!