The BeamSection object defines the properties of a beam section.
The BeamSection object is derived from the Section object.
import section mdb.models[name].sections[name] import odbSection session.odbs[name].sections[name]
This method creates a BeamSection object.
mdb.models[name].BeamSection session.odbs[name].BeamSection
Required arguments
A String specifying the repository key.
A SymbolicConstant specifying the integration method for the section. Possible values are BEFORE_ANALYSIS and DURING_ANALYSIS.
A String specifying the name of the profile. This argument represents the start profile in case of beamShape=TAPERED.
Optional arguments
A Float specifying the Poisson's ratio of the section. The default value is 0.0.
A Boolean specifying whether to use thermal expansion data. The default value is OFF.
A Boolean specifying whether the data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies. The default value is 0.
None or a Float specifying the density of the section. The default value is None.
None or a Float specifying the reference temperature of the section. The default value is None.
A SymbolicConstant specifying the temperature variation for the section. Possible values are LINEAR and INTERPOLATED. The default value is LINEAR.
A Float specifying the factor to create mass proportional damping in direct-integration dynamics. The default value is 0.0.
A Float specifying the factor to create stiffness proportional damping in direct-integration dynamics. The default value is 0.0.
A Float specifying the fraction of critical damping to be used in calculating composite damping factors for the modes (for use in modal dynamics). The default value is 0.0.
A Boolean specifying whether added mass effects will be simulated. The default value is OFF.
A SymbolicConstant specifying whether the section is either full submerged or half submerged. This argument applies only when useFluidInertia = True. Possible values are FULLY and HALF. The default value is FULLY.
None or a Float specifying the mass density of the fluid. This argument applies only when useFluidInertia = True and must be specified in that case. The default value is None.
None or a Float specifying the radius of the cylindrical cross-section. This argument applies only when useFluidInertia = True and must be specified in that case. The default value is None.
A Float specifying the added mass coefficient, , for lateral motions of the beam. This argument applies only whenuseFluidInertia = True. The default value is 1.0.
A Float specifying the added mass coefficient, , for motions along the axis of the beam. This argument affects only the term added to the free end(s) of the beam, and applies only when useFluidInertia = True. The default value is 0.0.
A Float specifying the local 1-coordinate of the center of the cylindrical cross-section with respect to the beam cross-section. This argument applies only when useFluidInertia = True. The default value is 0.0.
A Float specifying the local 2-coordinate of the center of the cylindrical cross-section with respect to the beam cross-section. This argument applies only when useFluidInertia = True. The default value is 0.0.
A SymbolicConstant specifying the change in cross-section of the beam along length. Possible values are CONSTANT and TAPERED. The default value is CONSTANT. This parameter is available for manipulating the model database but not for the ODB API.
A String specifying the name of the material. The default value is an empty string. The material is required when integration is "DURING_ANALYSIS".
A sequence of sequences of Floats specifying the items described below. The default value is an empty sequence.
A sequence of pairs of Floats specifying the positions at which output is requested. The default value is an empty sequence.
A pair of Floats specifying the X–Y coordinates of the centroid. The default value is (0.0, 0.0).
A pair of Floats specifying the X–Y coordinates of the shear center. The default value is (0.0, 0.0).
A String specifying the name of the end profile. The type of the end profile must be same as that of the start profile. This argument is valid only when beamShape=TAPERED. The default value is an empty string. This parameter is available for manipulating the model database but not for the ODB API.
Table data
The table data specify the following:
E, the Young's modulus of the section.
G, the torsional shear modulus of the section.
Thermal expansion coefficient, if using thermal expansion.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Return value
A BeamSection object.
Exceptions
This method modifies the BeamSection object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the BeamSection method, except for the name argument.
Return value
Exceptions
The BeamSection object has members with the same names and descriptions as the arguments to the BeamSection method.
In addition, the BeamSection object can have the following member:
A TransverseShearBeam object specifying the transverse shear stiffness properties.
*BEAM GENERAL SECTION |
*BEAM SECTION |
*BEAM FLUID INERTIA |
*CENTROID |
*DAMPING |
*SHEAR CENTER |
*SECTION POINTS |