MicrostructureSummary
#
- class ansys.additive.core.microstructure.MicrostructureSummary(input: MicrostructureInput, result: ansys.api.additive.v0.additive_domain_pb2.MicrostructureResult, user_data_path: str)#
Provides the summary of a microstructure simulation.
Overview#
Simulation input. |
|
Path to the VTK file containing the 2D grain structure data in the XY plane. |
|
Path to the VTK file containing the 2D grain structure data in the XZ plane. |
|
Path to the VTK file containing the 2D grain structure data in the YZ plane. |
|
Circle equivalence data for the XY plane. |
|
Circle equivalence data for the XZ plane. |
|
Circle equivalence data for the YZ plane. |
|
Average grain size (µm) for the XY plane. |
|
Average grain size (µm) for the XZ plane. |
|
Average grain size (µm) for the YZ plane. |
Import detail#
from ansys.additive.core.microstructure import MicrostructureSummary
Property detail#
- property MicrostructureSummary.input#
Simulation input.
For more information, see the
MicrostructureInput
class.
- property MicrostructureSummary.xy_vtk: str#
Path to the VTK file containing the 2D grain structure data in the XY plane.
The VTK file contains these scalar data sets:
GrainBoundaries
,Orientation_(deg)
, andGrainNumber
.
- property MicrostructureSummary.xz_vtk: str#
Path to the VTK file containing the 2D grain structure data in the XZ plane.
The VTK file contains these scalar data sets:
GrainBoundaries
,Orientation_(deg)
, andGrainNumber
.
- property MicrostructureSummary.yz_vtk: str#
Path to the VTK file containing the 2D grain structure data in the YZ plane.
The VTK file contains these scalar data sets:
GrainBoundaries
,Orientation_(deg)
, andGrainNumber
.
- property MicrostructureSummary.xy_circle_equivalence: pandas.DataFrame#
Circle equivalence data for the XY plane.
For data frame column names, see the
CircleEquivalenceColumnNames
class.
- property MicrostructureSummary.xz_circle_equivalence: pandas.DataFrame#
Circle equivalence data for the XZ plane.
For data frame column names, see the
CircleEquivalenceColumnNames
class.
- property MicrostructureSummary.yz_circle_equivalence: pandas.DataFrame#
Circle equivalence data for the YZ plane.
For data frame column names, see the
CircleEquivalenceColumnNames
class.
- property MicrostructureSummary.xy_average_grain_size: float#
Average grain size (µm) for the XY plane.
Method detail#
- MicrostructureSummary.__repr__()#