Vacuum#

class ansys.dyna.core.pre.dynamaterial.Vacuum(estimated_material_density=1e-09)#

Defines a vacuum material.

Parameters:
estimated_material_densityfloat

Estimated material density. The default is 1e-09.

Returns:
bool

True when successful, False when failed.

Overview#

create

Create a null material.

Import detail#

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

Attribute detail#

Vacuum.estimated_material_density = 1e-09#

Method detail#

Vacuum.create(stub)#

Create a null material.