Section#
The Section commands are used to create sections and profiles with their associated properties and behavior. The various section objects are all derived from the Section object. The various profile objects are all derived from the Profile object. See Property commands for the property assignment commands.
Objects in Section
Create sections#
In Mdb#
- class SectionModel(name, description='', stefanBoltzmann=None, absoluteZero=None, waveFormulation=abaqusConstants.NOT_SET, modelType=abaqusConstants.STANDARD_EXPLICIT, universalGas=None, copyConstraints=ON, copyConnectors=ON, copyInteractions=ON)[source]
Abaqus creates a Model object named Model-1 when a session is started.
Note
This object can be accessed by:
mdb.models[name]
Note
Public Data Attributes:
Inherited from
ModelBasenameA String specifying the repository key.
stefanBoltzmannNone or a Float specifying the Stefan-Boltzmann constant.
absoluteZeroNone or a Float specifying the absolute zero constant.
waveFormulationA SymbolicConstant specifying the type of incident wave formulation to be used in acoustic problems.
universalGasNone or a Float specifying the universal gas constant.
noPartsInputFileA Boolean specifying whether an input file should be written without parts and assemblies.
restartIncrementAn Int specifying the increment, interval, iteration or cycle where the restart analysis will start.
endRestartStepA Boolean specifying that the step specified by restartStep should be terminated at the increment specified by restartIncrement.
shellToSolidA Boolean specifying that a shell global model drives a solid submodel.
lastChangedCountA Float specifying the time stamp that indicates when the model was last changed.
descriptionA String specifying the purpose and contents of the Model object.
restartJobA String specifying the name of the job that generated the restart data.
restartStepA String specifying the name of the step where the restart analysis will start.
globalJobA String specifying the name of the job that generated the results for the global model.
copyConstraintsA boolean specifying the status of constraints created in a model, in the model which instances this model.
copyConnectorsA boolean specifying the status of connectors created in a model, in the model which instances this model.
copyInteractionsA boolean specifying the status of interactions created in a model, in the model which instances this model.
keywordBlockA
KeywordBlockobject.rootAssemblyAn
Assemblyobject.amplitudesA repository of Amplitude objects.
profilesA repository of Profile objects.
boundaryConditionsA repository of BoundaryCondition objects.
constraintsA repository of ConstrainedSketchConstraint objects.
analyticalFieldsA repository of AnalyticalField objects.
discreteFieldsA repository of DiscreteField objects.
predefinedFieldsA repository of PredefinedField objects.
interactionsA repository of Interaction objects.
interactionPropertiesA repository of InteractionProperty objects.
contactControlsA repository of ContactControl objects.
contactInitializationsA repository of ContactInitialization objects.
contactStabilizationsA repository of ContactStabilization objects.
linkedInstancesA tuple of tuples of Strings specifying the linked child PartInstance name in the current model to the corresponding parent PartInstance name in a different model.
linkedPartsA tuple of tuples of Strings specifying the linked child Part name in the current model to the corresponding parent Part name in a different model.
loadsA repository of Load objects.
materialsA repository of Material objects.
calibrationsA repository of Calibration objects.
sectionsA repository of Section objects.
remeshingRulesA repository of RemeshingRule objects.
sketchesA repository of ConstrainedSketch objects.
partsA repository of Part objects.
stepsA repository of Step objects.
featureOptionsA
FeatureOptionsobject.adaptiveMeshConstraintsA repository of AdaptiveMeshConstraint objects.
adaptiveMeshControlsA repository of AdaptiveMeshControl objects.
timePointsA repository of TimePoint objects.
filtersA repository of Filter objects.
integratedOutputSectionsA repository of IntegratedOutputSection objects.
fieldOutputRequestsA repository of FieldOutputRequest objects.
historyOutputRequestsA repository of HistoryOutputRequest objects.
optimizationTasksA repository of OptimizationTask objects.
tableCollectionsA repository of TableCollection objects.
eventSeriesTypesA repository of EventSeriesType objects.
eventSeriesDatasA repository of EventSeriesData objects.
Public Methods:
AcousticInfiniteSection(name, material[, ...])This method creates an AcousticInfiniteSection object.
AcousticInterfaceSection(name[, thickness])This method creates an AcousticInterfaceSection object.
BeamSection(name, integration, profile[, ...])This method creates a BeamSection object.
CohesiveSection(name, response, material[, ...])This method creates a CohesiveSection object.
CompositeShellSection(name, layup[, ...])This method creates a CompositeShellSection object.
CompositeSolidSection(name, layup[, ...])This method creates a CompositeSolidSection object.
ConnectorSection(name[, assembledType, ...])This method creates a ConnectorSection object.
EulerianSection(name, data)This method creates a EulerianSection object.
GasketSection(name, material[, ...])This method creates a GasketSection object.
GeneralStiffnessSection(name, stiffnessMatrix)This method creates a GeneralStiffnessSection object.
HomogeneousShellSection(name, material[, ...])This method creates a HomogeneousShellSection object.
HomogeneousSolidSection(name, material[, ...])This method creates a HomogeneousSolidSection object.
MembraneSection(name, material[, thickness, ...])This method creates a MembraneSection object.
MPCSection(name, mpcType[, userMode, userType])This method creates a MPCSection object.
PEGSection(name, material[, thickness, ...])This method creates a PEGSection object.
SurfaceSection(name[, useDensity, density])This method creates a SurfaceSection object.
TrussSection(name, material[, area])This method creates a TrussSection object.
Inherited from
ModelBase__init__(name[, description, ...])This method creates a Model object.
ModelFromInputFile(name, inputFileName)This method creates a Model object by reading the keywords in an input file and creating the corresponding Abaqus/CAE objects.
ModelFromOdbFile(name, odbFileName)This method creates a Model object by reading an output database and creating any corresponding Abaqus/CAE objects.
ModelFromNastranFile(modelName, inputFileName)This method creates a Model object by reading the keywords in a Nastran bulk data file or Nastran input file and creating any corresponding Abaqus/CAE objects.
setValues([description, noPartsInputFile, ...])This method modifies the Model object.
In Odb#
- class SectionOdb(name, analysisTitle='', description='', path='')[source]
Public Data Attributes:
Inherited from
OdbBaseisReadOnlyA Boolean specifying whether the output database was opened with read-only access.
amplitudesA repository of Amplitude objects.
filtersA repository of Filter objects.
rootAssemblyAn
OdbAssemblyobject.jobDataA
JobDataobject.partsA repository of OdbPart objects.
materialsA repository of Material objects.
stepsA repository of OdbStep objects.
sectionsA repository of Section objects.
sectionCategoriesA repository of SectionCategory objects.
sectorDefinitionA
SectorDefinitionobject.userDataA
UserDataobject.customDataA
RepositorySupportobject.profilesA repository of Profile objects.
Public Methods:
AcousticInfiniteSection(name, material[, ...])This method creates an AcousticInfiniteSection object.
AcousticInterfaceSection(name[, thickness])This method creates an AcousticInterfaceSection object.
BeamSection(name, integration, profile[, ...])This method creates a BeamSection object.
CohesiveSection(name, response, material[, ...])This method creates a CohesiveSection object.
CompositeShellSection(name, layup[, ...])This method creates a CompositeShellSection object.
CompositeSolidSection(name, layup[, ...])This method creates a CompositeSolidSection object.
ConnectorSection(name[, assembledType, ...])This method creates a ConnectorSection object.
EulerianSection(name, data)This method creates a EulerianSection object.
GasketSection(name, material[, ...])This method creates a GasketSection object.
GeneralStiffnessSection(name, stiffnessMatrix)This method creates a GeneralStiffnessSection object.
HomogeneousShellSection(name, material[, ...])This method creates a HomogeneousShellSection object.
HomogeneousSolidSection(name, material[, ...])This method creates a HomogeneousSolidSection object.
MembraneSection(name, material[, thickness, ...])This method creates a MembraneSection object.
MPCSection(name, mpcType[, userMode, userType])This method creates a MPCSection object.
PEGSection(name, material[, thickness, ...])This method creates a PEGSection object.
SurfaceSection(name[, useDensity, density])This method creates a SurfaceSection object.
TrussSection(name, material[, area])This method creates a TrussSection object.
Inherited from
OdbBase__init__(name[, analysisTitle, description, ...])This method creates a new Odb object.
close()This method closes an output database.
getFrame(frameValue[, match])This method returns the frame at the specified time, frequency, or mode.
save()This method saves output to an output database (.odb ) file.
update()This method is used to update an Odb object in memory while an Abaqus analysis writes data to the associated output database.