4.2.3.9. MVLEM - Multiple-Vertical-Line-Element-Model for RC WallsΒΆ

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, Kolozvari et al., 2015) 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 1a. 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 (Figure 1a). 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 1b). 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 1b). A value of c=0.4 was recommended by Vulcano et al. (1988) based on comparison of the model response with experimental results.

element('MVLEM', eleTag, Dens, *eleNodes, m, c, '-thick', *thick, '-width', *widths, '-rho', *rho, '-matConcrete', *matConcreteTags, '-matSteel', *matSteelTags, '-matShear', matShearTag)
eleTag (int) unique element object tag
Dens (float) Wall density
eleNodes (list (int)) a list of two element nodes
m (int) Number of element macro-fibers
c (float) Location of center of rotation from the iNode, c = 0.4 (recommended)
thick (list (float)) a list of m macro-fiber thicknesses
widths (list (float)) a list of m macro-fiber widths
rho (list (float)) a list of m reinforcing ratios corresponding to macro-fibers; for each fiber: \(rho_i = A_{s,i}/A_{gross,i} (1 < i < m)\)
matConcreteTags (list (int)) a list of m uniaxialMaterial tags for concrete
matSteelTags (list (int)) a list of m uniaxialMaterial tags for steel
matShearTag (int) Tag of uniaxialMaterial for shear material

See also

Notes