:class:`MatSPHIncompressibleFluid` ================================== .. py:class:: ansys.dyna.core.pre.dynamaterial.MatSPHIncompressibleFluid(mass_density=0, dynamic_viscosity=0, tension_coefficient1=0, tension_coefficient2=0) Defines an ISPH (incompressible smooth particle hyrodynamics) fluid material. :Parameters: **mass_density** : :class:`python:float`, :obj:`optional` Mass density. The default is ``0``. **dynamic_viscosity** .. **tension_coefficient1** .. **tension_coefficient2** .. .. !! processed by numpydoc !! .. py:currentmodule:: MatSPHIncompressibleFluid Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~create` - Create an ISPH fluid material. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ro` - * - :py:attr:`~mu` - * - :py:attr:`~gamma1` - * - :py:attr:`~gamma2` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynamaterial import MatSPHIncompressibleFluid Attribute detail ---------------- .. py:attribute:: ro :value: 0 .. py:attribute:: mu :value: 0 .. py:attribute:: gamma1 :value: 0 .. py:attribute:: gamma2 :value: 0 Method detail ------------- .. py:method:: create(stub) Create an ISPH fluid material. .. !! processed by numpydoc !!