Earthquake Analysis ((link)) - Abaqus
The next morning, Elena presented her findings. Using the Abaqus animations, she showed the board how the steel reinforcements absorbed the energy that would have otherwise leveled the building. The project was greenlit. Six months later, as the first steel beams were lowered into place, Elena looked at the tower and saw more than just bricks; she saw the resilient skeleton she had first built, and saved, in the digital world.
Unlike a point load at the top of a column, an earthquake attacks from the base. In Abaqus, engineers typically use one of two methods:
Steel rebar is often modeled using T3D2 truss elements embedded within the concrete mesh. abaqus earthquake analysis
Use the Mises Plasticity model with kinematic hardening ( *PLASTIC, HARDENING=KINEMATIC ) to accurately capture the Bauschinger effect under cyclic loading.
Engineers typically use one of several approaches depending on the complexity of the project: The next morning, Elena presented her findings
The gold standard for seismic analysis. It applies real or synthetic earthquake accelerograms directly to the base of the model, accounting for material yielding, geometric nonlinearity (P-Delta effects), and contact interactions. 2. Step-by-Step Simulation Workflow
| Category | Best Practice / Tip | | :--- | :--- | | | For plane strain problems (e.g., soil columns), use reduced integration elements like CPE4R for accuracy. For infinite elements, use standard CPE4 . Avoid using plane stress for soil. | | Boundary Conditions | For finite soil domains, consider using infinite elements or absorbing boundaries (e.g., Lysmer boundaries) to prevent wave reflections. For efficient modeling, you can also use Multi Point Constraints (MPCs) to tie DOFs on a plane. | | Baseline Correction | Always check your acceleration record for drift. Use baseline correction features in Abaqus to add a correction to the acceleration record to minimize the mean square velocity over the time of the event. | | Equivalent Linear Method | For soil layers, use software like SHAKE91 or ProShake to conduct a free-field ground response analysis. This provides equivalent linear parameters (damping and shear modulus) for each soil layer, which can then be used in the Abaqus model. | | Mesh Refinement | The mesh must be fine enough to capture the highest mode shapes of interest. Perform a frequency analysis to ensure that the eigenvalues up to the frequency of interest are captured accurately. | Six months later, as the first steel beams
Before diving into the software, it is essential to understand the physics governing the simulation. Earthquake analysis is a dynamic problem governed by the equation of motion:
The dynamic response of any structure during an earthquake is influenced not only by the superstructure but also by the soil beneath it—a phenomenon known as . SSI manifests in two primary ways:
*STEP, NAME=Seismic, NLGEOM=YES *DYNAMIC, EXPLICIT , 30.0 *BOUNDARY, TYPE=VELOCITY BASE, 1, 1, 9.81 *AMPLITUDE, NAME=EQ_VEL, INPUT=vel.txt *END STEP
Marches forward in time using an explicit central-difference integration rule. It does not require solving a simultaneous system of equations or calculating a global stiffness matrix. Abaqus Procedure: *DYNAMIC, EXPLICIT (Abaqus/Explicit).
