MatNull#

class ansys.dyna.core.pre.dynamaterial.MatNull(mass_density=0, pressure_cutoff=0)#

Defines a null material.

Young’s modulus and Poisson’s ratio are used to set the contact stiffness.

Parameters:
mass_densityfloat, optional

Mass density. The default is 0.

pressure_cutoff

Overview#

create

Create a null material.

ro

pc

Import detail#

from ansys.dyna.core.pre.dynamaterial import MatNull

Attribute detail#

MatNull.ro = 0#
MatNull.pc = 0#

Method detail#

MatNull.create(stub)#

Create a null material.