You are on page 1of 26

Created in COMSOL Multiphysics 5.

3a

Concrete Beam With Reinforcement Bars

This model is licensed under the COMSOL Software License Agreement 5.3a.
All trademarks are the property of their respective owners. See www.comsol.com/trademarks.
Introduction
Concrete structures almost always contain reinforcements in the shape of steel bars
(rebars). In COMSOL Multiphysics, individual rebars can be modeled by adding a Truss
interface to the Solid Mechanics interface used for the concrete beam. The solid mesh for
the concrete and the rebar mesh can be independent of each other, since the displacements
are mapped from within the solids onto the rebars.

Model Definition
This example shows how to include steel reinforcement that is much smaller than the
geometrical dimensions of the concrete structure. The truss interface is used to model the
steel reinforcements instead of a 3D solid. This removes the necessity to model the bars
with small mesh which saves computational time. The geometry of the concrete beam is
given in Figure 1.

Boundary load

Rigid connector

Rigid connector
20 cm
4m

30 cm

Figure 1: The concrete beam is 30 cm in width, 20 cm in height, and 4 meters in length. Due
to symmetry, only half of its width is modeled.

In the example, most dimensions such as height, width, and length of the concrete
structure are parameterized. The number of rebar layers is also given by a parameter, and
the number of rebars per layer is calculated from the spacing in width dimensions and the
minimal distance from the lateral faces. In this example, six steel bars 10 mm in diameter

2 | CONCRETE BEAM WITH REINFORCEMENT BARS


are placed in four parallel layers along the concrete beam. See Figure 2.

Figure 2: A mapped mesh of 6 by 6 elements is swept through the length of the concrete beam.
One hundred elements are used for each reinforcement bar.

In this example the effect of the gravity load is simulated. Moreover a deflection due to a
vertical boundary load is ramped up to 20 kN/m2 by means of a parametric sweep.

Results and Discussion


Three different studies are done. The first study models the concrete beam as an isotropic
elastic material, the second study adds the reinforcements bars, and the third study
includes the effect of plastic deformation in the concrete, modeled using the Ottosen

3 | CONCRETE BEAM WITH REINFORCEMENT BARS


criterion. Figure 3 shows the comparison for the vertical displacement of the three studies.

Figure 3: Deflection along the top surface of the concrete beam due to gravity and external
load.

The simulation shows how force is transferred from the concrete beam to its steel
reinforcement bars. Figure 4 shows effective stresses in the linear elastic model, Figure 5
shows the stress distribution in the reinforced linear elastic concrete. Compare both figures
with each other and notice the change in stress level of the concrete once the bars are
added. Figure 7 shows axial stresses in the bars. It is clear that the compressive stresses are
experienced in the upper bars and tensile in the lower bars. Figure 8 shows the von Mises
stresses in the concrete beam with Ottosen criterion.

4 | CONCRETE BEAM WITH REINFORCEMENT BARS


Figure 4: von Mises stress in a linear elastic beam.

Figure 5: von Mises stress in a linear elastic beam after adding the reinforcement bars.

5 | CONCRETE BEAM WITH REINFORCEMENT BARS


Figure 6: Axial force in the reinforcements bars.

Figure 7: Axial stress in the steel rebars.

6 | CONCRETE BEAM WITH REINFORCEMENT BARS


Figure 8: von Mises stress in the reinforced beam after adding the Ottosen criterion for the
concrete.

Notes About the COMSOL Implementation


Since steel reinforcements are relatively thin compared to the concrete structures, it is
assumed that they are only capable of transmitting axial forces. The bending stiffness of
each bar does not contribute much to the overall total bending stiffness of the section,
therefore the reinforcement bars are modeled with truss elements instead of beam
elements.

In civil engineering it is also common practice that the rebars are pretensioned, but this
effect is not included in the example. However it can easily be incorporated by adding
initial strain in the trusses.

In this example, the concrete is “glued” to the steel rebars, so bonding effects are not
included.

The connection technique used in this example works well as long as the total stiffness of
the rebars is smaller than the stiffness contribution from the concrete. Also, the size of the
solid elements should be significantly larger than the physical volume occupied by the
rebars passing through them. A very refined mesh would actually show stresses in the
solids that increase without bounds where the rebars are attached.

7 | CONCRETE BEAM WITH REINFORCEMENT BARS


Reference
1. W.F. Chen, Plasticity in Reinforced Concrete, McGraw-Hill, 1982.

Application Library path: Geomechanics_Module/Tutorials/concrete_beam

Modeling Instructions
From the File menu, choose New.

NEW
In the New window, click Model Wizard.

MODEL WIZARD
1 In the Model Wizard window, click 3D.
2 In the Select Physics tree, select Structural Mechanics>Solid Mechanics (solid).
3 Click Add.
4 In the Select Physics tree, select Structural Mechanics>Truss (truss).
5 Click Add.
6 Click Study.
7 In the Select Study tree, select Preset Studies for Selected Physics Interfaces>Stationary.
8 Click Done.

GLOBAL DEFINITIONS

Parameters
1 In the Model Builder window, under Global Definitions click Parameters.
2 In the Settings window for Parameters, locate the Parameters section.
3 Click Load from File.
4 Browse to the model’s Application Libraries folder and double-click the file
concrete_beam_parameters.txt.

GEOMETRY 1

Block 1 (blk1)
1 On the Geometry toolbar, click Block.

8 | CONCRETE BEAM WITH REINFORCEMENT BARS


2 In the Settings window for Block, locate the Size and Shape section.
3 In the Width text field, type length.
4 In the Depth text field, type width/2.
5 In the Height text field, type height.

Bézier Polygon 1 (b1)


1 On the Geometry toolbar, click More Primitives and choose Bézier Polygon.
2 In the Settings window for Bézier Polygon, locate the Polygon Segments section.
3 Find the Added segments subsection. Click Add Linear.
4 Find the Control points subsection. In row 2, set x to length.
5 In row 1, set y to (bars_across_width-1)/2*width_spacing.
6 In row 2, set y to (bars_across_width-1)/2*width_spacing.
7 In row 1, set z to layer_spacing_first.
8 In row 2, set z to layer_spacing_first.
9 Locate the Selections of Resulting Entities section. Click New.
10 In the New Cumulative Selection dialog box, type bars_inhalf in the Name text field.
11 Click OK.

Array 1 (arr1)
1 On the Geometry toolbar, click Transforms and choose Array.
2 In the Settings window for Array, locate the Input section.
3 From the Input objects list, choose bars_inhalf.
4 Locate the Size section. In the y size text field, type floor(bars_across_width/2).
5 Locate the Displacement section. In the y text field, type -width_spacing.

Bézier Polygon 2 (b2)


1 On the Geometry toolbar, click More Primitives and choose Bézier Polygon.
2 In the Settings window for Bézier Polygon, locate the Polygon Segments section.
3 Find the Added segments subsection. Click Add Linear.
4 Find the Control points subsection. In row 2, set x to length.
5 In row 1, set z to layer_spacing_first.
6 In row 2, set z to layer_spacing_first.
7 Locate the Selections of Resulting Entities section. Click New.
8 In the New Cumulative Selection dialog box, type bars_midplane in the Name text field.

9 | CONCRETE BEAM WITH REINFORCEMENT BARS


9 Click OK.

Array 2 (arr2)
1 On the Geometry toolbar, click Transforms and choose Array.
2 Select the objects arr1(1,3,1), arr1(1,1,1), b2, and arr1(1,2,1) only.
3 In the Settings window for Array, locate the Size section.
4 In the z size text field, type bar_layers.
5 Locate the Displacement section. In the z text field, type layer_spacing.

Mirror 1 (mir1)
1 On the Geometry toolbar, click Transforms and choose Mirror.
2 Select all the six bars.

3 In the Settings window for Mirror, locate the Point on Plane of Reflection section.
4 In the z text field, type height/2.
5 Click Build All Objects.
6 Locate the Input section. Select the Keep input objects check box.
7 Click Build All Objects.

Form Union (fin)


1 In the Model Builder window, under Component 1 (comp1)>Geometry 1 click
Form Union (fin).

10 | CONCRETE BEAM WITH REINFORCEMENT BARS


2 In the Settings window for Form Union/Assembly, locate the Form Union/Assembly section.
3 From the Action list, choose Form an assembly.
4 Clear the Create pairs check box.

Bézier Polygon 2 (b2)


Bars in plane symmetry must be created only in case of odd number of bars. Add a if
condition to the creation of the first bar.

If 1 (if1)
1 On the Geometry toolbar, click Programming and choose Add Before Selected>If.
2 In the Settings window for If, locate the If section.
3 In the Condition text field, type mod(bars_across_width,2)==1.

End If 1 (endif1)
1 On the Geometry toolbar, click Programming and choose Add After Selected>End If.
2 In the Settings window for End If, click Build All Objects.

DEFINITIONS

Union 1
1 On the Definitions toolbar, click Union.
2 In the Settings window for Union, type bars in the Label text field.
3 Locate the Geometric Entity Level section. From the Level list, choose Edge.
4 Locate the Input Entities section. Under Selections to add, click Add.
5 In the Add dialog box, in the Selections to add list, choose bars_inhalf and bars_midplane.
6 Click OK.

To make the displacements in the beam available for the bars, use a general extrusion
operator.

General Extrusion 1 (genext1)


1 On the Definitions toolbar, click Component Couplings and choose General Extrusion.
2 Click in the Graphics window and then press Ctrl+A to select all domains.
3 In the Settings window for General Extrusion, locate the Destination Map section.
4 In the x-expression text field, type X.
5 In the y-expression text field, type Y.
6 In the z-expression text field, type Z.
7 Locate the Source section. From the Source frame list, choose Material (X, Y, Z).

11 | CONCRETE BEAM WITH REINFORCEMENT BARS


Explicit 1
On the Definitions toolbar, click Explicit.

SOLID MECHANICS (SOLID)

Linear Elastic Material 1


To model the failure of the material, add a material model to the Solid Mechanics interface.

Concrete 1
1 On the Physics toolbar, click Attributes and choose Concrete.
2 In the Settings window for Concrete, locate the Concrete Model section.
3 From the Concrete criterion list, choose Ottosen.

Symmetry 1
1 On the Physics toolbar, click Boundaries and choose Symmetry.
2 Select Boundary 2 only.

Rigid Connector 1
1 On the Physics toolbar, click Boundaries and choose Rigid Connector.
2 In the Settings window for Rigid Connector, type Rigid Connector Left in the Label
text field.
3 Select Boundary 1 only.
4 Locate the Prescribed Displacement at Center of Rotation section. Select the
Prescribed in x direction check box.
5 Select the Prescribed in y direction check box.
6 Select the Prescribed in z direction check box.
7 Locate the Prescribed Rotation section. From the By list, choose Constrained rotation.
8 Select the Constrain rotation around x-axis check box.
9 Select the Constrain rotation around z-axis check box.

Rigid Connector Left 1


1 Right-click Rigid Connector Left and choose Duplicate.
2 In the Settings window for Rigid Connector, type Rigid Connector Right in the Label
text field.
3 Select Boundary 6 only.

Gravity 1
1 On the Physics toolbar, click Domains and choose Gravity.

12 | CONCRETE BEAM WITH REINFORCEMENT BARS


2 In the Settings window for Gravity, locate the Domain Selection section.
3 From the Selection list, choose All domains.

Boundary Load 1
1 On the Physics toolbar, click Boundaries and choose Boundary Load.
2 Select Boundary 4 only.
3 In the Settings window for Boundary Load, locate the Force section.
4 Specify the FA vector as

0 x
0 y
-force_area*para z

TR U S S ( T R U S S )
1 In the Model Builder window, under Component 1 (comp1) click Truss (truss).
2 In the Settings window for Truss, locate the Edge Selection section.
3 From the Selection list, choose bars.
Set the truss discretization to quadratic to fit with the solid. To do so, you first have to
enable the discretization section.

4 In the Model Builder window’s toolbar, click the Show button and select Discretization in
the menu.
5 In the Model Builder window, click Truss (truss).
6 In the Settings window for Truss, click to expand the Discretization section.
7 From the Displacement field list, choose Quadratic.

Linear Elastic Material 1


In the Model Builder window, under Component 1 (comp1)>Truss (truss) click
Linear Elastic Material 1.

Cross Section Data 1


1 On the Physics toolbar, click Attributes and choose Plasticity.
Set the cross section area to half for the bars on midplane.
2 In the Model Builder window, under Component 1 (comp1)>Truss (truss) click
Cross Section Data 1.
3 In the Settings window for Cross Section Data, locate the Cross Section Data section.
4 In the A text field, type pi*(diam_bar/2)^2*(0.5+0.5*Y>0.1[mm]).

13 | CONCRETE BEAM WITH REINFORCEMENT BARS


Prescribed Displacement 1
1 On the Physics toolbar, click Edges and choose Prescribed Displacement.
Use the general extrusion operator to prescribe the displacements of the bars.

2 In the Settings window for Prescribed Displacement, locate the Edge Selection section.
3 From the Selection list, choose bars_inhalf.
4 Locate the Prescribed Displacement section. Select the Prescribed in x direction check
box.
5 In the u 0 x text field, type genext1(u).
6 Select the Prescribed in y direction check box.
7 In the u 0 y text field, type genext1(v).
8 Select the Prescribed in z direction check box.
9 In the u 0 z text field, type genext1(w).

Because the bar displacements are prescribed, the feature Straight Edge Constraint 1 should
be disabled.

Straight Edge Constraint 1


In the Model Builder window, under Component 1 (comp1)>Truss (truss) right-click
Straight Edge Constraint 1 and choose Disable.

Gravity 1
1 On the Physics toolbar, click Edges and choose Gravity.
2 In the Settings window for Gravity, locate the Edge Selection section.
3 From the Selection list, choose bars_inhalf.

ADD MATERIAL
1 On the Home toolbar, click Add Material to open the Add Material window.
2 Go to the Add Material window.
3 In the tree, select Built-In>Concrete.
4 Click Add to Component in the window toolbar.

MATERIALS

Concrete (mat1)
1 In the Settings window for Material, locate the Material Contents section.

14 | CONCRETE BEAM WITH REINFORCEMENT BARS


2 In the table, enter the following settings:

Property Variable Value Unit Property


group
Uniaxial compressive strength sigmauc 20e6 Pa Yield stress
parameters
Ottosen a parameter aOttosen 1.3 1 Ottosen
Ottosen b parameter bOttosen 3.2 1 Ottosen
Size factor k1Ottosen 11.8 1 Ottosen
Shape factor k2Ottosen 0.98 1 Ottosen

ADD MATERIAL
1 Go to the Add Material window.
2 In the tree, select Built-In>Structural steel.
3 Click Add to Component in the window toolbar.
4 On the Home toolbar, click Add Material to close the Add Material window.

MATERIALS

Structural steel (mat2)


1 In the Settings window for Material, locate the Geometric Entity Selection section.
2 From the Geometric entity level list, choose Edge.
3 From the Selection list, choose bars.
4 Locate the Material Contents section. In the table, enter the following settings:

Property Variable Value Unit Property group


Initial yield stress sigmags 100[MPa] Pa Elastoplastic material
model
Isotropic tangent Et 20[GPa] Pa Elastoplastic material
modulus model

TR U S S ( T R U S S )

Gravity 1
Because gravity is already applied on the concrete volume occupied by steel, substract
concrete density contribution from steel gravity.

1 In the Model Builder window, under Component 1 (comp1)>Truss (truss) click Gravity 1.

15 | CONCRETE BEAM WITH REINFORCEMENT BARS


2 In the Settings window for Gravity, locate the Gravity section.
3 Specify the g vector as

0 x
0 y
-g_const*(1-mat1.def.rho/mat2.def.rho) z

MESH 1

Edge 1
1 In the Model Builder window, under Component 1 (comp1) right-click Mesh 1 and choose
More Operations>Edge.
2 In the Settings window for Edge, locate the Edge Selection section.
3 From the Selection list, choose bars.

Distribution 1
1 Right-click Component 1 (comp1)>Mesh 1>Edge 1 and choose Distribution.
2 In the Settings window for Distribution, locate the Distribution section.
3 In the Number of elements text field, type 100.

Mapped 1
1 In the Model Builder window, right-click Mesh 1 and choose More Operations>Mapped.
2 Select Boundary 1 only.

Distribution 1
1 Right-click Component 1 (comp1)>Mesh 1>Mapped 1 and choose Distribution.
2 Select Edges 1 and 4 only.
3 In the Settings window for Distribution, locate the Distribution section.
4 In the Number of elements text field, type 6.

Distribution 1
1 In the Model Builder window, right-click Mesh 1 and choose Swept.
2 Right-click Swept 1 and choose Distribution.
3 In the Settings window for Distribution, locate the Distribution section.
4 In the Number of elements text field, type 40.
5 In the Model Builder window, click Mesh 1.
6 In the Settings window for Mesh, click Build All.

16 | CONCRETE BEAM WITH REINFORCEMENT BARS


7 Click the Transparency button on the Graphics toolbar.
8 Click the Go to Default View button on the Graphics toolbar.
The mesh should look like the one in Figure 2.
9 Click the Transparency button on the Graphics toolbar again to restore the default
transparency state.

STUDY 1
The first study solves only the linear elastic problem in the concrete beam without the
reinforcement bars.

1 In the Settings window for Study, type Without Bars in the Label text field.

WITHOUT BARS

Step 1: Stationary
1 In the Model Builder window, under Without Bars click Step 1: Stationary.
2 In the Settings window for Stationary, locate the Physics and Variables Selection section.
3 Select the Modify physics tree and variables for study step check box.
4 In the Physics and variables selection tree, select Component 1 (comp1)>
Solid Mechanics (solid)>Linear Elastic Material 1>Concrete 1.
5 Click Disable.
6 In the Physics and variables selection tree, select Component 1 (comp1)>Truss (truss).
7 Click Disable.
8 Click to expand the Study extensions section. Locate the Study Extensions section. Select
the Auxiliary sweep check box.
9 Click Add.
10 Click to select row number 1 in the table.
11 In the table, enter the following settings:

Parameter name Parameter value list Parameter unit


para (Parameter used for range(0,0.1,1)
parametric sweep)

12 On the Home toolbar, click Compute.

17 | CONCRETE BEAM WITH REINFORCEMENT BARS


RESULTS

Mirror 3D 1
Add a mirror data set to plot the entire beam.

1 On the Results toolbar, click More Data Sets and choose Mirror 3D.
2 In the Settings window for Mirror 3D, locate the Plane Data section.
3 From the Plane list, choose ZX-planes.

Stress (solid)
1 In the Model Builder window, under Results click Stress (solid).
2 In the Settings window for 3D Plot Group, type Stress Without Bars in the Label text
field.
3 Locate the Data section. From the Data set list, choose Mirror 3D 1.
4 Locate the Plot Settings section. Clear the Plot data set edges check box.

Surface 1
1 In the Model Builder window, expand the Results>Stress Without Bars node, then click
Surface 1.
2 In the Settings window for Surface, locate the Expression section.
3 From the Unit list, choose MPa.
4 On the Stress Without Bars toolbar, click Plot.
5 Click the Go to Default View button on the Graphics toolbar.

ADD STUDY
Add a second study to solve the model with the reinforcement bars.

1 On the Home toolbar, click Add Study to open the Add Study window.
2 Go to the Add Study window.
3 Find the Studies subsection. In the Select Study tree, select Preset Studies.
4 In the Select Study tree, select Preset Studies>Stationary.
5 Click Add Study in the window toolbar.

STUDY 2

Step 1: Stationary
1 On the Home toolbar, click Add Study to close the Add Study window.
2 In the Settings window for Stationary, locate the Physics and Variables Selection section.

18 | CONCRETE BEAM WITH REINFORCEMENT BARS


3 Select the Modify physics tree and variables for study step check box.
4 In the Physics and variables selection tree, select Component 1 (comp1)>
Solid Mechanics (solid)>Linear Elastic Material 1>Concrete 1.
5 Click Disable.
6 Locate the Study Extensions section. Select the Auxiliary sweep check box.
7 Click Add.
8 Click to select row number 1 in the table.
9 In the table, enter the following settings:

Parameter name Parameter value list Parameter unit


para (Parameter used for range(0,0.1,1)
parametric sweep)

Solution 2 (sol2)
1 On the Study toolbar, click Show Default Solver.
This problem is better solved fully coupled.
2 In the Model Builder window, expand the Solution 2 (sol2) node.
3 Right-click Stationary Solver 1 and choose Fully Coupled.
4 In the Model Builder window, click Study 2.
5 In the Settings window for Study, type With Bars in the Label text field.
6 On the Study toolbar, click Compute.

RESULTS

Mirror 3D 2
1 On the Results toolbar, click More Data Sets and choose Mirror 3D.
2 In the Settings window for Mirror 3D, locate the Data section.
3 From the Data set list, choose With Bars/Solution 2 (sol2).
4 Locate the Plane Data section. From the Plane list, choose ZX-planes.
5 In the Y-coordinate text field, type -1e-10.

Stress (solid)
The first default plot shows the von Mises stress, Figure 5. This result can be compared to
the result without reinforcement bars, Figure 4.

1 In the Model Builder window, under Results click Stress (solid).


2 In the Settings window for 3D Plot Group, type Stress With Bars in the Label text field.

19 | CONCRETE BEAM WITH REINFORCEMENT BARS


3 Locate the Data section. From the Data set list, choose Mirror 3D 2.
4 Locate the Plot Settings section. Clear the Plot data set edges check box.

Surface 1
1 In the Model Builder window, expand the Results>Stress With Bars node, then click
Surface 1.
2 In the Settings window for Surface, locate the Expression section.
3 From the Unit list, choose MPa.
4 On the Stress With Bars toolbar, click Plot.
5 Click the Zoom Extents button on the Graphics toolbar.

Force (truss)
The second default plot shows the force in bars, Figure 6.

1 In the Model Builder window, under Results click Force (truss).


2 In the Settings window for 3D Plot Group, type Force With Bars (truss) in the Label
text field.
3 Locate the Data section. From the Data set list, choose Mirror 3D 2.
4 Locate the Plot Settings section. Clear the Plot data set edges check box.

Line
The force of rebars in the midplane must be multiplied by 2.

1 In the Model Builder window, expand the Results>Force With Bars (truss) node, then click
Line.
2 In the Settings window for Line, locate the Expression section.
3 In the Expression text field, type (1+(y==0))*truss.Nxl.
4 Locate the Coloring and Style section. In the Tube radius expression text field, type
diam_bar/2.

5 Select the Radius scale factor check box.


6 In the associated text field, type 1.
7 From the Color table list, choose WaveLight.
8 Select the Symmetrize color range check box.
9 On the Force With Bars (truss) toolbar, click Plot.
10 Click the Go to Default View button on the Graphics toolbar.

20 | CONCRETE BEAM WITH REINFORCEMENT BARS


Stress (truss)
The third default plot shows the axial stress in bars, Figure 7.

1 In the Model Builder window, under Results click Stress (truss).


2 In the Settings window for 3D Plot Group, type Stress With Bars (truss) in the Label
text field.
3 Locate the Data section. From the Data set list, choose Mirror 3D 2.
4 Locate the Plot Settings section. Clear the Plot data set edges check box.

Line
1 In the Model Builder window, expand the Results>Stress With Bars (truss) node, then
click Line.
2 In the Settings window for Line, locate the Expression section.
3 From the Unit list, choose MPa.
4 Locate the Coloring and Style section. In the Tube radius expression text field, type
diam_bar/2.

5 Select the Radius scale factor check box.


6 In the associated text field, type 1.
7 From the Color table list, choose WaveLight.
8 Select the Symmetrize color range check box.
9 On the Stress With Bars (truss) toolbar, click Plot.
10 Click the Go to Default View button on the Graphics toolbar.

ADD STUDY
1 On the Home toolbar, click Add Study to open the Add Study window.
2 Go to the Add Study window.
3 Find the Studies subsection. In the Select Study tree, select Preset Studies.
4 In the Select Study tree, select Preset Studies>Stationary.
5 Click Add Study in the window toolbar.

STUDY 3

Step 1: Stationary
1 On the Home toolbar, click Add Study to close the Add Study window.
Set up an auxiliary continuation sweep for the para parameter.
2 In the Settings window for Stationary, locate the Study Extensions section.

21 | CONCRETE BEAM WITH REINFORCEMENT BARS


3 Select the Auxiliary sweep check box.
4 Click Add.
5 Click to select row number 1 in the table.
6 In the table, enter the following settings:

Parameter name Parameter value list Parameter unit


para (Parameter used for range(0,0.1,1)
parametric sweep)

7 In the Settings window for Study, locate the Study Settings section.
8 Clear the Generate default plots check box.

Solution 3 (sol3)
1 On the Study toolbar, click Show Default Solver.
2 In the Model Builder window, expand the Solution 3 (sol3) node.
3 Right-click Stationary Solver 1 and choose Fully Coupled.
4 In the Model Builder window, under Study 3>Solver Configurations>Solution 3 (sol3)>
Stationary Solver 1 click Parametric 1.
5 In the Settings window for Parametric, click to expand the Continuation section.
6 From the Predictor list, choose Constant to improve the convergence for the elastoplastic
case.
7 In the Model Builder window, click Study 3.
8 In the Settings window for Study, type With Bars and Ottosen in the Label text field.
9 On the Study toolbar, click Compute.

RESULTS

Mirror 3D 3
1 On the Results toolbar, click More Data Sets and choose Mirror 3D.
2 In the Settings window for Mirror 3D, locate the Data section.
3 From the Data set list, choose With Bars and Ottosen/Solution 3 (sol3).
4 Locate the Plane Data section. From the Plane list, choose ZX-planes.
5 In the Y-coordinate text field, type -1e-10.

Duplicate the first von Mises stress plot group to compare results with or without the
failure behavior.

22 | CONCRETE BEAM WITH REINFORCEMENT BARS


Stress With Bars 1
1 In the Model Builder window, under Results right-click Stress With Bars and choose
Duplicate.
2 In the Settings window for 3D Plot Group, type Stress With Bars and Ottosen in
the Label text field.
3 Locate the Data section. From the Data set list, choose Mirror 3D 3.
4 On the Stress With Bars and Ottosen toolbar, click Plot.
5 Click the Zoom Extents button on the Graphics toolbar.

Do the same with force and stress in reinforcement bars.

Force With Bars (truss) 1


1 In the Model Builder window, under Results right-click Force With Bars (truss) and
choose Duplicate.
2 In the Settings window for 3D Plot Group, locate the Data section.
3 From the Data set list, choose Mirror 3D 3.
4 In the Label text field, type Force With Bars and Ottosen (truss).
5 On the Force With Bars and Ottosen (truss) toolbar, click Plot.

Stress With Bars (truss) 1


1 In the Model Builder window, under Results right-click Stress With Bars (truss) and
choose Duplicate.
2 In the Settings window for 3D Plot Group, type Stress With Bars and Ottosen
(truss) in the Label text field.

3 Locate the Data section. From the Data set list, choose Mirror 3D 3.
4 On the Stress With Bars and Ottosen (truss) toolbar, click Plot.

Add a plot group to visualize the plastic zone.

3D Plot Group 8
1 On the Home toolbar, click Add Plot Group and choose 3D Plot Group.
2 In the Settings window for 3D Plot Group, locate the Data section.
3 From the Data set list, choose Mirror 3D 3.
4 In the Label text field, type Plastic Region.

Surface 1
1 Right-click Plastic Region and choose Surface.

23 | CONCRETE BEAM WITH REINFORCEMENT BARS


2 In the Settings window for Surface, click Replace Expression in the upper-right corner of
the Expression section. From the menu, choose Component 1>Solid Mechanics>Strain>
solid.epe - Effective plastic strain.
3 Locate the Expression section. In the Expression text field, type solid.epe>0.
4 Locate the Coloring and Style section. Clear the Color legend check box.
5 Click to expand the Quality section. From the Resolution list, choose Finer.
6 From the Smoothing list, choose None.

Plastic Region
1 Right-click Results>Plastic Region>Surface 1 and choose Deformation.
2 In the Model Builder window, under Results click Plastic Region.
3 In the Settings window for 3D Plot Group, click to expand the Title section.
4 Locate the Plot Settings section. Clear the Plot data set edges check box.
5 On the Plastic Region toolbar, click Plot.
6 Click the Go to Default View button on the Graphics toolbar.

To compare the deflection of the beam for the three models, proceed as follows.

1D Plot Group 9
1 On the Home toolbar, click Add Plot Group and choose 1D Plot Group.
2 In the Settings window for 1D Plot Group, type Deflection in the Label text field.
3 Locate the Data section. From the Parameter selection (para) list, choose Last.
4 Click to expand the Title section. From the Title type list, choose Manual.
5 In the Title text area, type Deflection of the beam.
6 Locate the Plot Settings section. Select the x-axis label check box.
7 In the associated text field, type Position on X axis.
8 Select the y-axis label check box.
9 In the associated text field, type Deflection (mm).

Line Graph 1
1 Right-click Deflection and choose Line Graph.
2 In the Settings window for Line Graph, locate the Data section.
3 From the Data set list, choose Without Bars/Solution 1 (sol1).
4 From the Parameter selection (para) list, choose Last.
5 Select Edge 5 only.

24 | CONCRETE BEAM WITH REINFORCEMENT BARS


6 Locate the y-Axis Data section. From the Unit list, choose mm.
7 Click Replace Expression in the upper-right corner of the y-axis data section. From the
menu, choose Component 1>Solid Mechanics>Displacement>
Displacement field (material and geometry frames)>w - Displacement field, Z component.
8 Locate the x-Axis Data section. From the Parameter list, choose Expression.
9 In the Expression text field, type X.
10 Click to expand the Coloring and style section. Locate the Coloring and Style section. In
the Width text field, type 2.
11 Click to expand the Legends section. Select the Show legends check box.
12 From the Legends list, choose Manual.
13 In the table, enter the following settings:

Legends
Linear elastic model

Line Graph 2
1 Right-click Results>Deflection>Line Graph 1 and choose Duplicate.
2 In the Settings window for Line Graph, locate the Data section.
3 From the Data set list, choose With Bars/Solution 2 (sol2).
4 Locate the Legends section. In the table, enter the following settings:

Legends
Linear elastic model with bars

Line Graph 3
1 Right-click Line Graph 1 and choose Duplicate.
2 In the Settings window for Line Graph, locate the Data section.
3 From the Data set list, choose With Bars and Ottosen/Solution 3 (sol3).
4 Locate the Legends section. In the table, enter the following settings:

Legends
Ottosen model with bars

5 On the Deflection toolbar, click Plot.


6 Click the Zoom Extents button on the Graphics toolbar.

25 | CONCRETE BEAM WITH REINFORCEMENT BARS


26 | CONCRETE BEAM WITH REINFORCEMENT BARS

You might also like