MeltPool#

class ansys.additive.core.single_bead.MeltPool(msg: ansys.api.additive.v0.additive_domain_pb2.MeltPool, thermal_history_output: str | None = None)#

Contains the melt pool size dimensions for each time step during a single bead simulation.

Overview#

data_frame

Get the data frame containing the melt pool data.

depth_over_width

Return the median reference depth over reference width.

length_over_width

Return the median length over width.

median_width

Return the median width.

median_depth

Return the median depth.

median_length

Return the median length.

median_reference_width

Return the median reference width.

median_reference_depth

Return the median reference depth.

thermal_history_output

Path to the thermal history output file.

Import detail#

from ansys.additive.core.single_bead import MeltPool

Property detail#

property MeltPool.thermal_history_output: str | None#

Path to the thermal history output file.

Method detail#

MeltPool.data_frame() pandas.DataFrame#

Get the data frame containing the melt pool data.

Values are in meters.

Indices:
  • bead_length: Length of the bead at each time step.

Columns:
MeltPool.depth_over_width() float#

Return the median reference depth over reference width.

MeltPool.length_over_width() float#

Return the median length over width.

MeltPool.median_width() float#

Return the median width.

MeltPool.median_depth() float#

Return the median depth.

MeltPool.median_length() float#

Return the median length.

MeltPool.median_reference_width() float#

Return the median reference width.

MeltPool.median_reference_depth() float#

Return the median reference depth.

MeltPool.__eq__(__o: object) bool#
MeltPool.__repr__()#