module myna.core.components.component_solidification
Define subclasses for thermal simulation Components
Available subclasses: ComponentSolidification ComponentSolidificationPart ComponentSolidificationRegion ComponentSolidificationPartSTL ComponentSolidificationRegionSTL ComponentSolidificationPartReduced ComponentSolidificationRegionReduced
class ComponentSolidification
Build-wise Component that outputs the spatial varying solidification G and V
method ComponentSolidification.__init__
__init__()
class ComponentSolidificationPart
Layer-wise Component that outputs the spatial varying solidification characteristics for a part in the format of the class FileGV
method ComponentSolidificationPart.__init__
__init__()
class ComponentSolidificationRegion
Layer-wise Component that outputs the spatial varying solidification characteristics for a region in the format of the class FileGV based on input of the region location in the format FileRegion
method ComponentSolidificationRegion.__init__
__init__()
class ComponentSolidificationBuildRegion
Layer-wise Component that outputs the spatial varying solidification characteristics for a region in the format of the class FileGV based on input of the region location in the format FileRegion
method ComponentSolidificationBuildRegion.__init__
__init__()
class ComponentSolidificationPartSTL
Layer-wise Component that outputs the spatial varying solidification characteristics for a part in the format of the class FileGV and requires an STL file as input.
method ComponentSolidificationPartSTL.__init__
__init__()
class ComponentSolidificationRegionSTL
Layer-wise Component that outputs the spatial varying solidification characteristics for a region in the format of the class FileGV based on input of the region location in the format FileRegion. Requires an STL file as input.
method ComponentSolidificationRegionSTL.__init__
__init__()
class ComponentSolidificationPartReduced
Layer-wise Component that outputs the spatial varying solidification characteristics for a region in the format of the class FileReducedSolidification
method ComponentSolidificationPartReduced.__init__
__init__()
class ComponentSolidificationRegionReduced
Layer-wise Component that outputs the spatial varying solidification characteristics for a region in the format of the class FileReducedSolidification based on input of the region location in the format FileRegion
method ComponentSolidificationRegionReduced.__init__
__init__()
class ComponentSolidificationRegionReducedSTL
Layer-wise Component that outputs the spatial varying solidification characteristics for a region in the format of the class FileReducedSolidification based on input of the region location in the format FileRegion and requiring an STL.
method ComponentSolidificationRegionReducedSTL.__init__
__init__()
This file was automatically generated via lazydocs.