reno001
Materials
- Aug 31, 2004
- 15
Hi everybody,
Is there a tutorial or valuable example for modal analysiswith (thermal strain) pre-stress ? My work is about analysis of small structure assembled by adhesive bonding. And I want to show the effect of the thermal stress onto the resonance frequencies. I have done already a lot of runs but the results do not show some big change.
Practicly:
/SOLU ! Enter solution processor
ANTYPE,STATIC ! Static analysis
PSTRES,ON ! Flag to calculate the prestress matrix
ALLS ! Select everythings
SOLVE
FINI
/SOLU ! Enter solution processor
ANTYPE,MODAL ! Modal analysis type
! MODOPT,REDUC,6 ! Calculate 6 modes using reduced method
MODOPT,LANB,6 ! Calculate 6 modes using Block Lanczos
MXPAND,6 ! Expand all 6 modes
TOTAL,10,1 ! Requests automatic generation of (structural) DOF
PSTRESS,ON ! Flag to calculate the prestress matrix
ALLS ! Select all nodes
SOLVE ! Solve current load step
FINI
Is there a tutorial or valuable example for modal analysiswith (thermal strain) pre-stress ? My work is about analysis of small structure assembled by adhesive bonding. And I want to show the effect of the thermal stress onto the resonance frequencies. I have done already a lot of runs but the results do not show some big change.
Practicly:
/SOLU ! Enter solution processor
ANTYPE,STATIC ! Static analysis
PSTRES,ON ! Flag to calculate the prestress matrix
ALLS ! Select everythings
SOLVE
FINI
/SOLU ! Enter solution processor
ANTYPE,MODAL ! Modal analysis type
! MODOPT,REDUC,6 ! Calculate 6 modes using reduced method
MODOPT,LANB,6 ! Calculate 6 modes using Block Lanczos
MXPAND,6 ! Expand all 6 modes
TOTAL,10,1 ! Requests automatic generation of (structural) DOF
PSTRESS,ON ! Flag to calculate the prestress matrix
ALLS ! Select all nodes
SOLVE ! Solve current load step
FINI