Beam Section Profile¶
The Beam Section profile commands are used to create profiles. A profile definition specifies the properties of a beam that are related to its cross-section geometry. When you define a beam section, you must include a reference to a profile in the section definition.
Create beam section profiles¶
In Mdb¶
- class BeamSectionProfileModel(
- name,
- description=
''
, - stefanBoltzmann=
None
, - absoluteZero=
None
, - waveFormulation=
NOT_SET
, - modelType=
STANDARD_EXPLICIT
, - universalGas=
None
, - copyConstraints=
1
, - copyConnectors=
1
, - copyInteractions=
1
, 基类:
ModelBase
Abaqus creates a Model object named Model-1 when a session is started.
备注
This object can be accessed by:
mdb.models[name]
Public Data Attributes:
Inherited from
ModelBase
A String specifying the repository key.
None or a Float specifying the Stefan-Boltzmann constant.
None or a Float specifying the absolute zero constant.
A SymbolicConstant specifying the type of incident wave formulation to be used in acoustic problems.
None or a Float specifying the universal gas constant.
A Boolean specifying whether an input file should be written without parts and assemblies.
A Boolean specifying that the step specified by restartStep should be terminated at the increment specified by restartIncrement.
A Boolean specifying that a shell global model drives a solid submodel.
A Float specifying the time stamp that indicates when the model was last changed.
A String specifying the purpose and contents of the Model object.
A String specifying the name of the job that generated the restart data.
A String specifying the name of the step where the restart analysis will start.
A String specifying the name of the job that generated the results for the global model.
A boolean specifying the status of constraints created in a model, in the model which instances this model.
A boolean specifying the status of connectors created in a model, in the model which instances this model.
A boolean specifying the status of interactions created in a model, in the model which instances this model.
A KeywordBlock object.
A repository of Amplitude objects.
A repository of Profile objects.
A repository of BoundaryCondition objects.
A repository of ConstrainedSketchConstraint objects.
A repository of AnalyticalField objects.
A repository of DiscreteField objects.
A repository of PredefinedField objects.
A repository of Interaction objects.
A repository of InteractionProperty objects.
A repository of ContactControl objects.
A repository of ContactInitialization objects.
A repository of ContactStabilization objects.
A 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.
A 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.
A repository of Load objects.
A repository of Material objects.
A repository of Calibration objects.
A repository of Section objects.
A repository of RemeshingRule objects.
A repository of ConstrainedSketch objects.
A repository of Part objects.
A repository of Step objects.
A FeatureOptions object.
A repository of AdaptiveMeshConstraint objects.
A repository of AdaptiveMeshControl objects.
A repository of TimePoint objects.
A repository of Filter objects.
A repository of IntegratedOutputSection objects.
A repository of FieldOutputRequest objects.
A repository of HistoryOutputRequest objects.
A repository of OptimizationTask objects.
A repository of TableCollection objects.
A repository of EventSeriesType objects.
A repository of EventSeriesData objects.
An Int specifying the increment, interval, iteration or cycle where the restart analysis will start.
An Assembly object.
Public Methods:
beamProfilesFromOdb
(fileName)This method creates Profile objects by reading an output database.
ArbitraryProfile
(name, table)This method creates a ArbitraryProfile object.
BoxProfile
(name, a, b, uniformThickness, t1)This method creates a BoxProfile object.
CircularProfile
(name, r)This method creates a CircularProfile object.
GeneralizedProfile
(name, area, i11, i12, ...)This method creates a GeneralizedProfile object.
HexagonalProfile
(name, r, t)This method creates a HexagonalProfile object.
IProfile
(name, l, h, b1, b2, t1, t2, t3)This method creates an IProfile object.
LProfile
(name, a, b, t1, t2)This method creates a LProfile object.
PipeProfile
(name, r, t)This method creates a PipeProfile object.
RectangularProfile
(name, a, b)This method creates a RectangularProfile object.
TProfile
(name, b, h, l, tf, tw)This method creates a TProfile object.
TrapezoidalProfile
(name, a, b, c, d)This method creates a TrapezoidalProfile 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.
Member Details:
- ArbitraryProfile(name, table)[源代码]¶
This method creates a ArbitraryProfile object.
备注
This function can be accessed by:
mdb.models[name].ArbitraryProfile session.odbs[name].ArbitraryProfile
备注
-
BoxProfile(name, a, b, uniformThickness, t1, t2=
0
, t3=0
, t4=0
)[源代码]¶ This method creates a BoxProfile object.
备注
This function can be accessed by:
mdb.models[name].BoxProfile session.odbs[name].BoxProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A Float specifying the a dimension of the box profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A Float specifying the b dimension of the box profile.
- uniformThickness¶
A Boolean specifying whether the thickness is uniform.
- t1¶
A Float specifying the uniform wall thickness if uniformThickness = ON, and the wall thickness of the first segment if uniformThickness = OFF.
- t2=
0
¶ A Float specifying the wall thickness of the second segment. t2 is required only when uniformThickness = OFF. The default value is 0.0.
- t3=
0
¶ A Float specifying the wall thickness of the third segment. t3 is required only when uniformThickness = OFF. The default value is 0.0.
- t4=
0
¶ A Float specifying the wall thickness of the fourth segment. t4 is required only when uniformThickness = OFF. The default value is 0.0.
- 返回:¶
A BoxProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- CircularProfile(name, r)[源代码]¶
This method creates a CircularProfile object.
备注
This function can be accessed by:
mdb.models[name].CircularProfile session.odbs[name].CircularProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- r¶
A positive Float specifying the r dimension (outer radius) of the circular profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- 返回:¶
A CircularProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- GeneralizedProfile(name, area, i11, i12, i22, j, gammaO, gammaW)[源代码]¶
This method creates a GeneralizedProfile object.
备注
This function can be accessed by:
mdb.models[name].GeneralizedProfile session.odbs[name].GeneralizedProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- area¶
A Float specifying the cross-sectional area for the profile.
- i11¶
A Float specifying the moment of inertia for bending about the 1-axis, I11I11.
- i12¶
A Float specifying the moment of inertia for cross bending, I12I12.
- i22¶
A Float specifying the moment of inertia for bending about the 2-axis, I22I22.
- j¶
A Float specifying the torsional constant, JJ.
- gammaO¶
A Float specifying the sectorial moment, Γ0Γ0.
- gammaW¶
A Float specifying the warping constant, ΓWΓW.
- 返回:¶
A GeneralizedProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- HexagonalProfile(name, r, t)[源代码]¶
This method creates a HexagonalProfile object.
备注
This function can be accessed by:
mdb.models[name].HexagonalProfile session.odbs[name].HexagonalProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- r¶
A positive Float specifying the r dimension (outer radius) of the hexagonal profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- t¶
A positive Float specifying the t dimension (wall thickness) of the hexagonal profile, t < (sqrt(3)/2)r.
- 返回:¶
A HexagonalProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- IProfile(name, l, h, b1, b2, t1, t2, t3)[源代码]¶
This method creates an IProfile object.
备注
This function can be accessed by:
mdb.models[name].IProfile session.odbs[name].IProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- l¶
A Float specifying the l dimension (offset of 1-axis from the bottom flange surface) of the I profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- h¶
A Float specifying the h dimension (height) of the I profile.
- b1¶
A Float specifying the b1 dimension (bottom flange width) of the I profile.
- b2¶
A Float specifying the b2 dimension (top flange width) of the I profile.
- t1¶
A Float specifying the t1 dimension (bottom flange thickness) of the I profile.
- t2¶
A Float specifying the t2 dimension (top flange thickness) of the I profile.
- t3¶
A Float specifying the t3 dimension (web thickness) of the I profile.
- 返回:¶
An IProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- LProfile(name, a, b, t1, t2)[源代码]¶
This method creates a LProfile object.
备注
This function can be accessed by:
mdb.models[name].LProfile session.odbs[name].LProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A positive Float specifying the a dimension (flange length) of the L profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A positive Float specifying the b dimension (flange length) of the L profile.
- t1¶
A positive Float specifying the t1 dimension (flange thickness) of the L profile (t1 < b).
- t2¶
A positive Float specifying the t2 dimension (flange thickness) of the L profile (t2< a).
- 返回:¶
A LProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- PipeProfile(name, r, t)[源代码]¶
This method creates a PipeProfile object.
备注
This function can be accessed by:
mdb.models[name].PipeProfile session.odbs[name].PipeProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- r¶
A Float specifying the outer radius of the pipe. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- t¶
A Float specifying the wall thickness of the pipe.
- 返回:¶
A PipeProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- RectangularProfile(name, a, b)[源代码]¶
This method creates a RectangularProfile object.
备注
This function can be accessed by:
mdb.models[name].RectangularProfile session.odbs[name].RectangularProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A positive Float specifying the a dimension of the rectangular profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A positive Float specifying the b dimension of the rectangular profile.
- 返回:¶
A RectangularProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- TProfile(name, b, h, l, tf, tw)[源代码]¶
This method creates a TProfile object.
备注
This function can be accessed by:
mdb.models[name].TProfile session.odbs[name].TProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- b¶
A positive Float specifying the b dimension (flange width) of the T profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- h¶
A positive Float specifying the h dimension (height) of the T profile.
- l¶
A positive Float specifying the l dimension (offset of 1-axis from the edge of web) of the T profile.
- tf¶
A positive Float specifying the tf dimension (flange thickness) of the T profile (tf < h).
- tw¶
A positive Float specifying the tw dimension (web thickness) of the T profile (tw< b).
- 返回:¶
A TProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- TrapezoidalProfile(name, a, b, c, d)[源代码]¶
This method creates a TrapezoidalProfile object.
备注
This function can be accessed by:
mdb.models[name].TrapezoidalProfile session.odbs[name].TrapezoidalProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A positive Float specifying the a dimension of the Trapezoidal profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A positive Float specifying the b dimension of the Trapezoidal profile.
- c¶
A positive Float specifying the c dimension of the Trapezoidal profile.
- d¶
A Float specifying the d dimension of the Trapezoidal profile.
- 返回:¶
A TrapezoidalProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
In Odb¶
-
class BeamSectionProfileOdb(name, analysisTitle=
''
, description=''
, path=''
)[源代码]¶ 基类:
OdbBase
The Odb object is the in-memory representation of an output database (ODB) file.
备注
This object can be accessed by:
import odbAccess session.odbs[name]
Public Data Attributes:
Inherited from
OdbBase
A Boolean specifying whether the output database was opened with read-only access.
A repository of Amplitude objects.
A repository of Filter objects.
An OdbAssembly object.
A JobData object.
A repository of OdbPart objects.
A repository of Material objects.
A repository of OdbStep objects.
A repository of Section objects.
A repository of SectionCategory objects.
A SectorDefinition object.
A UserData object.
A RepositorySupport object.
A repository of Profile objects.
Public Methods:
ArbitraryProfile
(name, table)This method creates a ArbitraryProfile object.
BoxProfile
(name, a, b, uniformThickness, t1)This method creates a BoxProfile object.
CircularProfile
(name, r)This method creates a CircularProfile object.
GeneralizedProfile
(name, area, i11, i12, ...)This method creates a GeneralizedProfile object.
HexagonalProfile
(name, r, t)This method creates a HexagonalProfile object.
IProfile
(name, l, h, b1, b2, t1, t2, t3)This method creates an IProfile object.
LProfile
(name, a, b, t1, t2)This method creates a LProfile object.
PipeProfile
(name, r, t)This method creates a PipeProfile object.
RectangularProfile
(name, a, b)This method creates a RectangularProfile object.
TProfile
(name, b, h, l, tf, tw)This method creates a TProfile object.
TrapezoidalProfile
(name, a, b, c, d)This method creates a TrapezoidalProfile 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.
Member Details:
- ArbitraryProfile(name, table)[源代码]¶
This method creates a ArbitraryProfile object.
备注
This function can be accessed by:
mdb.models[name].ArbitraryProfile session.odbs[name].ArbitraryProfile
备注
-
BoxProfile(name, a, b, uniformThickness, t1, t2=
0
, t3=0
, t4=0
)[源代码]¶ This method creates a BoxProfile object.
备注
This function can be accessed by:
mdb.models[name].BoxProfile session.odbs[name].BoxProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A Float specifying the a dimension of the box profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A Float specifying the b dimension of the box profile.
- uniformThickness¶
A Boolean specifying whether the thickness is uniform.
- t1¶
A Float specifying the uniform wall thickness if uniformThickness = ON, and the wall thickness of the first segment if uniformThickness = OFF.
- t2=
0
¶ A Float specifying the wall thickness of the second segment. t2 is required only when uniformThickness = OFF. The default value is 0.0.
- t3=
0
¶ A Float specifying the wall thickness of the third segment. t3 is required only when uniformThickness = OFF. The default value is 0.0.
- t4=
0
¶ A Float specifying the wall thickness of the fourth segment. t4 is required only when uniformThickness = OFF. The default value is 0.0.
- 返回:¶
A BoxProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- CircularProfile(name, r)[源代码]¶
This method creates a CircularProfile object.
备注
This function can be accessed by:
mdb.models[name].CircularProfile session.odbs[name].CircularProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- r¶
A positive Float specifying the r dimension (outer radius) of the circular profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- 返回:¶
A CircularProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- GeneralizedProfile(name, area, i11, i12, i22, j, gammaO, gammaW)[源代码]¶
This method creates a GeneralizedProfile object.
备注
This function can be accessed by:
mdb.models[name].GeneralizedProfile session.odbs[name].GeneralizedProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- area¶
A Float specifying the cross-sectional area for the profile.
- i11¶
A Float specifying the moment of inertia for bending about the 1-axis, I11I11.
- i12¶
A Float specifying the moment of inertia for cross bending, I12I12.
- i22¶
A Float specifying the moment of inertia for bending about the 2-axis, I22I22.
- j¶
A Float specifying the torsional constant, JJ.
- gammaO¶
A Float specifying the sectorial moment, Γ0Γ0.
- gammaW¶
A Float specifying the warping constant, ΓWΓW.
- 返回:¶
A GeneralizedProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- HexagonalProfile(name, r, t)[源代码]¶
This method creates a HexagonalProfile object.
备注
This function can be accessed by:
mdb.models[name].HexagonalProfile session.odbs[name].HexagonalProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- r¶
A positive Float specifying the r dimension (outer radius) of the hexagonal profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- t¶
A positive Float specifying the t dimension (wall thickness) of the hexagonal profile, t < (sqrt(3)/2)r.
- 返回:¶
A HexagonalProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- IProfile(name, l, h, b1, b2, t1, t2, t3)[源代码]¶
This method creates an IProfile object.
备注
This function can be accessed by:
mdb.models[name].IProfile session.odbs[name].IProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- l¶
A Float specifying the l dimension (offset of 1-axis from the bottom flange surface) of the I profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- h¶
A Float specifying the h dimension (height) of the I profile.
- b1¶
A Float specifying the b1 dimension (bottom flange width) of the I profile.
- b2¶
A Float specifying the b2 dimension (top flange width) of the I profile.
- t1¶
A Float specifying the t1 dimension (bottom flange thickness) of the I profile.
- t2¶
A Float specifying the t2 dimension (top flange thickness) of the I profile.
- t3¶
A Float specifying the t3 dimension (web thickness) of the I profile.
- 返回:¶
An IProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- LProfile(name, a, b, t1, t2)[源代码]¶
This method creates a LProfile object.
备注
This function can be accessed by:
mdb.models[name].LProfile session.odbs[name].LProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A positive Float specifying the a dimension (flange length) of the L profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A positive Float specifying the b dimension (flange length) of the L profile.
- t1¶
A positive Float specifying the t1 dimension (flange thickness) of the L profile (t1 < b).
- t2¶
A positive Float specifying the t2 dimension (flange thickness) of the L profile (t2< a).
- 返回:¶
A LProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- PipeProfile(name, r, t)[源代码]¶
This method creates a PipeProfile object.
备注
This function can be accessed by:
mdb.models[name].PipeProfile session.odbs[name].PipeProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- r¶
A Float specifying the outer radius of the pipe. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- t¶
A Float specifying the wall thickness of the pipe.
- 返回:¶
A PipeProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- RectangularProfile(name, a, b)[源代码]¶
This method creates a RectangularProfile object.
备注
This function can be accessed by:
mdb.models[name].RectangularProfile session.odbs[name].RectangularProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A positive Float specifying the a dimension of the rectangular profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A positive Float specifying the b dimension of the rectangular profile.
- 返回:¶
A RectangularProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- TProfile(name, b, h, l, tf, tw)[源代码]¶
This method creates a TProfile object.
备注
This function can be accessed by:
mdb.models[name].TProfile session.odbs[name].TProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- b¶
A positive Float specifying the b dimension (flange width) of the T profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- h¶
A positive Float specifying the h dimension (height) of the T profile.
- l¶
A positive Float specifying the l dimension (offset of 1-axis from the edge of web) of the T profile.
- tf¶
A positive Float specifying the tf dimension (flange thickness) of the T profile (tf < h).
- tw¶
A positive Float specifying the tw dimension (web thickness) of the T profile (tw< b).
- 返回:¶
A TProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
- TrapezoidalProfile(name, a, b, c, d)[源代码]¶
This method creates a TrapezoidalProfile object.
备注
This function can be accessed by:
mdb.models[name].TrapezoidalProfile session.odbs[name].TrapezoidalProfile
备注
- 参数:¶
- name¶
A String specifying the repository key.
- a¶
A positive Float specifying the a dimension of the Trapezoidal profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b¶
A positive Float specifying the b dimension of the Trapezoidal profile.
- c¶
A positive Float specifying the c dimension of the Trapezoidal profile.
- d¶
A Float specifying the d dimension of the Trapezoidal profile.
- 返回:¶
A TrapezoidalProfile object.
- 返回类型:¶
- 抛出:¶
RangeError –
Other Classes¶
- class ArbitraryProfile(name, table)[源代码]¶
基类:
Profile
The ArbitraryProfile object defines the properties of an arbitrary profile. The ArbitraryProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The table data for this object are: The first sequence in the table specifies the following:
1-coordinate of the first point defining the profile.
2-coordinate of the first point defining the profile.
All other sequences in the table specify the following:
1-coordinate of the next point defining the profile.
2-coordinate of the next point defining the profile.
The thickness of the segment ending at that point.
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- class Profile[源代码]¶
基类:
object
The Profile object defines the geometrical properties of a beam cross-section. Profile is an abstract base type.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
备注
Check Profile on help.3ds.com/2021.
Member Details:
-
class BoxProfile(name, a, b, uniformThickness, t1, t2=
0
, t3=0
, t4=0
)[源代码]¶ 基类:
Profile
The BoxProfile object defines the properties of a box profile. The BoxProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- a : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the a dimension of the box profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
-
setValues(t2=
0
, t3=0
, t4=0
)[源代码]¶ This method modifies the BoxProfile object.
- 参数:¶
- t2=
0
¶ A Float specifying the wall thickness of the second segment. t2 is required only when uniformThickness = OFF. The default value is 0.0.
- t3=
0
¶ A Float specifying the wall thickness of the third segment. t3 is required only when uniformThickness = OFF. The default value is 0.0.
- t4=
0
¶ A Float specifying the wall thickness of the fourth segment. t4 is required only when uniformThickness = OFF. The default value is 0.0.
- t2=
- 抛出:¶
RangeError –
- t1 : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the uniform wall thickness if uniformThickness = ON, and the wall thickness of the first segment if uniformThickness = OFF.
-
t2 : --is-rst--:py:class:`float` =
0
[源代码]¶ A Float specifying the wall thickness of the second segment. t2 is required only when uniformThickness = OFF. The default value is 0.0.
-
t3 : --is-rst--:py:class:`float` =
0
[源代码]¶ A Float specifying the wall thickness of the third segment. t3 is required only when uniformThickness = OFF. The default value is 0.0.
- class CircularProfile(name, r)[源代码]¶
基类:
Profile
The CircularProfile object defines the properties of a solid circular profile. The CircularProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- r : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the r dimension (outer radius) of the circular profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- class GeneralizedProfile(name, area, i11, i12, i22, j, gammaO, gammaW)[源代码]¶
基类:
Profile
The GeneralizedProfile object defines the properties of a profile via its area, moment of inertia, etc. The GeneralizedProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM GENERAL SECTION
备注
Member Details:
- area : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the cross-sectional area for the profile.
- i11 : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the moment of inertia for bending about the 1-axis, I11I11.
- i12 : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the moment of inertia for cross bending, I12I12.
- class HexagonalProfile(name, r, t)[源代码]¶
基类:
Profile
The HexagonalProfile object defines the properties of a hexagonal profile. The HexagonalProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- r : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the r dimension (outer radius) of the hexagonal profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- class IProfile(name, l, h, b1, b2, t1, t2, t3)[源代码]¶
基类:
Profile
The IProfile object defines the properties of an I profile. The IProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- b1 : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the b1 dimension (bottom flange width) of the I profile.
- b2 : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the b2 dimension (top flange width) of the I profile.
- l : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the l dimension (offset of 1-axis from the bottom flange surface) of the I profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- t1 : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the t1 dimension (bottom flange thickness) of the I profile.
- class LProfile(name, a, b, t1, t2)[源代码]¶
基类:
Profile
The LProfile object defines the properties of a L profile. The LProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- a : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the a dimension (flange length) of the L profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the b dimension (flange length) of the L profile.
- class PipeProfile(name, r, t)[源代码]¶
基类:
Profile
The PipeProfile object defines the properties of a circular pipe profile. The PipeProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- r : --is-rst--:py:class:`float`[源代码]¶
A Float specifying the outer radius of the pipe. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- class RectangularProfile(name, a, b)[源代码]¶
基类:
Profile
The RectangularProfile object defines the properties of a solid rectangular profile. The RectangularProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- a : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the a dimension of the rectangular profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- class TProfile(name, b, h, l, tf, tw)[源代码]¶
基类:
Profile
The TProfile object defines the properties of a T profile. The TProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- b : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the b dimension (flange width) of the T profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- h : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the h dimension (height) of the T profile.
- l : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the l dimension (offset of 1-axis from the edge of web) of the T profile.
- class TrapezoidalProfile(name, a, b, c, d)[源代码]¶
基类:
Profile
The TrapezoidalProfile object defines the properties of a trapezoidal profile. The TrapezoidalProfile object is derived from the Profile object.
备注
This object can be accessed by:
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
The corresponding analysis keywords are:
BEAM SECTION
备注
Member Details:
- a : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the a dimension of the Trapezoidal profile. For more information, see [Beam cross-section library](https://help.3ds.com/2021/English/DSSIMULIA_Established/SIMACAEELMRefMap/simaelm-c-beamcrosssectlib.htm?ContextScope=all).
- b : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the b dimension of the Trapezoidal profile.
- c : --is-rst--:py:class:`float`[源代码]¶
A positive Float specifying the c dimension of the Trapezoidal profile.