MaterialConstants#

class ansys.additive.core.material.MaterialConstants#

Provides constants related to additive materials.

Overview#

DEFAULT_LASER_SHAPE_PARAMETER

Default laser shape parameter for dynamic defocus heat source.

MIN_LASER_SHAPE_PARAMETER

Minimum laser shape parameter for dynamic defocus heat source.

MAX_LASER_SHAPE_PARAMETER

Maximum laser shape parameter for dynamic defocus heat source.

DEFAULT_LASER_DISTRIBUTION_PARAMETER

Default laser distribution parameter for dynamic defocus heat source.

MIN_LASER_DISTRIBUTION_PARAMETER

Minimum laser distribution parameter for dynamic defocus heat source.

MAX_LASER_DISTRIBUTION_PARAMETER

Maximum laser distribution parameter for dynamic defocus heat source.

DEFAULT_FRESNAL_ABSORPTION_COEFFICIENT

Default Fresnal absorption coefficient for dynamic defocus heat source.

MIN_FRESNAL_ABSORPTION_COEFFICIENT

Minimum Fresnal absorption coefficient for dynamic defocus heat source.

MAX_FRESNAL_ABSORPTION_COEFFICIENT

Maximum Fresnal absorption coefficient for dynamic defocus heat source.

DEFAULT_ABSORPTION_CONDUCTION_MODE

Default absorption in conduction mode for dynamic defocus heat source.

MIN_ABSORPTION_CONDUCTION_MODE

Minimum absorption in conduction mode for dynamic defocus heat source.

MAX_ABSORPTION_CONDUCTION_MODE

Maximum absorption in conduction mode for dynamic defocus heat source.

Import detail#

from ansys.additive.core.material import MaterialConstants

Attribute detail#

MaterialConstants.DEFAULT_LASER_SHAPE_PARAMETER = 2.0#

Default laser shape parameter for dynamic defocus heat source.

MaterialConstants.MIN_LASER_SHAPE_PARAMETER = 1.0#

Minimum laser shape parameter for dynamic defocus heat source.

MaterialConstants.MAX_LASER_SHAPE_PARAMETER = 10.0#

Maximum laser shape parameter for dynamic defocus heat source.

MaterialConstants.DEFAULT_LASER_DISTRIBUTION_PARAMETER = 2.0#

Default laser distribution parameter for dynamic defocus heat source.

MaterialConstants.MIN_LASER_DISTRIBUTION_PARAMETER = 1.0#

Minimum laser distribution parameter for dynamic defocus heat source.

MaterialConstants.MAX_LASER_DISTRIBUTION_PARAMETER = 10.0#

Maximum laser distribution parameter for dynamic defocus heat source.

MaterialConstants.DEFAULT_FRESNAL_ABSORPTION_COEFFICIENT = 0.28#

Default Fresnal absorption coefficient for dynamic defocus heat source.

MaterialConstants.MIN_FRESNAL_ABSORPTION_COEFFICIENT = 0.0#

Minimum Fresnal absorption coefficient for dynamic defocus heat source.

MaterialConstants.MAX_FRESNAL_ABSORPTION_COEFFICIENT = 1.0#

Maximum Fresnal absorption coefficient for dynamic defocus heat source.

MaterialConstants.DEFAULT_ABSORPTION_CONDUCTION_MODE = 0.35#

Default absorption in conduction mode for dynamic defocus heat source.

MaterialConstants.MIN_ABSORPTION_CONDUCTION_MODE = 0.0#

Minimum absorption in conduction mode for dynamic defocus heat source.

MaterialConstants.MAX_ABSORPTION_CONDUCTION_MODE = 1.0#

Maximum absorption in conduction mode for dynamic defocus heat source.