ImportedLoadGroup#
- class ansys.mechanical.stubs.Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedLoadGroup#
Bases:
objectDefines a ImportedLoadGroup.
Overview#
Activate the current object. |
|
Creates a new child Comment. |
|
Creates a new child Figure. |
|
Creates a new child Image. |
|
Creates a new ImportedBodyForceDensity |
|
Creates a new ImportedBodyTemperature |
|
Creates a new Imported CFD Pressure object to map pressure loading read from a Fluent-Mechanical coupling data (.cgns) file. |
|
Creates a new ImportedConvection |
|
Creates a new ImportedDisplacement |
|
Creates a new ImportedCutBoundaryRemoteConstraint |
|
Creates a new ImportedCutBoundaryRemoteForce |
|
Creates a new ImportedDisplacement |
|
Creates a new ImportedElementOrientation |
|
Creates a new ImportedFiberRatio |
|
Creates a new ImportedForce |
|
Creates a new ImportedHeatFlux |
|
Creates a new ImportedHeatGeneration |
|
Creates a new ImportedInitialStrain |
|
Creates a new ImportedInitialStress |
|
Creates a new ImportedMaterialField |
|
Creates a new ImportedPressure |
|
Creates a new ImportedSurfaceForceDensity |
|
Creates a new ImportedTemperature |
|
Creates a new ImportedThickness |
|
Creates a new ImportedTrace |
|
Creates a new ImportedVelocity |
|
Creates a new ImportedWarpWeftRatio |
|
Creates a new ImportedYarnAngle |
|
Run the ClearGeneratedData action. |
|
Copies all visible properties from this object to another. |
|
Create body force densities for all RPMs. |
|
Run the CreateExternalLoadVelocitiesAndSyncAnalysisSettings action. |
|
Creates a new parameter for a Property. |
|
Create surface force densities for all RPMs. |
|
Run the Delete action. |
|
Creates a copy of the current DataModelObject. |
|
Gets the list of children, filtered by type. |
|
Gets the parameter corresponding to the given property. |
|
Run the GroupAllSimilarChildren action. |
|
Run the GroupSimilarObjects action. |
|
Run the ImportLoad action. |
|
Get a property by its API name. |
|
Get a property by its unique name. |
|
Run the RefreshImportedLoad action. |
|
Reloads the external data files for current Imported Load Group. |
|
Removes the parameter from the parameter set corresponding to the given property. |
|
Sets the ResultFile with unitSystem supplied. For MAPDL Results File without a unit system. |
Gets the list of children. |
|
Gets the list of associated comments. |
|
Gets the current DataModelObject's category. |
|
Gets or sets the DeleteMappedDataFilesAfterImport. |
|
Gets the list of associated figures. |
|
Gets the FilesDirectory. |
|
Gets the list of associated images. |
|
Gets the internal object. For advanced usage only. |
|
Gets the list of properties for this object. |
|
Gets or sets the ResultFile. |
|
Gets the ResultFileTimestamp. |
|
Gets or sets the ResultFileUnitSystem. |
|
Gets the Source. |
|
Gets or sets the SourceDimension. |
|
Gets or sets the Suppressed. |
|
Controls which additive simulation step is used for the data transfer. |
|
Gets or sets the TransferTemperaturesDuringSolve. |
|
Gets the list of properties that are visible for this object. |
Property detail#
- property ImportedLoadGroup.Children: List[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject] | None#
Gets the list of children.
- property ImportedLoadGroup.Comments: Iterable[Ansys.ACT.Automation.Mechanical.Comment] | None#
Gets the list of associated comments.
- property ImportedLoadGroup.DataModelObjectCategory: Ansys.Mechanical.DataModel.Enums.DataModelObjectCategory | None#
Gets the current DataModelObject's category.
- property ImportedLoadGroup.DeleteMappedDataFilesAfterImport: bool | None#
Gets or sets the DeleteMappedDataFilesAfterImport.
- property ImportedLoadGroup.Figures: Iterable[Ansys.ACT.Automation.Mechanical.Figure] | None#
Gets the list of associated figures.
- property ImportedLoadGroup.Images: Iterable[Ansys.ACT.Automation.Mechanical.Image] | None#
Gets the list of associated images.
- property ImportedLoadGroup.InternalObject: Ansys.Common.Interop.DSObjectsAuto.IDSExternalLoadGroupAuto | None#
Gets the internal object. For advanced usage only.
- property ImportedLoadGroup.Properties: tuple[Ansys.ACT.Automation.Mechanical.Property] | None#
Gets the list of properties for this object.
- property ImportedLoadGroup.ResultFileUnitSystem: Ansys.Mechanical.DataModel.Enums.WBUnitSystemType | None#
Gets or sets the ResultFileUnitSystem.
- property ImportedLoadGroup.SourceDimension: Ansys.Mechanical.DataModel.Enums.SourceDimension | None#
Gets or sets the SourceDimension.
- property ImportedLoadGroup.TransferStep: int | None#
Controls which additive simulation step is used for the data transfer.
Method detail#
- ImportedLoadGroup.AddComment() Ansys.ACT.Automation.Mechanical.Comment#
Creates a new child Comment.
- ImportedLoadGroup.AddFigure() Ansys.ACT.Automation.Mechanical.Figure#
Creates a new child Figure.
- ImportedLoadGroup.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.
- ImportedLoadGroup.AddImportedBodyForceDensity() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedBodyForceDensity#
Creates a new ImportedBodyForceDensity
- ImportedLoadGroup.AddImportedBodyTemperature() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedBodyTemperature#
Creates a new ImportedBodyTemperature
- ImportedLoadGroup.AddImportedCFDPressure() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedPressure#
Creates a new Imported CFD Pressure object to map pressure loading read from a Fluent-Mechanical coupling data (.cgns) file.
- ImportedLoadGroup.AddImportedConvection() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedConvection#
Creates a new ImportedConvection
- ImportedLoadGroup.AddImportedCutBoundaryConstraint() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedDisplacement#
Creates a new ImportedDisplacement
- ImportedLoadGroup.AddImportedCutBoundaryRemoteConstraint() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedCutBoundaryRemoteConstraint#
Creates a new ImportedCutBoundaryRemoteConstraint
- ImportedLoadGroup.AddImportedCutBoundaryRemoteForce() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedCutBoundaryRemoteForce#
Creates a new ImportedCutBoundaryRemoteForce
- ImportedLoadGroup.AddImportedDisplacement() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedDisplacement#
Creates a new ImportedDisplacement
- ImportedLoadGroup.AddImportedElementOrientation() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedElementOrientation#
Creates a new ImportedElementOrientation
- ImportedLoadGroup.AddImportedFiberRatio() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedFiberRatio#
Creates a new ImportedFiberRatio
- ImportedLoadGroup.AddImportedForce() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedForce#
Creates a new ImportedForce
- ImportedLoadGroup.AddImportedHeatFlux() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedHeatFlux#
Creates a new ImportedHeatFlux
- ImportedLoadGroup.AddImportedHeatGeneration() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedHeatGeneration#
Creates a new ImportedHeatGeneration
- ImportedLoadGroup.AddImportedInitialStrain() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedInitialStrain#
Creates a new ImportedInitialStrain
- ImportedLoadGroup.AddImportedInitialStress() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedInitialStress#
Creates a new ImportedInitialStress
- ImportedLoadGroup.AddImportedMaterialField() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedMaterialField#
Creates a new ImportedMaterialField
- ImportedLoadGroup.AddImportedPressure() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedPressure#
Creates a new ImportedPressure
- ImportedLoadGroup.AddImportedSurfaceForceDensity() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedSurfaceForceDensity#
Creates a new ImportedSurfaceForceDensity
- ImportedLoadGroup.AddImportedTemperature() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedTemperature#
Creates a new ImportedTemperature
- ImportedLoadGroup.AddImportedThickness() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedThickness#
Creates a new ImportedThickness
- ImportedLoadGroup.AddImportedTrace() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedTrace#
Creates a new ImportedTrace
- ImportedLoadGroup.AddImportedVelocity() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedVelocity#
Creates a new ImportedVelocity
- ImportedLoadGroup.AddImportedWarpWeftRatio() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedWarpWeftRatio#
Creates a new ImportedWarpWeftRatio
- ImportedLoadGroup.AddImportedYarnAngle() Ansys.ACT.Automation.Mechanical.ImportedLoads.ImportedYarnAngle#
Creates a new ImportedYarnAngle
- ImportedLoadGroup.CopyTo(other: Ansys.ACT.Automation.Mechanical.DataModelObject) None#
Copies all visible properties from this object to another.
- ImportedLoadGroup.CreateBodyForceDensitiesAndSyncAnalysisSettings() None#
Create body force densities for all RPMs.
- ImportedLoadGroup.CreateExternalLoadVelocitiesAndSyncAnalysisSettings() None#
Run the CreateExternalLoadVelocitiesAndSyncAnalysisSettings action.
- ImportedLoadGroup.CreateParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Creates a new parameter for a Property.
- ImportedLoadGroup.CreateSurfaceForceDensitiesAndSyncAnalysisSettings() None#
Create surface force densities for all RPMs.
- ImportedLoadGroup.Duplicate() Ansys.Mechanical.DataModel.Interfaces.IDataModelObject#
Creates a copy of the current DataModelObject.
- ImportedLoadGroup.GetChildren(recurses: bool, children: List[ChildrenType]) List[ChildrenType]#
Gets the list of children, filtered by type.
- ImportedLoadGroup.GetExternalDataFiles() Ansys.Mechanical.ExternalData.ExternalDataFileCollection#
- ImportedLoadGroup.GetParameter(propName: str) Ansys.ACT.Interfaces.Mechanical.IParameter#
Gets the parameter corresponding to the given property.
- ImportedLoadGroup.GroupSimilarObjects() Ansys.ACT.Automation.Mechanical.TreeGroupingFolder#
Run the GroupSimilarObjects action.
- ImportedLoadGroup.ImportExternalDataFiles(externalDataFiles: Ansys.Mechanical.ExternalData.ExternalDataFileCollection) None#
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.
- ImportedLoadGroup.PropertyByName(name: str) Ansys.ACT.Automation.Mechanical.Property#
Get a property by its unique name.
- ImportedLoadGroup.ReloadExternalDataFiles() None#
Reloads the external data files for current Imported Load Group.
- ImportedLoadGroup.RemoveParameter(propName: str) None#
Removes the parameter from the parameter set corresponding to the given property.
- ImportedLoadGroup.SetResultFile(resultFile: str, unitSystem: Ansys.Mechanical.DataModel.Enums.WBUnitSystemType) None#
Sets the ResultFile with unitSystem supplied. For MAPDL Results File without a unit system.