module myna.core.components.component_microstructure
Define Component subclasses for microstructure simulations
Available subclasses: ComponentMicrostructure ComponentMicrostructurePart ComponentMicrostructureRegion
class ComponentMicrostructure
Build-wise Component that outputs a 3D microstructure file in the FileVTKclass format and requires input in the FileReducedSolidification class format.
method ComponentMicrostructure.__init__
__init__()
class ComponentMicrostructurePart
Part-wise Component that outputs a 3D microstructure file in the FileVTK class format and requires input in the FileReducedSolidification class format.
method ComponentMicrostructurePart.__init__
__init__()
class ComponentMicrostructureRegion
Region-wise Component that outputs a 3D microstructure file in the FileVTK class format and requires input in the FileReducedSolidification class format.
method ComponentMicrostructureRegion.__init__
__init__()
class ComponentMicrostructureRegionSlice
Region-wise Component that outputs information on a 2D slice of the simulated microstructure in the FileGrainSlice class format and requires input in the FileReducedSolidification class format.
method ComponentMicrostructureRegionSlice.__init__
__init__()
This file was automatically generated via lazydocs.