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#
Get the data frame containing the melt pool data. |
|
Return the median reference depth over reference width. |
|
Return the median length over width. |
|
Return the median width. |
|
Return the median depth. |
|
Return the median length. |
|
Return the median reference width. |
|
Return the median reference depth. |
Path to the thermal history output file. |
Import detail#
from ansys.additive.core.single_bead import MeltPool
Property detail#
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.__repr__()#