The ``dynamaterial.py`` module ============================== .. py:module:: ansys.dyna.core.pre.dynamaterial Summary ------- .. py:currentmodule:: dynamaterial .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.Air` - Defines an air material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.Liner` - Defines a liner material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.HighExplosive` - Defines a high-explosive material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.Vacuum` - Defines a vacuum material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatNull` - Defines a null material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.EMEOSTabulated1` - Defines electrical conductivity or permeability. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.EMMATTYPE` - Create a collection of name/value pairs. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatAdditional` - Defines additional properties for a material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatElastic` - Defines an isotropic hypoelastic material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatPlasticKinematic` - Define material of modelling isotropic and kinematic hardening plasticity. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatElasticPlasticThermal` - Defines temperature-dependent material coefficients. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatRigid` - Defines a rigid material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatShapeMemory` - Describe the superelastic response present in shape-memory alloys, * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatCrushableFoam` - Define material of modelling crushable foam. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatOgdenRubber` - Provides the Ogden rubber model. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatThermalIsotropic` - Defines isotropic thermal properties. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatThermalOrthotropic` - Defines orthotropic thermal properties. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatRigidDiscrete` - Defines a rigid material for shells or solids. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatPiecewiseLinearPlasticity` - Defines an elasto-plastic material with an arbitrary stress. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatModifiedPiecewiseLinearPlasticity` - Defines an elasto-plastic material supporting an arbitrary stress. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatSpotweld` - Defines a spotweld material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatFabric` - Define an airbag material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatSpringNonlinearElastic` - Provides a nonlinear elastic translational and rotational spring with an arbitrary force. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatDamperViscous` - Provides a linear translational or rotational damper located between two nodes. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatDamperNonlinearViscous` - Provides a viscous translational damper with an arbitrary force. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatSPHIncompressibleFluid` - Defines an ISPH (incompressible smooth particle hyrodynamics) fluid material. * - :py:obj:`~ansys.dyna.core.pre.dynamaterial.MatSPHIncompressibleStructure` - Defines an ISPH structure material. .. toctree:: :titlesonly: :maxdepth: 1 :hidden: Air Liner HighExplosive Vacuum MatNull EMEOSTabulated1 EMMATTYPE MatAdditional MatElastic MatPlasticKinematic MatElasticPlasticThermal MatRigid MatShapeMemory MatCrushableFoam MatOgdenRubber MatThermalIsotropic MatThermalOrthotropic MatRigidDiscrete MatPiecewiseLinearPlasticity MatModifiedPiecewiseLinearPlasticity MatSpotweld MatFabric MatSpringNonlinearElastic MatDamperViscous MatDamperNonlinearViscous MatSPHIncompressibleFluid MatSPHIncompressibleStructure Description ----------- Material API ============= Module for creating a material. .. !! processed by numpydoc !!