FatigueTool
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FatigueTool#
Bases:
object
Defines a FatigueTool.
Overview#
Activate the current object. |
|
Creates a new FatigueBiaxialityIndication |
|
Creates a new child Comment. |
|
Creates a new FatigueDamage |
|
Creates a new FatigueDamageMatrix |
|
Creates a new FatigueEquivalentAlternativeStress |
|
Creates a new FatigueSensitivity |
|
Creates a new FatigueHysteresis |
|
Creates a new child Image. |
|
Creates a new FatigueLife |
|
Creates a new FatigueRainflowMatrix |
|
Creates a new FatigueSafetyFactor |
|
Run the ClearGeneratedData action. |
|
Copies all visible properties from this object to another. |
|
Creates a new parameter for a Property. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Run the DuplicateWithoutResults action. |
|
Run the EvaluateAllResults action. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Removes the parameter from the parameter set corresponding to the given property. |
Gets or sets the AnalysisType. |
|
Gets or sets the BinSize. |
|
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets or sets the Custom Units Name. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the DisplayTime. |
|
Gets or sets the ExposureDuration. |
|
Gets or sets the FatigueStrengthFactor. |
|
Gets or sets the Frequency. |
|
Gets or sets the FrequencySelection. |
|
Gets or sets the HistoryDataLocation. |
|
Gets the list of associated images. |
|
Gets or sets the InfiniteLife. |
|
Gets the internal object. For advanced usage only. |
|
Gets or sets the LoadingRatio. |
|
Gets or sets the LoadingType. |
|
Gets or sets the MaximumDataPointsToPlot. |
|
Gets or sets the MeanStressTheory. |
|
Gets or sets the MethodSelection. |
|
Gets or sets the OneCycleIsEqualTo. |
|
Gets the list of properties for this object. |
|
Gets or sets the ResultsInput. |
|
Gets or sets the ScaleFactor. |
|
Gets or sets the StressComponent. |
|
Gets or sets the UnitsName. |
|
Gets or sets the UseQuickRainflowCounting. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property FatigueTool.AnalysisType: Ansys.Mechanical.DataModel.Enums.FatigueToolAnalysisType | None#
Gets or sets the AnalysisType.
- property FatigueTool.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property FatigueTool.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property FatigueTool.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property FatigueTool.ExposureDuration: Ansys.Core.Units.Quantity | None#
Gets or sets the ExposureDuration.
- property FatigueTool.FrequencySelection: Ansys.Mechanical.DataModel.Enums.FatigueFrequencySelection | None#
Gets or sets the FrequencySelection.
- property FatigueTool.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property FatigueTool.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSFatigueToolAuto | None#
Gets the internal object. For advanced usage only.
- property FatigueTool.LoadingType: Ansys.Mechanical.DataModel.Enums.FatigueLoadType | None#
Gets or sets the LoadingType.
- property FatigueTool.MaximumDataPointsToPlot: float | None#
Gets or sets the MaximumDataPointsToPlot.
- property FatigueTool.MeanStressTheory: Ansys.Mechanical.DataModel.Enums.MeanStressTheoryType | None#
Gets or sets the MeanStressTheory.
- property FatigueTool.MethodSelection: Ansys.Mechanical.DataModel.Enums.FatigueToolMethod | None#
Gets or sets the MethodSelection.
- property FatigueTool.OneCycleIsEqualTo: Ansys.Core.Units.Quantity | None#
Gets or sets the OneCycleIsEqualTo.
- property FatigueTool.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property FatigueTool.ResultsInput: Ansys.Mechanical.DataModel.Enums.FatigueToolResultsInputType | None#
Gets or sets the ResultsInput.
- property FatigueTool.StressComponent: Ansys.Mechanical.DataModel.Enums.FatigueStressComponentType | None#
Gets or sets the StressComponent.
- property FatigueTool.UnitsName: Ansys.Mechanical.DataModel.Enums.LifeUnitsType | None#
Gets or sets the UnitsName.
Method detail#
- FatigueTool.AddBiaxialityIndication() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueBiaxialityIndication #
Creates a new FatigueBiaxialityIndication
- FatigueTool.AddComment() Ansys.ACT.Automation.Mechanical.Comment #
Creates a new child Comment.
- FatigueTool.AddDamage() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueDamage #
Creates a new FatigueDamage
- FatigueTool.AddDamageMatrix() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueDamageMatrix #
Creates a new FatigueDamageMatrix
- FatigueTool.AddEquivalentAlternativeStress() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueEquivalentAlternativeStress #
Creates a new FatigueEquivalentAlternativeStress
- FatigueTool.AddFatigueSensitivity() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueSensitivity #
Creates a new FatigueSensitivity
- FatigueTool.AddHysteresis() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueHysteresis #
Creates a new FatigueHysteresis
- FatigueTool.AddImage(filePath: str) Ansys.ACT.Automation.Mechanical.Image #
Creates a new child Image.
If a filePath is provided, the image will be loaded from that file,
if not, the image will be a screen capture of the Geometry window.
- FatigueTool.AddLife() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueLife #
Creates a new FatigueLife
- FatigueTool.AddRainflowMatrix() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueRainflowMatrix #
Creates a new FatigueRainflowMatrix
- FatigueTool.AddSafetyFactor() Ansys.ACT.Automation.Mechanical.Results.FatigueToolResults.FatigueSafetyFactor #
Creates a new FatigueSafetyFactor
- FatigueTool.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None #
Copies all visible properties from this object to another.
- FatigueTool.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Creates a new parameter for a Property.
- FatigueTool.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Creates a copy of the current DataModelObject.
- FatigueTool.DuplicateWithoutResults() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject #
Run the DuplicateWithoutResults action.
- FatigueTool.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType] #
Gets the list of children, filtered by type.
- FatigueTool.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter #
Gets the parameter corresponding to the given property.
- FatigueTool.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder #
Run the GroupSimilarObjects action.
Get a property by its API name.
If multiple properties have the same API Name, only the first property with that name will be returned.