Click or drag to resize

TypeOfConnection Enumeration

[This is preliminary documentation and is subject to change.]

Supported degrees of shear connections between a rib and a plate

Namespace:  ModelExchanger.AnalysisDataModel.Enums
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public enum TypeOfConnection
Members
  Member nameValueDescription
FullShearConnection0 The composite beam is modeled as an eccentric plate rib (real eccentricity). The composite effect is taken into account directly through the real eccentricity of the 1D member
PartialShearConnection1 The composite beam is modeled as a plate rib without eccentricity. In order to consider the composite action, the stiffness of the beam is adjusted to take into account the effect of the eccentricity and of the participating deck width.
WithoutCompositeAction2 Assumes that there is no longitudinal shear connection between the beam and the deck
UserDefinedEccentricity3 Serves for any plate rib linked to a non-composite deck
See Also