SlideShare ist ein Scribd-Unternehmen logo
1 von 40
Modal Analysis
Module 2
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-2
Module 2
Modal Analysis
A. Define modal analysis and its purpose.
B. Discuss associated concepts, terminology, and mode extraction
methods.
C. Learn how to do a modal analysis in ANSYS.
D. Work on one or two modal analysis exercises.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-3
Modal Analysis
A. Definition & Purpose
• What is modal analysis?
• A technique used to determine a structure’s vibration
characteristics:
– Natural frequencies
– Mode shapes
– Mode participation factors (how much a given mode participates in a
given direction)
• Most fundamental of all the dynamic analysis types.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-4
Modal Analysis
… Definition & Purpose
Benefits of modal analysis
• Allows the design to avoid resonant vibrations or to vibrate at a
specified frequency (speakers, for example).
• Gives engineers an idea of how the design will respond to
different types of dynamic loads.
• Helps in calculating solution controls (time steps, etc.) for other
dynamic analyses.
Recommendation: Because a structure’s vibration characteristics
determine how it responds to any type of dynamic load, always perform a
modal analysis first before trying any other dynamic analysis.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-5
• General equation of motion:
• Assume free vibrations and ignore damping:
• Assume harmonic motion ( i.e. )
• The roots of this equation are i
2, the eigenvalues, where i ranges
from 1 to number of DOF. Corresponding vectors are {u}i, the
eigenvectors.
   
    
0
u
M
K 2



       
0
u
K
u
M 



          
 
t
F
u
K
u
C
u
M 

 


Modal Analysis
B. Terminology & Concepts
)
t
sin(
U
u 

DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-6
Modal Analysis
… Terminology & Concepts
• The square roots of the eigenvalues are i , the structure’s natural
circular frequencies (radians/sec). Natural frequencies fi are then
calculated as fi = i /2p cycles/sec. It is the natural frequencies fi
that are input by the user and output by ANSYS.
• The eigenvectors {u}i represent the mode shapes - the shape
assumed by the structure when vibrating at frequency fi.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-7
Modal Analysis
… Terminology & Concepts (cont.)
• Mode Extraction is the term used to describe the calculation of
eigenvalues and eigenvectors.
• Mode Expansion has a dual meaning. For the reduced method,
mode expansion means calculating the full mode shapes from the
reduced mode shapes. For all other methods, mode expansion
simply means writing mode shapes to the results file.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-8
Modal Analysis - Terminology & Concepts
Mode Extraction Methods
• Several mode extraction methods are available in ANSYS:
– Block Lanczos (default)
– Subspace
– PowerDynamics
– Reduced
– Unsymmetric
– Damped (full)
– QR Damped
• Which method you choose depends primarily on the model size
(relative to your computer resources) and the particular
application.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-9
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Block Lanczos
• The Block Lanczos method is recommended for most
applications.
– Efficient extraction of large number of modes (40+) in most models
– Typically used in complex models with mixture of
solids/shells/beams etc.
– Efficient extraction of modes in a frequency range
– Handles rigid-body modes well
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-10
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Subspace
• When extracting a small number of modes (<40) in similar size
models, the subspace method can be more suitable.
– Requires relatively less memory but large diskspace
– May have convergence problems when rigid body modes are present.
– Not recommended when constraint equations are present.
– Generally superseded by Block Lanczos
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-11
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - PowerDynamics
• For large (100K+ DOF) models and a small number of modes
(< 20), use the PowerDynamics method. It can be significantly
faster than Block Lanczos or Subspace, but:
– Requires large amount of memory.
– May not converge with poorly shaped elements or an ill-conditioned
matrix.
– May miss modes (No Sturm sequence check)
– Recommended only as a last resort for large models.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-12
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Reduced
• For models in which lumping mass does not create a local
oscillation, typically beams and spars, use the Reduced method.
– Memory and disk requirements are low.
– In general fastest eigen solver
– Employs matrix reduction, a technique to reduce the size of [K] and
[M] by selecting a subset of DOF called master DOF.
– Reduction of [K] is exact but [M] loses some accuracy
– Accuracy of [M] depends on number and location of master DOF.
– Generally not recommended due to
• Expertise required in picking master DOF
• Efficient alternatives such as Block Lanczos
• reduced cost of hardware
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-13
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Unsymmetric
• The unsymmetric method is used for acoustics (with structural
coupling) and other such applications with unsymmetric [K] and [M].
– Calculates complex eigenvalues and eigenvectors:
• Real part is the natural frequency.
• Imaginary part indicates stability - negative means stable, positive
means unstable.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-14
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Damped
• Damping is normally ignored in a modal analysis, but if its effects
are significant, the Damped method is used.
– Typical application is rotor dynamics, where gyroscopic damping
effects are important.
– Two ANSYS elements, BEAM4 and PIPE16, allow gyroscopic effects to
be specified in the form of real constant SPIN (rotational speed,
radians/time).
– Calculates complex eigenvalues and eigenvectors:
• Imaginary part is the natural frequency.
• Real part indicates stability - negative means stable, positive
means unstable.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-15
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Q-R damped
• A second mode extraction method that considers damping effects
is the Q-R Damped method.
– Faster and more stable than the existing Damped Solver
– Works with poorly conditioned models
– All forms of damping allowed including damper elements
– Combines the best features of the real eigensolution method (Block
Lanczos) and the Complex Hessenberg method (QR Algorithm)
– Outputs complex eigenvalues ( frequency and stability) and damping
ratio of each mode
– Supports the use of a material dependent damping ratio [MP,DMPR] in
a subsequent mode superposition harmonic analysis
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-16
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Q-R damped
MODOPT,QRDAMP,NMODE
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-17
FEA Model Characteristics:
111,129 active dofs
10 damped modes
Alpha, Beta and Element damping
0
20000
40000
60000
80000
100000
120000
140000
160000
QRDAMP DAMP
CPU (sec)
ELAPSE (sec)
Modal Analysis - Terminology & Concepts
… Mode Extraction Methods - Q-R damped
Comparison Demonstrating the Superior Solution Performance
of the QR Damped Mode Extraction Method
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-18
Extraction
method
Linear Solver
Used
Remarks
Block Lanczos Sparse Matrix Recommended for most applications; Most stable;
Subspace Frontal Solver
Stable but slow; Requires large disk space; Has
difficulty with constraint equations / rigid body
modes
Powerdynamics PCG solver
Same as subspace but with PCG solver; Can
handle very large models; Lumped mass only; May
miss modes; Modes cannot be used in
subsequent spectrum and PSD analyses
Reduced Frontal Solver
In general fastest; Accuracy depends on Master
DOF selection; Limitations similar to Subspace;
Not recommended due to expertise required in
selecting Master DOF.
Modal Analysis - Terminology & Concepts
Summary for symmetric, undamped solvers
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-19
Modal Analysis
C. Procedure
Four main steps in a modal analysis:
• Build the model
• Choose analysis type and options
• Apply boundary conditions and solve
• Review results
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-20
Modal Analysis Procedure
Build the Model
• Remember density!
• Linear elements and materials only. Nonlinearities are ignored.
• See also Modeling Considerations in Module 1.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-21
Modal Analysis Procedure
Choose Analysis Type & Options
 Build the model
Choose analysis type and
options
• Enter Solution and choose
modal analysis.
• Mode extraction options*
• Mode expansion options*
• Other options*
*Discussed next
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-22
Modal Analysis Procedure
… Choose Analysis Type & Options
Mode extraction options
• Method: Block Lanczos
recommended for most applications.
• Number of modes: Must be specified
(except Reduced method).
• Frequency range: Defaults to entire
range, but can be limited to a desired
range (FREQB to FREQE).
Specification of a frequency range
requires additional factorizations and
it is typically faster to simply request
a number of modes which will overlap
the desired range.
• Normalization: Discussed next.
defaults to 1e8
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-23
Modal Analysis Procedure
… Choose Analysis Type & Options
Normalization of mode shapes:
• Only the shape of the DOF solution has real meaning. It is
therefore customary to normalize them for numerical efficiency or
user convenience.
• Modes are normalized either to the mass matrix or to a unit matrix
(unity).
– Normalization to mass matrix is the default, and is required for a
spectrum analysis or if a subsequent mode superposition analysis is
planned.
– Choose normalization to unity when you want to easily compare
relative values of displacements throughout the structure.
• Modes normalized to unity cannot be used in subsequent mode
superposition analyses (transient, harmonic, spectrum or random
vibration)
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-24
Modal Analysis Procedure
… Choose Analysis Type & Options
Mode expansion:
• You need to expand mode shapes if you want to do any of the
following:
– Have element stresses calculated.
– Do a subsequent spectrum or mode superposition analysis.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-25
Modal Analysis Procedure
… Choose Analysis Type & Options
Mode expansion (continued):
• Recommendation: Always expand as many modes as the number
extracted. The cost of this is minimal.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-26
Modal Analysis Procedure
… Choose Analysis Type & Options
• Other analysis options:
• Lumped mass matrix
– Mainly used for slender beams and thin shells, or for wave
propagation problems.
– Automatically chosen for PowerDynamics method.
• Pre-stress effects
– For Pre-stressed modal analysis (discussed later).
• Full damping
– Used only if Damped mode extraction method is chosen.
– Damping ratio, alpha damping, and beta damping are allowed.
– BEAM4 and PIPE16 also allow gyroscopic damping.
• QR damping
– All types of damping are allowed.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-27
Modal Analysis Procedure
Apply BC’s and Solve
 Build the model
 Choose analysis type and options
Apply boundary conditions and solve
• Displacement constraints: Discussed next.
• External loads: Ignored since free vibrations are assumed.
However, ANSYS creates a load vector which you can use in a
subsequent mode superposition analysis.
• Solve: Discussed next.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-28
Modal Analysis Procedure
… Apply BC’s and Solve
Displacement constraints:
• Apply as necessary, to simulate actual fixity.
• Rigid body modes will be calculated in directions not constrained.
• Non-zero displacements are not allowed.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-29
Modal Analysis Procedure
... Apply BC’s and Solve
Displacement constraints (continued):
• Be careful with symmetry
• Symmetry BC’s will only produce
symmetrically shaped modes, so some
modes can be missed.
Full Model
Symmetry BC Anti-Symmetry BC
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-30
Modal Analysis Procedure
… Apply BC’s and Solve
Displacement constraints (continued):
For the plate-with-hole model, the lowest non-zero mode for the full and
the quarter-symmetry case is shown below. The 53-Hz mode was missed
by the anti-symmetry case because ROTX is non-zero along the
symmetry boundaries.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-31
Modal Analysis Procedure
… Apply BC’s and Solve
Solve:
• Typically one load step.
• Multiple load steps can be used to study the
effect of different displacement constraints
(symmetry BC in one load step and anti-symmetry
BC in another, for example).
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-32
Modal Analysis Procedure
Review Results
 Build the model
 Choose analysis type and options
 Apply boundary conditions and solve
• Review results using POST1, the general postprocessor
• List natural frequencies
• View mode shapes
• Review participation factors
• Review modal stresses
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-33
Modal Analysis Procedure
… Review Results
Listing natural frequencies:
• Choose “Read Results > By Pick” in the General Postproc menu.
• Notice that each mode is stored in a separate substep.
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-34
Modal Analysis Procedure
… Review Results
Viewing mode shapes:
• First read in results for the
desired mode using First Set, Next
Set, or By Load Step.
• Then plot the deformed shape:
General Postproc > Plot Results >
Deformed Shape…
• Notice that the graphics legend
shows mode number (SUB = ) and
the frequency (FREQ = ).
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-35
Modal Analysis Procedure
… Review Results
Viewing mode shapes (continued):
• You can also animate the mode shape: Utility Menu > PlotCtrls >
Animate > Mode Shape...
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-36
Modal Analysis Procedure
… Review Results
Participation Factors:
• Calculated for each mode in global translation and rotation
directions
• High value in a direction indicates that the mode will be excited by
forces in that direction
• Values are relative based on a unit displacement spectrum
• The final participation factor value (ROTZ) can be retrieved into a
parameter using *GET command. A spectrum analysis with a
specified direction (SED,0,1,0) could be used to obtain other
values
• Also printed out (to the output file) is the effective mass. Ideally
the sum of the effective masses in each direction should equal
total mass of structure
• Effective Mass = (participation factor)2
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-37
Modal Analysis Procedure
… Review Results
Modal stresses:
• Available if element stress calculation is activated when choosing analysis
options.
• Stress values have no real meaning, however these can be used to
highlight hot spots
• If mode shapes are normalized to unity, you can compare stresses at
different points for a given mode shape
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-38
Modal Analysis Procedure
… Review Results
Mode shapes
normalized to
unity
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-39
Modal Analysis
Procedure
 Build the model
 Choose analysis type and options
 Apply boundary conditions and solve
 Review results
DYNAMICS
8.1
Training Manual
July 22, 2004
Inventory #002110
2-40
D. Workshop - Modal Analysis
This workshop consists of two problems:
1. Modal analysis of a plate with a hole
– A step-by-step description of how to do the analysis.
– You may choose to run this problem yourself, or your instructor may
show it as a demonstration.
– Follow the instructions in your Dynamics Workshop supplement
(WS2: Modal Analysis - Plate with a Hole, Page WS-17 ).
2. Modal analysis of a model airplane wing
– This is left as an exercise to you.
– Follow the instructions in your Dynamics Workshop supplement
(WS3: Modal Analysis - Model Airplane Wing, Page WS-23 ).

Weitere ähnliche Inhalte

Ähnlich wie dokumen.tips_ansys-modal-analysis-55845f106a81d.ppt

1999_MODELING_ENVIRONMENT_HDT
1999_MODELING_ENVIRONMENT_HDT1999_MODELING_ENVIRONMENT_HDT
1999_MODELING_ENVIRONMENT_HDT
Piero Belforte
 
Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...
Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...
Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...
Ankit Sarvaiya
 
Fluent Introduction - Some Best Practice_._.pptx
Fluent Introduction - Some Best Practice_._.pptxFluent Introduction - Some Best Practice_._.pptx
Fluent Introduction - Some Best Practice_._.pptx
LibinAbrahamKonattu
 
ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...
ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...
ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...
RATHESHPRIYANK
 
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
silveroak engineering collage
 
Identification of parameters of an induction motor from field solution 9 11 n...
Identification of parameters of an induction motor from field solution 9 11 n...Identification of parameters of an induction motor from field solution 9 11 n...
Identification of parameters of an induction motor from field solution 9 11 n...
Valentino Selayan
 
D1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patternsD1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patterns
Babak Sorkhpour
 

Ähnlich wie dokumen.tips_ansys-modal-analysis-55845f106a81d.ppt (20)

1999_MODELING_ENVIRONMENT_HDT
1999_MODELING_ENVIRONMENT_HDT1999_MODELING_ENVIRONMENT_HDT
1999_MODELING_ENVIRONMENT_HDT
 
Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...
Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...
Kinematic Mounting Scheme of Miniature Precision Elements for Mission Surviva...
 
Fluent Introduction - Some Best Practice_._.pptx
Fluent Introduction - Some Best Practice_._.pptxFluent Introduction - Some Best Practice_._.pptx
Fluent Introduction - Some Best Practice_._.pptx
 
11 generalsisation of fluent
11 generalsisation of fluent11 generalsisation of fluent
11 generalsisation of fluent
 
A study of Machine Learning approach for Predictive Maintenance in Industry 4.0
A study of Machine Learning approach for Predictive Maintenance in Industry 4.0A study of Machine Learning approach for Predictive Maintenance in Industry 4.0
A study of Machine Learning approach for Predictive Maintenance in Industry 4.0
 
ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...
ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...
ME8073 - Unconventional Machining Process (Ripped from Amazon Kindle eBooks b...
 
Workshop - Voorkomen van faling door vibraties - mechanical interaction
Workshop - Voorkomen van faling door vibraties - mechanical interactionWorkshop - Voorkomen van faling door vibraties - mechanical interaction
Workshop - Voorkomen van faling door vibraties - mechanical interaction
 
Second life strategies for Li-ion batteries in the CarE-Service Project
Second life strategies for Li-ion batteries in the CarE-Service ProjectSecond life strategies for Li-ion batteries in the CarE-Service Project
Second life strategies for Li-ion batteries in the CarE-Service Project
 
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
TECHNICAL IMPROVEMENT IN PICK & PLACE ROBOT ARM MACHINE BY GIVING ALTERNATE T...
 
Identification of parameters of an induction motor from field solution 9 11 n...
Identification of parameters of an induction motor from field solution 9 11 n...Identification of parameters of an induction motor from field solution 9 11 n...
Identification of parameters of an induction motor from field solution 9 11 n...
 
SIMULIA-Opera-Brochure.pdf
SIMULIA-Opera-Brochure.pdfSIMULIA-Opera-Brochure.pdf
SIMULIA-Opera-Brochure.pdf
 
Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)Computational Fluid Dynamics (CFD)
Computational Fluid Dynamics (CFD)
 
Intrduction to Simulation.ppt
Intrduction to Simulation.pptIntrduction to Simulation.ppt
Intrduction to Simulation.ppt
 
Nicolay presentation
Nicolay presentationNicolay presentation
Nicolay presentation
 
Randomized Algorithm
Randomized Algorithm Randomized Algorithm
Randomized Algorithm
 
Lumerical Software: FDTD Solutions
Lumerical Software: FDTD SolutionsLumerical Software: FDTD Solutions
Lumerical Software: FDTD Solutions
 
SIDE4.pdf
SIDE4.pdfSIDE4.pdf
SIDE4.pdf
 
12 l1-harmonic methodology
12 l1-harmonic methodology12 l1-harmonic methodology
12 l1-harmonic methodology
 
Staadpro learing ppt
Staadpro learing pptStaadpro learing ppt
Staadpro learing ppt
 
D1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patternsD1.2 analysis and selection of low power techniques, services and patterns
D1.2 analysis and selection of low power techniques, services and patterns
 

Mehr von JiaJunWang17

Mehr von JiaJunWang17 (20)

LATHE PARTS AND FUNCTIONS.pptx
LATHE PARTS  AND FUNCTIONS.pptxLATHE PARTS  AND FUNCTIONS.pptx
LATHE PARTS AND FUNCTIONS.pptx
 
Cash flow model
Cash flow modelCash flow model
Cash flow model
 
Business_Analysis_Decision_Analysis.ppt
Business_Analysis_Decision_Analysis.pptBusiness_Analysis_Decision_Analysis.ppt
Business_Analysis_Decision_Analysis.ppt
 
Capacitacion_2016_pptx_pptx.pptx
Capacitacion_2016_pptx_pptx.pptxCapacitacion_2016_pptx_pptx.pptx
Capacitacion_2016_pptx_pptx.pptx
 
fontes_jud_rabinico_mestrado_jan_2014_pp.ppt
fontes_jud_rabinico_mestrado_jan_2014_pp.pptfontes_jud_rabinico_mestrado_jan_2014_pp.ppt
fontes_jud_rabinico_mestrado_jan_2014_pp.ppt
 
Cybercrime_PPT.ppt
Cybercrime_PPT.pptCybercrime_PPT.ppt
Cybercrime_PPT.ppt
 
PENGARATAN_PPT.pptx
PENGARATAN_PPT.pptxPENGARATAN_PPT.pptx
PENGARATAN_PPT.pptx
 
neuroaids_ppt.ppt
neuroaids_ppt.pptneuroaids_ppt.ppt
neuroaids_ppt.ppt
 
PPT_presentation_PaperKISMIF2016_ppt.ppt
PPT_presentation_PaperKISMIF2016_ppt.pptPPT_presentation_PaperKISMIF2016_ppt.ppt
PPT_presentation_PaperKISMIF2016_ppt.ppt
 
PPT_MERCADOS.pptx
PPT_MERCADOS.pptxPPT_MERCADOS.pptx
PPT_MERCADOS.pptx
 
El ciclo del hábito.pptx
El ciclo del hábito.pptxEl ciclo del hábito.pptx
El ciclo del hábito.pptx
 
Hatshepsut_PPT.pptx
Hatshepsut_PPT.pptxHatshepsut_PPT.pptx
Hatshepsut_PPT.pptx
 
hho_acctg09GE_inppt05_ppt.ppt
hho_acctg09GE_inppt05_ppt.ppthho_acctg09GE_inppt05_ppt.ppt
hho_acctg09GE_inppt05_ppt.ppt
 
hho_acctg09GE_inppt05B_ppt.ppt
hho_acctg09GE_inppt05B_ppt.ppthho_acctg09GE_inppt05B_ppt.ppt
hho_acctg09GE_inppt05B_ppt.ppt
 
hho_acctg09GE_inppt02_ppt (1).ppt
hho_acctg09GE_inppt02_ppt (1).ppthho_acctg09GE_inppt02_ppt (1).ppt
hho_acctg09GE_inppt02_ppt (1).ppt
 
hho_acctg09GE_inppt06_ppt.ppt
hho_acctg09GE_inppt06_ppt.ppthho_acctg09GE_inppt06_ppt.ppt
hho_acctg09GE_inppt06_ppt.ppt
 
Worksheet for a Merchandising Business.ppt
Worksheet for a Merchandising Business.pptWorksheet for a Merchandising Business.ppt
Worksheet for a Merchandising Business.ppt
 
Akl_ppt.pptx
Akl_ppt.pptxAkl_ppt.pptx
Akl_ppt.pptx
 
vakum_ppt.pptx
vakum_ppt.pptxvakum_ppt.pptx
vakum_ppt.pptx
 
Arab spring.pptx
Arab spring.pptxArab spring.pptx
Arab spring.pptx
 

Kürzlich hochgeladen

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Kürzlich hochgeladen (20)

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 

dokumen.tips_ansys-modal-analysis-55845f106a81d.ppt

  • 2. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-2 Module 2 Modal Analysis A. Define modal analysis and its purpose. B. Discuss associated concepts, terminology, and mode extraction methods. C. Learn how to do a modal analysis in ANSYS. D. Work on one or two modal analysis exercises.
  • 3. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-3 Modal Analysis A. Definition & Purpose • What is modal analysis? • A technique used to determine a structure’s vibration characteristics: – Natural frequencies – Mode shapes – Mode participation factors (how much a given mode participates in a given direction) • Most fundamental of all the dynamic analysis types.
  • 4. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-4 Modal Analysis … Definition & Purpose Benefits of modal analysis • Allows the design to avoid resonant vibrations or to vibrate at a specified frequency (speakers, for example). • Gives engineers an idea of how the design will respond to different types of dynamic loads. • Helps in calculating solution controls (time steps, etc.) for other dynamic analyses. Recommendation: Because a structure’s vibration characteristics determine how it responds to any type of dynamic load, always perform a modal analysis first before trying any other dynamic analysis.
  • 5. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-5 • General equation of motion: • Assume free vibrations and ignore damping: • Assume harmonic motion ( i.e. ) • The roots of this equation are i 2, the eigenvalues, where i ranges from 1 to number of DOF. Corresponding vectors are {u}i, the eigenvectors.          0 u M K 2            0 u K u M                  t F u K u C u M       Modal Analysis B. Terminology & Concepts ) t sin( U u  
  • 6. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-6 Modal Analysis … Terminology & Concepts • The square roots of the eigenvalues are i , the structure’s natural circular frequencies (radians/sec). Natural frequencies fi are then calculated as fi = i /2p cycles/sec. It is the natural frequencies fi that are input by the user and output by ANSYS. • The eigenvectors {u}i represent the mode shapes - the shape assumed by the structure when vibrating at frequency fi.
  • 7. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-7 Modal Analysis … Terminology & Concepts (cont.) • Mode Extraction is the term used to describe the calculation of eigenvalues and eigenvectors. • Mode Expansion has a dual meaning. For the reduced method, mode expansion means calculating the full mode shapes from the reduced mode shapes. For all other methods, mode expansion simply means writing mode shapes to the results file.
  • 8. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-8 Modal Analysis - Terminology & Concepts Mode Extraction Methods • Several mode extraction methods are available in ANSYS: – Block Lanczos (default) – Subspace – PowerDynamics – Reduced – Unsymmetric – Damped (full) – QR Damped • Which method you choose depends primarily on the model size (relative to your computer resources) and the particular application.
  • 9. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-9 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Block Lanczos • The Block Lanczos method is recommended for most applications. – Efficient extraction of large number of modes (40+) in most models – Typically used in complex models with mixture of solids/shells/beams etc. – Efficient extraction of modes in a frequency range – Handles rigid-body modes well
  • 10. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-10 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Subspace • When extracting a small number of modes (<40) in similar size models, the subspace method can be more suitable. – Requires relatively less memory but large diskspace – May have convergence problems when rigid body modes are present. – Not recommended when constraint equations are present. – Generally superseded by Block Lanczos
  • 11. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-11 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - PowerDynamics • For large (100K+ DOF) models and a small number of modes (< 20), use the PowerDynamics method. It can be significantly faster than Block Lanczos or Subspace, but: – Requires large amount of memory. – May not converge with poorly shaped elements or an ill-conditioned matrix. – May miss modes (No Sturm sequence check) – Recommended only as a last resort for large models.
  • 12. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-12 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Reduced • For models in which lumping mass does not create a local oscillation, typically beams and spars, use the Reduced method. – Memory and disk requirements are low. – In general fastest eigen solver – Employs matrix reduction, a technique to reduce the size of [K] and [M] by selecting a subset of DOF called master DOF. – Reduction of [K] is exact but [M] loses some accuracy – Accuracy of [M] depends on number and location of master DOF. – Generally not recommended due to • Expertise required in picking master DOF • Efficient alternatives such as Block Lanczos • reduced cost of hardware
  • 13. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-13 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Unsymmetric • The unsymmetric method is used for acoustics (with structural coupling) and other such applications with unsymmetric [K] and [M]. – Calculates complex eigenvalues and eigenvectors: • Real part is the natural frequency. • Imaginary part indicates stability - negative means stable, positive means unstable.
  • 14. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-14 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Damped • Damping is normally ignored in a modal analysis, but if its effects are significant, the Damped method is used. – Typical application is rotor dynamics, where gyroscopic damping effects are important. – Two ANSYS elements, BEAM4 and PIPE16, allow gyroscopic effects to be specified in the form of real constant SPIN (rotational speed, radians/time). – Calculates complex eigenvalues and eigenvectors: • Imaginary part is the natural frequency. • Real part indicates stability - negative means stable, positive means unstable.
  • 15. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-15 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Q-R damped • A second mode extraction method that considers damping effects is the Q-R Damped method. – Faster and more stable than the existing Damped Solver – Works with poorly conditioned models – All forms of damping allowed including damper elements – Combines the best features of the real eigensolution method (Block Lanczos) and the Complex Hessenberg method (QR Algorithm) – Outputs complex eigenvalues ( frequency and stability) and damping ratio of each mode – Supports the use of a material dependent damping ratio [MP,DMPR] in a subsequent mode superposition harmonic analysis
  • 16. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-16 Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Q-R damped MODOPT,QRDAMP,NMODE
  • 17. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-17 FEA Model Characteristics: 111,129 active dofs 10 damped modes Alpha, Beta and Element damping 0 20000 40000 60000 80000 100000 120000 140000 160000 QRDAMP DAMP CPU (sec) ELAPSE (sec) Modal Analysis - Terminology & Concepts … Mode Extraction Methods - Q-R damped Comparison Demonstrating the Superior Solution Performance of the QR Damped Mode Extraction Method
  • 18. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-18 Extraction method Linear Solver Used Remarks Block Lanczos Sparse Matrix Recommended for most applications; Most stable; Subspace Frontal Solver Stable but slow; Requires large disk space; Has difficulty with constraint equations / rigid body modes Powerdynamics PCG solver Same as subspace but with PCG solver; Can handle very large models; Lumped mass only; May miss modes; Modes cannot be used in subsequent spectrum and PSD analyses Reduced Frontal Solver In general fastest; Accuracy depends on Master DOF selection; Limitations similar to Subspace; Not recommended due to expertise required in selecting Master DOF. Modal Analysis - Terminology & Concepts Summary for symmetric, undamped solvers
  • 19. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-19 Modal Analysis C. Procedure Four main steps in a modal analysis: • Build the model • Choose analysis type and options • Apply boundary conditions and solve • Review results
  • 20. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-20 Modal Analysis Procedure Build the Model • Remember density! • Linear elements and materials only. Nonlinearities are ignored. • See also Modeling Considerations in Module 1.
  • 21. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-21 Modal Analysis Procedure Choose Analysis Type & Options  Build the model Choose analysis type and options • Enter Solution and choose modal analysis. • Mode extraction options* • Mode expansion options* • Other options* *Discussed next
  • 22. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-22 Modal Analysis Procedure … Choose Analysis Type & Options Mode extraction options • Method: Block Lanczos recommended for most applications. • Number of modes: Must be specified (except Reduced method). • Frequency range: Defaults to entire range, but can be limited to a desired range (FREQB to FREQE). Specification of a frequency range requires additional factorizations and it is typically faster to simply request a number of modes which will overlap the desired range. • Normalization: Discussed next. defaults to 1e8
  • 23. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-23 Modal Analysis Procedure … Choose Analysis Type & Options Normalization of mode shapes: • Only the shape of the DOF solution has real meaning. It is therefore customary to normalize them for numerical efficiency or user convenience. • Modes are normalized either to the mass matrix or to a unit matrix (unity). – Normalization to mass matrix is the default, and is required for a spectrum analysis or if a subsequent mode superposition analysis is planned. – Choose normalization to unity when you want to easily compare relative values of displacements throughout the structure. • Modes normalized to unity cannot be used in subsequent mode superposition analyses (transient, harmonic, spectrum or random vibration)
  • 24. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-24 Modal Analysis Procedure … Choose Analysis Type & Options Mode expansion: • You need to expand mode shapes if you want to do any of the following: – Have element stresses calculated. – Do a subsequent spectrum or mode superposition analysis.
  • 25. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-25 Modal Analysis Procedure … Choose Analysis Type & Options Mode expansion (continued): • Recommendation: Always expand as many modes as the number extracted. The cost of this is minimal.
  • 26. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-26 Modal Analysis Procedure … Choose Analysis Type & Options • Other analysis options: • Lumped mass matrix – Mainly used for slender beams and thin shells, or for wave propagation problems. – Automatically chosen for PowerDynamics method. • Pre-stress effects – For Pre-stressed modal analysis (discussed later). • Full damping – Used only if Damped mode extraction method is chosen. – Damping ratio, alpha damping, and beta damping are allowed. – BEAM4 and PIPE16 also allow gyroscopic damping. • QR damping – All types of damping are allowed.
  • 27. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-27 Modal Analysis Procedure Apply BC’s and Solve  Build the model  Choose analysis type and options Apply boundary conditions and solve • Displacement constraints: Discussed next. • External loads: Ignored since free vibrations are assumed. However, ANSYS creates a load vector which you can use in a subsequent mode superposition analysis. • Solve: Discussed next.
  • 28. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-28 Modal Analysis Procedure … Apply BC’s and Solve Displacement constraints: • Apply as necessary, to simulate actual fixity. • Rigid body modes will be calculated in directions not constrained. • Non-zero displacements are not allowed.
  • 29. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-29 Modal Analysis Procedure ... Apply BC’s and Solve Displacement constraints (continued): • Be careful with symmetry • Symmetry BC’s will only produce symmetrically shaped modes, so some modes can be missed. Full Model Symmetry BC Anti-Symmetry BC
  • 30. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-30 Modal Analysis Procedure … Apply BC’s and Solve Displacement constraints (continued): For the plate-with-hole model, the lowest non-zero mode for the full and the quarter-symmetry case is shown below. The 53-Hz mode was missed by the anti-symmetry case because ROTX is non-zero along the symmetry boundaries.
  • 31. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-31 Modal Analysis Procedure … Apply BC’s and Solve Solve: • Typically one load step. • Multiple load steps can be used to study the effect of different displacement constraints (symmetry BC in one load step and anti-symmetry BC in another, for example).
  • 32. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-32 Modal Analysis Procedure Review Results  Build the model  Choose analysis type and options  Apply boundary conditions and solve • Review results using POST1, the general postprocessor • List natural frequencies • View mode shapes • Review participation factors • Review modal stresses
  • 33. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-33 Modal Analysis Procedure … Review Results Listing natural frequencies: • Choose “Read Results > By Pick” in the General Postproc menu. • Notice that each mode is stored in a separate substep.
  • 34. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-34 Modal Analysis Procedure … Review Results Viewing mode shapes: • First read in results for the desired mode using First Set, Next Set, or By Load Step. • Then plot the deformed shape: General Postproc > Plot Results > Deformed Shape… • Notice that the graphics legend shows mode number (SUB = ) and the frequency (FREQ = ).
  • 35. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-35 Modal Analysis Procedure … Review Results Viewing mode shapes (continued): • You can also animate the mode shape: Utility Menu > PlotCtrls > Animate > Mode Shape...
  • 36. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-36 Modal Analysis Procedure … Review Results Participation Factors: • Calculated for each mode in global translation and rotation directions • High value in a direction indicates that the mode will be excited by forces in that direction • Values are relative based on a unit displacement spectrum • The final participation factor value (ROTZ) can be retrieved into a parameter using *GET command. A spectrum analysis with a specified direction (SED,0,1,0) could be used to obtain other values • Also printed out (to the output file) is the effective mass. Ideally the sum of the effective masses in each direction should equal total mass of structure • Effective Mass = (participation factor)2
  • 37. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-37 Modal Analysis Procedure … Review Results Modal stresses: • Available if element stress calculation is activated when choosing analysis options. • Stress values have no real meaning, however these can be used to highlight hot spots • If mode shapes are normalized to unity, you can compare stresses at different points for a given mode shape
  • 38. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-38 Modal Analysis Procedure … Review Results Mode shapes normalized to unity
  • 39. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-39 Modal Analysis Procedure  Build the model  Choose analysis type and options  Apply boundary conditions and solve  Review results
  • 40. DYNAMICS 8.1 Training Manual July 22, 2004 Inventory #002110 2-40 D. Workshop - Modal Analysis This workshop consists of two problems: 1. Modal analysis of a plate with a hole – A step-by-step description of how to do the analysis. – You may choose to run this problem yourself, or your instructor may show it as a demonstration. – Follow the instructions in your Dynamics Workshop supplement (WS2: Modal Analysis - Plate with a Hole, Page WS-17 ). 2. Modal analysis of a model airplane wing – This is left as an exercise to you. – Follow the instructions in your Dynamics Workshop supplement (WS3: Modal Analysis - Model Airplane Wing, Page WS-23 ).

Hinweis der Redaktion

  1. M2-1
  2. M2-2
  3. M2-3
  4. M2-4
  5. M2-5
  6. M2-6
  7. M2-8
  8. M2-9
  9. M2-10
  10. M2-11
  11. M2-12
  12. M2-13
  13. M2-14
  14. M2-19
  15. M2-21
  16. M2-22
  17. M2-23
  18. M2-24
  19. M2-25
  20. M2-26
  21. M2-27
  22. M2-28
  23. M2-29
  24. M2-30
  25. M2-31
  26. M2-32
  27. M2-33
  28. M2-34
  29. M2-35
  30. M2-37
  31. M2-38
  32. M2-39
  33. M2-40