User:Kkolozvari: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Element MVLEM ==


{{CommandManualMenu}}
Implemented by:
<span style="color:blue"> Kristijan Kolozvari<span style="color:black">, California State University Fullerton
<span style="color:blue"> Kutay Orakcal<span style="color:black">, Bogazici University, Istanbul
<span style="color:blue"> John Wallace<span style="color:black">, 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/
[[File:MVLEM.JPG|700px|thumb|center|Figure 1. a) MVLEM Element, b) MVLEM Rotations and Displacements]]
----
'''Input Format:'''
{|
| 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
|-
|'''$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
|}
----
'''Element Recorders:'''
The following output is available from the '''MVLEM''' element:
{|
|  style="width:150px" | '''globalForce''' || Element global forces
|-
|'''Curvature''' || Element curvature
|-
|'''Shear_Force_Deformation''' || Element shear force-deformation relationship
|-
| '''Fiber_Strain''' || Vertical strain in ''m'' fibers along the cross-section
|-
| '''Fiber_Stress_Concrete''' || Vertical concrete stress in ''m'' fibers along the cross-section
|-
| '''Fiber_Stress_Steel''' || Vertical steel stress in ''m'' fibers along the cross-section
|}
----
'''Examples:'''
Element MVLEM  1  0.0  1  2  8  0.4 -thick 4 4 4 4 4 4 4 4 -width 7.5 1.5 7.5 7.5 7.5 7.5 1.5 7.5 -rho 0.0293 0.0 0.0033 0.0033
0.0033 0.0033 0.0 0.0293  -matConcrete 3 4 4 4 4 4 4 3 -matSteel 1 2 2 2 2 2 2 1 -matShear 5
Recorder Element -file MVLEM_Fgl.out  -time  -ele  1  globalForce
Recorder Element -file MVLEM_FiberStrain.out  -time  -ele  1  Fiber_Strain

Latest revision as of 16:40, 13 July 2015