SlideShare a Scribd company logo
1 of 40
Download to read offline
Dynamic Analysis
By
Dhanaji S. Chavan ,
Assistant Professor, TKIET, Warananagar
Problem-1
4 m
-6.00E-01
-4.00E-01
-2.00E-01
0.00E+00
2.00E-01
4.00E-01
6.00E-01
0 1 2 3 4 5
acceleration
time
E= 2.1e8 kPa
C/s: 0.3mx0.3m
Input motion is given
500 kN
……………..
• Objectives: to determine………
– Displacement at fee end & fixed end
– Reactions at free end & fixed end
– Local & global forces in the column
– Plot displacement time history at free end for first
2 second
Coding starts……….
model basic -ndm 2 -ndf 3
node 1 0 0
node 2 0 4
fix 1 1 1 1
To define mass
• In dynamic analysis it is must to define nodal
or elemental mass
– Beacause Transient(earthquake) motion develops
inertial force which is
f=m .a
Inertial force
mass
Acceleration to
which mass is
subjected
……..
mass $nodeTag (ndf $MassValues)
Node number at
which mass to be
defined
command
Mass for specific degree
of motion
…………
mass 2 50 00 0
command
Node
number
Mass in x-
direction
Mass in y
direction
Mass in the
direction of rotation
……….
• while defining mass we have to be very careful.
• In present case earthquake motion is in x-
direction, so we have to define mass in that direction
• If we defined mass in any other direction that will be
ineffective in analysis
………….
geomTransf Linear 1
element elasticBeamColumn 1 1 2 .09 2.1e8 0.000675 1
recorder Node -file Rbase.out -time -node 1 -dof 1 2 reaction
recorder Node -file RFree.out -time -node 2 -dof 1 2 reaction
recorder Node -file Dbase.out -time -node 1 -dof 1 2 disp
recorder Node -file Dfree.out -time -node 2 -dof 1 2 disp
recorder Element -file ele_Lfor.out -time -ele 1 localForce
recorder Element -file ele_Gfor.out -time -ele 1 globalForce
…………
pattern Plain 1 Constant {
load 2 000 -500.0 0.0}
– Remember that self weight of the super structure
has to be applied separately as a force. It won’t be
calculated automatically form mass .
.............
system UmfPack
constraints Plain
test NormDispIncr 1.0e-5 10 0
algorithm Newton
numberer RCM
integrator LoadControl 1
analysis Static
analyze 10
Quick review of integrator LoadControl
integrator LoadControl $dLambda1 <$Jd
$minLambda $maxLambda>
$dLambda1:
- first load-increment factor (pseudo-time step)
- Usually same is followed further
<$Jd:
- must be integer
-factor relating load increment at subsequent time steps
minLambda, maxLambda:
-decides minimum &maximum time increment bound
- optional, default: $dLambda1 for both
Dhanaji Chavan 12
……….
loadConst -time 00.00
– This command is used to restart the time for the
transient analysis
command keyword
Start time
……….
wipeAnalysis
– This command clears previously-defined analysis
parameters. i.e. parameters defined for static
analysis
To define the input motion..
set accelSeries "Series -dt 0.01 -filePath INPUT_accl.dat -factor 1“
Set: command
accelSeries: variable name to which acceleration time
history is to be assigned
• Portion in the box is a time Time Series
Time Series
• Types of time series are :
i. Constant Time Series
ii. Linear Time Series
iii. Rectangular Time Series
iv. Sine Time Series
v. Path Time Series
• For the first four time series the load
variation follows fixed pattern.
………..
• When load pattern does not follow a fixed
pattern i.e. earthquake load, we have to go for
Path Time Series
Ways to define Path Time Series
where the values are specified in a list
included in the command & at constant time
interval
Series -dt $dt -filePath $fileName <-factor $cFactor>
– In our case we have used this series
keyword
File name which contains
the values e.g.
accl, vel,load etc
keyword
Constant time
interval e.g 0.01
keyword
Load factor coefficient.
Default value is 1
………….
The load factor to be applied to the loads in
the LoadPattern object is :
– load factor = $cFactor*(user-defined series)
Ways to define Path Time Series
For a load path where the values are specified at constant
time intervals:
Series -dt $dt -values {list_of_values} <-factor $cFactor>
keyword
Constant time
interval e.g 0.01
keyword
List of values e.g.
accl, vel, load etc
keyword
Load factor coefficient.
Default value is 1
…………
• For a load path where the values are specified at non-
constant time intervals:
Series -time {list_of_times} -values {list_of_values} <-factor $cFactor>
• where both time and values are specified in a list included in
the command:
Series -fileTime $fileName1 -filePath $fileName2 <-factor $cFactor>
To define load pattern
pattern UniformExcitation $patternTag $dir -accel
(TimeSeriesType arguments) <-vel0 $ver0>
• Pattern: command
• UniformExcitation: name/type of load pattern
• $patternTag: unit pattern tag/ number
• $dir: direction of excitation (1, 2, or 3) used in formulating the
inertial loads for the transient analysis
• -accel: keyword to define acceleration history
• -vel0: keyword to define initial velocity $ver0 whose default
value is zero
……………
In our case…….
pattern UniformExcitation 2 1 -accel $accelSeries
Unique pattern tag
Direction of
excitation
X-direction
A uniform acceleration history is imposed at
all nodes constrained in the x-direction i.e. in
our case node 1 only
Defining Dynamic analysis
commands………………
system ProfileSPD
test NormDispIncr 1.e-6 50 0
algorithm KrylovNewton
constraints Transformation
To define integrator
• We can not use the integrator defined for
static analysis
• We have to define the following integrator
integrator Newmark $gamma $beta
command
Name of the
integrator
Newmark
parameter
Newmark
parameter


…………
Integrator Newmark 0.5 0.25
numberer RCM
analysis Transient
analyze 4000 0.01
Thank u……………………………………
Assignment -1.
1. Perform both static & dynamic analysis for given
problem discretizing into one element only
2. Don’t define nodal mass & see what happens
3. Define the mass in y direction & see the results
4. Apply both vertical & lateral static loads at free end
& perform the analysis
5. Don’t use the loadConst -time 00.00 & see what
happens
Assignment -2
• Discretize above model in 4 elements &
perform the complete analysis
Problem- 2
1(0,0) 2(1,0)
3(1,1)4(0,1)
E= 2.1e8 kPa, mass
density = 1.6 ton/m3
input motion:
sinusoidal acceleration
at base
3.0
………
Wipe
model basic -ndm 2 -ndf 2
nDMaterial ElasticIsotropic 1 2.1e8 0.3
node 1 0.000 0.000
node 2 1.000 0.000
node 3 1.000 1.000
node 4 0.000 1.000
…………
element quad 1 1 2 3 4 1.0 "PlaneStrain" 1 0.0 0.0 0 -16
Surface pressure
Mass density
Body force in x
direction
Body force in y
direction
………
fix 1 1 1
fix 2 1 1
system ProfileSPD
test NormDispIncr 1.e-12 25 0
constraints Transformation
integrator LoadControl 1 1 1 1
algorithm Newton
numberer RCM
analysis Static
………………..
analyze 1
loadConst -time 0.000
wipeAnalysis
Application of earthquake motion
pattern UniformExcitation 1 1 -accel "Sine 0 1000
1 -factor 10"
Sinusoidal
variation
Start time
End timePeriod of
sine wave
Load factor
coefficient
……………….
constraints Transformation;
test NormDispIncr 1.e-12 25 0
algorithm Newton
numberer RCM
system ProfileSPD
integrator Newmark 0.5 0.25
analysis Transient
recorder Node -file disp.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 disp
recorder Node -file acce.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 accel
recorder Element -ele 1 -time -file stress1.out -dT 0.01 material 1 stress
recorder Element -ele 1 -time -file strain1.out -dT 0.01 material 1 strain
recorder Element -ele 1 -time -file stress3.out -dT 0.01 material 3 stress
recorder Element -ele 1 -time -file strain3.out -dT 0.01 material 3 strain
analyze 2000 0.01
……………
recorder Node -file disp.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 disp
recorder Node -file acce.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 accel
recorder Element -ele 1 -time -file stress1.out -dT 0.01 material 1 stress
recorder Element -ele 1 -time -file strain1.out -dT 0.01 material 1 strain
recorder Element -ele 1 -time -file stress3.out -dT 0.01 material 3 stress
recorder Element -ele 1 -time -file strain3.out -dT 0.01 material 3 strain
analyze 2000 0.01
Assignment-3
1. Perform both static & dynamic analysis for
given problem &………
 Plot displacement time history plot for node 3 &
4
 Plot acceleration time history plot for node 3 & 4
Assignment-4
• Discretize domain in 4 elements & perform
the complete analysis
Assignment- 5
• Apply equal dof for node 3 & 4 , perform
dynamic analysis and
 Plot displacement time history plot for node 3 &
4
 Plot acceleration time history plot for node 3 & 4
………
equalDOF 3 4 1 2
Thank u............

More Related Content

What's hot

NON-LINEAR AND DYNAMIC ANALYSIS.pptx
NON-LINEAR AND DYNAMIC ANALYSIS.pptxNON-LINEAR AND DYNAMIC ANALYSIS.pptx
NON-LINEAR AND DYNAMIC ANALYSIS.pptxDrDineshDhande
 
OpenSees: modeling and performing static analysis
OpenSees: modeling and  performing static analysisOpenSees: modeling and  performing static analysis
OpenSees: modeling and performing static analysisDhanaji Chavan
 
CE72.52 - Lecture1 - Introduction
CE72.52 - Lecture1 - IntroductionCE72.52 - Lecture1 - Introduction
CE72.52 - Lecture1 - IntroductionFawad Najam
 
membrane analogy and torsion of thin walled tube
membrane analogy and torsion of thin walled tubemembrane analogy and torsion of thin walled tube
membrane analogy and torsion of thin walled tubeROLWYN CARDOZA
 
Dynamic Analysis with Examples – Seismic Analysis
Dynamic Analysis with Examples – Seismic AnalysisDynamic Analysis with Examples – Seismic Analysis
Dynamic Analysis with Examples – Seismic Analysisopenseesdays
 
Non linear analysis
Non linear analysisNon linear analysis
Non linear analysisYuva Raj
 
Geotechnical Examples using OpenSees
Geotechnical Examples using OpenSeesGeotechnical Examples using OpenSees
Geotechnical Examples using OpenSeesopenseesdays
 
Moment Distribution Method SA-2
Moment Distribution Method SA-2Moment Distribution Method SA-2
Moment Distribution Method SA-2Kaizer Dave
 
CE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element Analysis
CE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element AnalysisCE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element Analysis
CE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element AnalysisFawad Najam
 
Dynamics Kinematics Curvilinear Motion
Dynamics Kinematics Curvilinear MotionDynamics Kinematics Curvilinear Motion
Dynamics Kinematics Curvilinear MotionNikolai Priezjev
 
Photoelasticity
PhotoelasticityPhotoelasticity
PhotoelasticityKumar
 
Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]
Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]
Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]Muhammad Irfan
 
Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]
Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]
Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]Muhammad Irfan
 
Design & Modelling of Slab using Macro, VBA & AutoCAD
Design & Modelling of Slab using Macro, VBA & AutoCADDesign & Modelling of Slab using Macro, VBA & AutoCAD
Design & Modelling of Slab using Macro, VBA & AutoCADShubham Arora
 
Soil elastic young's modulus geotechdata
Soil elastic young's modulus   geotechdataSoil elastic young's modulus   geotechdata
Soil elastic young's modulus geotechdataMohamed Ramadan
 

What's hot (20)

NON-LINEAR AND DYNAMIC ANALYSIS.pptx
NON-LINEAR AND DYNAMIC ANALYSIS.pptxNON-LINEAR AND DYNAMIC ANALYSIS.pptx
NON-LINEAR AND DYNAMIC ANALYSIS.pptx
 
OpenSees: modeling and performing static analysis
OpenSees: modeling and  performing static analysisOpenSees: modeling and  performing static analysis
OpenSees: modeling and performing static analysis
 
CE72.52 - Lecture1 - Introduction
CE72.52 - Lecture1 - IntroductionCE72.52 - Lecture1 - Introduction
CE72.52 - Lecture1 - Introduction
 
membrane analogy and torsion of thin walled tube
membrane analogy and torsion of thin walled tubemembrane analogy and torsion of thin walled tube
membrane analogy and torsion of thin walled tube
 
CSI ETABS & SAFE MANUAL: Slab Analysis and Design to EC2
CSI ETABS & SAFE MANUAL: Slab Analysis and Design to EC2CSI ETABS & SAFE MANUAL: Slab Analysis and Design to EC2
CSI ETABS & SAFE MANUAL: Slab Analysis and Design to EC2
 
Dynamic Analysis with Examples – Seismic Analysis
Dynamic Analysis with Examples – Seismic AnalysisDynamic Analysis with Examples – Seismic Analysis
Dynamic Analysis with Examples – Seismic Analysis
 
Non linear analysis
Non linear analysisNon linear analysis
Non linear analysis
 
Geotechnical Examples using OpenSees
Geotechnical Examples using OpenSeesGeotechnical Examples using OpenSees
Geotechnical Examples using OpenSees
 
Moment Distribution Method SA-2
Moment Distribution Method SA-2Moment Distribution Method SA-2
Moment Distribution Method SA-2
 
CE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element Analysis
CE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element AnalysisCE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element Analysis
CE 72.32 (January 2016 Semester) Lecture 6 - Overview of Finite Element Analysis
 
Dynamics Kinematics Curvilinear Motion
Dynamics Kinematics Curvilinear MotionDynamics Kinematics Curvilinear Motion
Dynamics Kinematics Curvilinear Motion
 
Photoelasticity
PhotoelasticityPhotoelasticity
Photoelasticity
 
Etabs (atkins)
Etabs (atkins)Etabs (atkins)
Etabs (atkins)
 
Introduction to Finite Elements
Introduction to Finite ElementsIntroduction to Finite Elements
Introduction to Finite Elements
 
Dynamic Response
Dynamic ResponseDynamic Response
Dynamic Response
 
Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]
Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]
Geotechnical Engineering-II [Lec #27: Infinite Slope Stability Analysis]
 
Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]
Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]
Geotechnical Engineering-II [Lec #22: Earth Pressure at Rest]
 
Design & Modelling of Slab using Macro, VBA & AutoCAD
Design & Modelling of Slab using Macro, VBA & AutoCADDesign & Modelling of Slab using Macro, VBA & AutoCAD
Design & Modelling of Slab using Macro, VBA & AutoCAD
 
Soil elastic young's modulus geotechdata
Soil elastic young's modulus   geotechdataSoil elastic young's modulus   geotechdata
Soil elastic young's modulus geotechdata
 
fea qb
 fea qb fea qb
fea qb
 

Viewers also liked

The Pushover Analysis from basics - Rahul Leslie
The Pushover Analysis from basics - Rahul LeslieThe Pushover Analysis from basics - Rahul Leslie
The Pushover Analysis from basics - Rahul LeslieRahul Leslie
 
Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...
Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...
Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...openseesdays
 
OpenSees as an Engine for Web-based Applications
OpenSees as an Engine for Web-based ApplicationsOpenSees as an Engine for Web-based Applications
OpenSees as an Engine for Web-based Applicationsopenseesdays
 
Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...
Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...
Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...openseesdays
 
Seismic Analysis of Structures - I
Seismic Analysis of Structures - ISeismic Analysis of Structures - I
Seismic Analysis of Structures - Itushardatta
 
Geotechnical Elements and Models in OpenSees
Geotechnical Elements and Models in OpenSeesGeotechnical Elements and Models in OpenSees
Geotechnical Elements and Models in OpenSeesopenseesdays
 
Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...
Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...
Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...openseesdays
 
An Integrated Computational Environment for Simulating Structures in Real Fires
An Integrated Computational Environment for Simulating Structures in Real FiresAn Integrated Computational Environment for Simulating Structures in Real Fires
An Integrated Computational Environment for Simulating Structures in Real Firesopenseesdays
 
Multi Modal Response Spectrum Analysis Implemented in OpenSees
Multi Modal Response Spectrum Analysis Implemented in OpenSeesMulti Modal Response Spectrum Analysis Implemented in OpenSees
Multi Modal Response Spectrum Analysis Implemented in OpenSeesopenseesdays
 
A Simplified Damage-following Model for Reinforced Concrete Columns
A Simplified Damage-following Model for Reinforced Concrete ColumnsA Simplified Damage-following Model for Reinforced Concrete Columns
A Simplified Damage-following Model for Reinforced Concrete Columnsopenseesdays
 
Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...
Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...
Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...openseesdays
 
Application of OpenSees in Reliability-based Design Optimization of Structures
Application of OpenSees in Reliability-based Design Optimization of StructuresApplication of OpenSees in Reliability-based Design Optimization of Structures
Application of OpenSees in Reliability-based Design Optimization of Structuresopenseesdays
 
Non linear static pushover analysis
Non linear static pushover analysisNon linear static pushover analysis
Non linear static pushover analysisjeyanthi4
 
Seismic Analysis of Structures - III
Seismic Analysis of Structures - IIISeismic Analysis of Structures - III
Seismic Analysis of Structures - IIItushardatta
 
Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...
Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...
Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...openseesdays
 
Seismic Analysis of Structures - II
Seismic Analysis of Structures - IISeismic Analysis of Structures - II
Seismic Analysis of Structures - IItushardatta
 
3.4 pushover analysis
3.4 pushover analysis3.4 pushover analysis
3.4 pushover analysisNASRIN AFROZ
 
Modelling Building Frame with STAAD.Pro & ETABS - Rahul Leslie
Modelling Building Frame with STAAD.Pro & ETABS - Rahul LeslieModelling Building Frame with STAAD.Pro & ETABS - Rahul Leslie
Modelling Building Frame with STAAD.Pro & ETABS - Rahul LeslieRahul Leslie
 
Book for Beginners, RCC Design by ETABS
Book for Beginners, RCC Design by ETABSBook for Beginners, RCC Design by ETABS
Book for Beginners, RCC Design by ETABSYousuf Dinar
 

Viewers also liked (20)

The Pushover Analysis from basics - Rahul Leslie
The Pushover Analysis from basics - Rahul LeslieThe Pushover Analysis from basics - Rahul Leslie
The Pushover Analysis from basics - Rahul Leslie
 
Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...
Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...
Steel4 - A Versatile Uniaxial Material Model for Cyclic Nonlinear Analysis of...
 
OpenSees as an Engine for Web-based Applications
OpenSees as an Engine for Web-based ApplicationsOpenSees as an Engine for Web-based Applications
OpenSees as an Engine for Web-based Applications
 
Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...
Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...
Deterioration Modelling of Structural Members Subjected to Cyclic Loading Usi...
 
Seismic Analysis of Structures - I
Seismic Analysis of Structures - ISeismic Analysis of Structures - I
Seismic Analysis of Structures - I
 
Geotechnical Elements and Models in OpenSees
Geotechnical Elements and Models in OpenSeesGeotechnical Elements and Models in OpenSees
Geotechnical Elements and Models in OpenSees
 
Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...
Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...
Numerical Simulations of Liquefaction Phenomena after Emilia Romagna (20 May ...
 
An Integrated Computational Environment for Simulating Structures in Real Fires
An Integrated Computational Environment for Simulating Structures in Real FiresAn Integrated Computational Environment for Simulating Structures in Real Fires
An Integrated Computational Environment for Simulating Structures in Real Fires
 
Multi Modal Response Spectrum Analysis Implemented in OpenSees
Multi Modal Response Spectrum Analysis Implemented in OpenSeesMulti Modal Response Spectrum Analysis Implemented in OpenSees
Multi Modal Response Spectrum Analysis Implemented in OpenSees
 
A Simplified Damage-following Model for Reinforced Concrete Columns
A Simplified Damage-following Model for Reinforced Concrete ColumnsA Simplified Damage-following Model for Reinforced Concrete Columns
A Simplified Damage-following Model for Reinforced Concrete Columns
 
infilled frame
infilled frame infilled frame
infilled frame
 
Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...
Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...
Numerical Simulation of the Seismic Behaviour of RC Bridge Populations for De...
 
Application of OpenSees in Reliability-based Design Optimization of Structures
Application of OpenSees in Reliability-based Design Optimization of StructuresApplication of OpenSees in Reliability-based Design Optimization of Structures
Application of OpenSees in Reliability-based Design Optimization of Structures
 
Non linear static pushover analysis
Non linear static pushover analysisNon linear static pushover analysis
Non linear static pushover analysis
 
Seismic Analysis of Structures - III
Seismic Analysis of Structures - IIISeismic Analysis of Structures - III
Seismic Analysis of Structures - III
 
Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...
Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...
Numerical Modelling of Masonry Infill Walls Participation in the Seismic Beha...
 
Seismic Analysis of Structures - II
Seismic Analysis of Structures - IISeismic Analysis of Structures - II
Seismic Analysis of Structures - II
 
3.4 pushover analysis
3.4 pushover analysis3.4 pushover analysis
3.4 pushover analysis
 
Modelling Building Frame with STAAD.Pro & ETABS - Rahul Leslie
Modelling Building Frame with STAAD.Pro & ETABS - Rahul LeslieModelling Building Frame with STAAD.Pro & ETABS - Rahul Leslie
Modelling Building Frame with STAAD.Pro & ETABS - Rahul Leslie
 
Book for Beginners, RCC Design by ETABS
Book for Beginners, RCC Design by ETABSBook for Beginners, RCC Design by ETABS
Book for Beginners, RCC Design by ETABS
 

Similar to OpenSees dynamic_analysis

Simple, fast, and scalable torch7 tutorial
Simple, fast, and scalable torch7 tutorialSimple, fast, and scalable torch7 tutorial
Simple, fast, and scalable torch7 tutorialJin-Hwa Kim
 
Case Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdfCase Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdfShaistaRiaz4
 
Introduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxIntroduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxPJS KUMAR
 
Chapter One.pdf
Chapter One.pdfChapter One.pdf
Chapter One.pdfabay golla
 
Work-stealing Tree Data Structure
Work-stealing Tree Data StructureWork-stealing Tree Data Structure
Work-stealing Tree Data StructureAleksandar Prokopec
 
RNN sharing at Trend Micro
RNN sharing at Trend MicroRNN sharing at Trend Micro
RNN sharing at Trend MicroChun Hao Wang
 
Caffe framework tutorial2
Caffe framework tutorial2Caffe framework tutorial2
Caffe framework tutorial2Park Chunduck
 
Time and Space Complexity Analysis.pptx
Time and Space Complexity Analysis.pptxTime and Space Complexity Analysis.pptx
Time and Space Complexity Analysis.pptxdudelover
 
Ns2: OTCL - PArt II
Ns2: OTCL - PArt IINs2: OTCL - PArt II
Ns2: OTCL - PArt IIAjit Nayak
 
Flying Futures at the same sky can make the sun rise at midnight
Flying Futures at the same sky can make the sun rise at midnightFlying Futures at the same sky can make the sun rise at midnight
Flying Futures at the same sky can make the sun rise at midnightWiem Zine Elabidine
 
Algorithm analysis.pptx
Algorithm analysis.pptxAlgorithm analysis.pptx
Algorithm analysis.pptxDrBashirMSaad
 
Library Characterization Flow
Library Characterization FlowLibrary Characterization Flow
Library Characterization FlowSatish Grandhi
 
asymptotic analysis and insertion sort analysis
asymptotic analysis and insertion sort analysisasymptotic analysis and insertion sort analysis
asymptotic analysis and insertion sort analysisAnindita Kundu
 

Similar to OpenSees dynamic_analysis (20)

Simple, fast, and scalable torch7 tutorial
Simple, fast, and scalable torch7 tutorialSimple, fast, and scalable torch7 tutorial
Simple, fast, and scalable torch7 tutorial
 
Case Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdfCase Study(Analysis of Algorithm.pdf
Case Study(Analysis of Algorithm.pdf
 
Slot shifting1
Slot shifting1Slot shifting1
Slot shifting1
 
How To Diffuse
How To DiffuseHow To Diffuse
How To Diffuse
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Introduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptxIntroduction to data structures and complexity.pptx
Introduction to data structures and complexity.pptx
 
Chapter One.pdf
Chapter One.pdfChapter One.pdf
Chapter One.pdf
 
Work-stealing Tree Data Structure
Work-stealing Tree Data StructureWork-stealing Tree Data Structure
Work-stealing Tree Data Structure
 
RNN sharing at Trend Micro
RNN sharing at Trend MicroRNN sharing at Trend Micro
RNN sharing at Trend Micro
 
Caffe framework tutorial2
Caffe framework tutorial2Caffe framework tutorial2
Caffe framework tutorial2
 
Time and Space Complexity Analysis.pptx
Time and Space Complexity Analysis.pptxTime and Space Complexity Analysis.pptx
Time and Space Complexity Analysis.pptx
 
Ns2: OTCL - PArt II
Ns2: OTCL - PArt IINs2: OTCL - PArt II
Ns2: OTCL - PArt II
 
Extending ns
Extending nsExtending ns
Extending ns
 
Flying Futures at the same sky can make the sun rise at midnight
Flying Futures at the same sky can make the sun rise at midnightFlying Futures at the same sky can make the sun rise at midnight
Flying Futures at the same sky can make the sun rise at midnight
 
Algorithm analysis.pptx
Algorithm analysis.pptxAlgorithm analysis.pptx
Algorithm analysis.pptx
 
Compiler Design Unit 4
Compiler Design Unit 4Compiler Design Unit 4
Compiler Design Unit 4
 
Library Characterization Flow
Library Characterization FlowLibrary Characterization Flow
Library Characterization Flow
 
Ns2 by khan
Ns2 by khan Ns2 by khan
Ns2 by khan
 
Discrete Kalman Filter (DKF)
Discrete Kalman Filter (DKF)Discrete Kalman Filter (DKF)
Discrete Kalman Filter (DKF)
 
asymptotic analysis and insertion sort analysis
asymptotic analysis and insertion sort analysisasymptotic analysis and insertion sort analysis
asymptotic analysis and insertion sort analysis
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

OpenSees dynamic_analysis

  • 1. Dynamic Analysis By Dhanaji S. Chavan , Assistant Professor, TKIET, Warananagar
  • 2. Problem-1 4 m -6.00E-01 -4.00E-01 -2.00E-01 0.00E+00 2.00E-01 4.00E-01 6.00E-01 0 1 2 3 4 5 acceleration time E= 2.1e8 kPa C/s: 0.3mx0.3m Input motion is given 500 kN
  • 3. …………….. • Objectives: to determine……… – Displacement at fee end & fixed end – Reactions at free end & fixed end – Local & global forces in the column – Plot displacement time history at free end for first 2 second
  • 4. Coding starts………. model basic -ndm 2 -ndf 3 node 1 0 0 node 2 0 4 fix 1 1 1 1
  • 5. To define mass • In dynamic analysis it is must to define nodal or elemental mass – Beacause Transient(earthquake) motion develops inertial force which is f=m .a Inertial force mass Acceleration to which mass is subjected
  • 6. …….. mass $nodeTag (ndf $MassValues) Node number at which mass to be defined command Mass for specific degree of motion
  • 7. ………… mass 2 50 00 0 command Node number Mass in x- direction Mass in y direction Mass in the direction of rotation
  • 8. ………. • while defining mass we have to be very careful. • In present case earthquake motion is in x- direction, so we have to define mass in that direction • If we defined mass in any other direction that will be ineffective in analysis
  • 9. …………. geomTransf Linear 1 element elasticBeamColumn 1 1 2 .09 2.1e8 0.000675 1 recorder Node -file Rbase.out -time -node 1 -dof 1 2 reaction recorder Node -file RFree.out -time -node 2 -dof 1 2 reaction recorder Node -file Dbase.out -time -node 1 -dof 1 2 disp recorder Node -file Dfree.out -time -node 2 -dof 1 2 disp recorder Element -file ele_Lfor.out -time -ele 1 localForce recorder Element -file ele_Gfor.out -time -ele 1 globalForce
  • 10. ………… pattern Plain 1 Constant { load 2 000 -500.0 0.0} – Remember that self weight of the super structure has to be applied separately as a force. It won’t be calculated automatically form mass .
  • 11. ............. system UmfPack constraints Plain test NormDispIncr 1.0e-5 10 0 algorithm Newton numberer RCM integrator LoadControl 1 analysis Static analyze 10
  • 12. Quick review of integrator LoadControl integrator LoadControl $dLambda1 <$Jd $minLambda $maxLambda> $dLambda1: - first load-increment factor (pseudo-time step) - Usually same is followed further <$Jd: - must be integer -factor relating load increment at subsequent time steps minLambda, maxLambda: -decides minimum &maximum time increment bound - optional, default: $dLambda1 for both Dhanaji Chavan 12
  • 13. ………. loadConst -time 00.00 – This command is used to restart the time for the transient analysis command keyword Start time
  • 14. ………. wipeAnalysis – This command clears previously-defined analysis parameters. i.e. parameters defined for static analysis
  • 15. To define the input motion.. set accelSeries "Series -dt 0.01 -filePath INPUT_accl.dat -factor 1“ Set: command accelSeries: variable name to which acceleration time history is to be assigned • Portion in the box is a time Time Series
  • 16. Time Series • Types of time series are : i. Constant Time Series ii. Linear Time Series iii. Rectangular Time Series iv. Sine Time Series v. Path Time Series • For the first four time series the load variation follows fixed pattern.
  • 17. ……….. • When load pattern does not follow a fixed pattern i.e. earthquake load, we have to go for Path Time Series
  • 18. Ways to define Path Time Series where the values are specified in a list included in the command & at constant time interval Series -dt $dt -filePath $fileName <-factor $cFactor> – In our case we have used this series keyword File name which contains the values e.g. accl, vel,load etc keyword Constant time interval e.g 0.01 keyword Load factor coefficient. Default value is 1
  • 19. …………. The load factor to be applied to the loads in the LoadPattern object is : – load factor = $cFactor*(user-defined series)
  • 20. Ways to define Path Time Series For a load path where the values are specified at constant time intervals: Series -dt $dt -values {list_of_values} <-factor $cFactor> keyword Constant time interval e.g 0.01 keyword List of values e.g. accl, vel, load etc keyword Load factor coefficient. Default value is 1
  • 21. ………… • For a load path where the values are specified at non- constant time intervals: Series -time {list_of_times} -values {list_of_values} <-factor $cFactor> • where both time and values are specified in a list included in the command: Series -fileTime $fileName1 -filePath $fileName2 <-factor $cFactor>
  • 22. To define load pattern pattern UniformExcitation $patternTag $dir -accel (TimeSeriesType arguments) <-vel0 $ver0> • Pattern: command • UniformExcitation: name/type of load pattern • $patternTag: unit pattern tag/ number • $dir: direction of excitation (1, 2, or 3) used in formulating the inertial loads for the transient analysis • -accel: keyword to define acceleration history • -vel0: keyword to define initial velocity $ver0 whose default value is zero
  • 23. …………… In our case……. pattern UniformExcitation 2 1 -accel $accelSeries Unique pattern tag Direction of excitation X-direction A uniform acceleration history is imposed at all nodes constrained in the x-direction i.e. in our case node 1 only
  • 24. Defining Dynamic analysis commands……………… system ProfileSPD test NormDispIncr 1.e-6 50 0 algorithm KrylovNewton constraints Transformation
  • 25. To define integrator • We can not use the integrator defined for static analysis • We have to define the following integrator integrator Newmark $gamma $beta command Name of the integrator Newmark parameter Newmark parameter  
  • 26. ………… Integrator Newmark 0.5 0.25 numberer RCM analysis Transient analyze 4000 0.01 Thank u……………………………………
  • 27. Assignment -1. 1. Perform both static & dynamic analysis for given problem discretizing into one element only 2. Don’t define nodal mass & see what happens 3. Define the mass in y direction & see the results 4. Apply both vertical & lateral static loads at free end & perform the analysis 5. Don’t use the loadConst -time 00.00 & see what happens
  • 28. Assignment -2 • Discretize above model in 4 elements & perform the complete analysis
  • 29. Problem- 2 1(0,0) 2(1,0) 3(1,1)4(0,1) E= 2.1e8 kPa, mass density = 1.6 ton/m3 input motion: sinusoidal acceleration at base 3.0
  • 30. ……… Wipe model basic -ndm 2 -ndf 2 nDMaterial ElasticIsotropic 1 2.1e8 0.3 node 1 0.000 0.000 node 2 1.000 0.000 node 3 1.000 1.000 node 4 0.000 1.000
  • 31. ………… element quad 1 1 2 3 4 1.0 "PlaneStrain" 1 0.0 0.0 0 -16 Surface pressure Mass density Body force in x direction Body force in y direction
  • 32. ……… fix 1 1 1 fix 2 1 1 system ProfileSPD test NormDispIncr 1.e-12 25 0 constraints Transformation integrator LoadControl 1 1 1 1 algorithm Newton numberer RCM analysis Static
  • 34. Application of earthquake motion pattern UniformExcitation 1 1 -accel "Sine 0 1000 1 -factor 10" Sinusoidal variation Start time End timePeriod of sine wave Load factor coefficient
  • 35. ………………. constraints Transformation; test NormDispIncr 1.e-12 25 0 algorithm Newton numberer RCM system ProfileSPD integrator Newmark 0.5 0.25 analysis Transient recorder Node -file disp.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 disp recorder Node -file acce.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 accel recorder Element -ele 1 -time -file stress1.out -dT 0.01 material 1 stress recorder Element -ele 1 -time -file strain1.out -dT 0.01 material 1 strain recorder Element -ele 1 -time -file stress3.out -dT 0.01 material 3 stress recorder Element -ele 1 -time -file strain3.out -dT 0.01 material 3 strain analyze 2000 0.01
  • 36. …………… recorder Node -file disp.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 disp recorder Node -file acce.out -time -node 1 2 3 4 -dof 1 2 -dT 0.01 accel recorder Element -ele 1 -time -file stress1.out -dT 0.01 material 1 stress recorder Element -ele 1 -time -file strain1.out -dT 0.01 material 1 strain recorder Element -ele 1 -time -file stress3.out -dT 0.01 material 3 stress recorder Element -ele 1 -time -file strain3.out -dT 0.01 material 3 strain analyze 2000 0.01
  • 37. Assignment-3 1. Perform both static & dynamic analysis for given problem &………  Plot displacement time history plot for node 3 & 4  Plot acceleration time history plot for node 3 & 4
  • 38. Assignment-4 • Discretize domain in 4 elements & perform the complete analysis
  • 39. Assignment- 5 • Apply equal dof for node 3 & 4 , perform dynamic analysis and  Plot displacement time history plot for node 3 & 4  Plot acceleration time history plot for node 3 & 4
  • 40. ……… equalDOF 3 4 1 2 Thank u............