User talk:Kkolozvari: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
Line 21: Line 21:


{|  
{|  
| style="background:yellow; color:black; width:800px" | '''element dispBeamColumnInt $eleTag $iNode $jNode $numIntgrPts $secTag $transfTag $cRot <-mass $massDens>'''
| style="background:yellow; color:black; width:800px" | '''Element MVLEM $eleTag $Dens $iNode $jNode $m $c -thick <Thicknesses> -width <Widths> -rho <Reinforcing_ratios> -matConcrete <Concrete_tags> -matSteel <Steel_tags> -matShear <Shear_tag>'''
|}
|}


{|
{|
|  style="width:150px" | '''$eleTag''' || unique element object tag
|  style="width:150px" | '''$eleTag''' || Unique element object tag
|-
|-
|'''$iNode $jNode''' || end nodes
|'''$Dens''' || Wall density
|-
|-
| '''$numIntgrPts''' || number of integration points along the element.
|'''$iNode $jNode''' || End node tags
|-
|-
| '''$secTag''' || identifier for previously-defined section object
| '''$m''' || Number of element macro-fibers
|-
|-
| '''$transfTag''' || identifier for previously-defined coordinate-transformation (CrdTransf) object
| '''$c''' || Location of center of rotation with from the iNode, ''c'' = 0.4 (recommended)
|-
|-
| '''$cRot''' || identifier for element center of rotation (or center of curvature distribution). Fraction of the height distance from bottom to the center of rotation (0 to 1)
| '''<Thicknesses>''' || Array of ''m'' macro-fiber thicknesses
|-
|-
| '''$massDens''' || element mass density (per unit length), from which a lumped-mass matrix is formed (optional, default=0.0)
| '''<Widths>''' || Array of ''m'' macro-fiber widths
|-
| '''<Reinforcing_ratios>''' || Array of ''m'' reinforcing ratios corresponding to macro-fibers; for each fiber: rho,i = As,i/Agross,i (1 < i < m)
|-
| '''<Concrete _tags>''' || Array of ''m'' ''uniaxialMaterial'' tags for concrete
|-
| '''<Steel_tags>''' || Array of ''m'' ''uniaxialMaterial'' tags for steel
|-
| '''<Shear_tag>''' || Tag of ''uniaxialMaterial'' for shear material
|}
|}

Revision as of 20:11, 10 July 2015

Element MVLEM




Implemented by:

Kristijan Kolozvari, California State University Fullerton

Kutay Orakcal, Bogazici University, Istanbul

John Wallace, Univeristy of California, Los Angeles

The MVLEM element command is used to generate a two-dimensional Multiple-Vertical-Line-Element-Model (MVLEM; Vulcano et al., 1988; Orakcal et al., 2004) for simulation of flexure-dominated RC wall behavior. A single model element incorporates six global degrees of freedom, three of each located at the center of rigid top and bottom beams, as illustrated in Figure 2a. The axial/flexural response of the MVLEM is simulated by a series of uniaxial elements (or macro-fibers) connected to the rigid beams at the top and bottom (e.g., floor) levels, whereas the shear response is described by a shear spring located at height ch from the bottom of the wall element. Shear and flexural responses of the model element are uncoupled. The relative rotation between top and bottom faces of the wall element occurs about the point located on the central axis of the element at height ch (Figure 2b). Rotations and resulting transverse displacements are calculated based on the wall curvature, derived from section and material properties, corresponding to the bending moment at height ch of each element (Figure 2b). A value of c=0.4 was recommended by Vulcano et al. (1988) based on comparison of the model response with experimental results.

Source: /usr/local/cvs/OpenSees/SRC/element/MVLEM/

Figure 1. a) MVLEM Element, b) MVLEM Rotations and Displacements

Input Format:

Element MVLEM $eleTag $Dens $iNode $jNode $m $c -thick <Thicknesses> -width <Widths> -rho <Reinforcing_ratios> -matConcrete <Concrete_tags> -matSteel <Steel_tags> -matShear <Shear_tag>
$eleTag Unique element object tag
$Dens Wall density
$iNode $jNode End node tags
$m Number of element macro-fibers
$c Location of center of rotation with from the iNode, c = 0.4 (recommended)
<Thicknesses> Array of m macro-fiber thicknesses
<Widths> Array of m macro-fiber widths
<Reinforcing_ratios> Array of m reinforcing ratios corresponding to macro-fibers; for each fiber: rho,i = As,i/Agross,i (1 < i < m)
<Concrete _tags> Array of m uniaxialMaterial tags for concrete
<Steel_tags> Array of m uniaxialMaterial tags for steel
<Shear_tag> Tag of uniaxialMaterial for shear material