Workflow

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

ME 498CA1 Fall 2015

Introduction & Workflow

Computational Science
and Engineering
CSE.ILLINOIS.EDU
Outline of Module
1. FEA Workflow (Redux), Postprocessing
2. Meshing
3. Loading & Analysis
4. Coupling Physics
5. Materials & Modeling
6. Fracture & Contact FEA
7. Dynamic FEA (Standard v. Explicit)
8. Batch Jobs & Scripting

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Ecosystem
Associative XX.iges file
ABAQUS/CAE
Third-party interfaces
Preprocess CAD Modeling
Elysium direct
Job control/monitoring
translators

Third-party preprocessor XX.inp file

XX.inp file
ABAQUS/Standard
Analysis (Solver) ABAQUS/Explicit
Translators ABAQUS/Aqua
….

ABAQUS Viewer
Third-party
Postprocess Visualization
postprocessor

Computational Science
and Engineering
CSE.ILLINOIS.EDU
Comparison of Implicit and Explicit
Quantity ABAQUS/Standard ABAQUS/Explicit
Element Extensive Subset
library

Analysis General & linear perturbation General


procedures

Material Wide range of material models Wide range + failure material models
models

Contact contact problems complex contact problems


formulation

Solution unconditionally stable stiffness- conditionally stable explicit integration


technique based solution technique solution technique

Disk space & large with many iterations small


memory

Ideal smooth nonlinear problems etc. brief transient dynamic events


Problem
Computational Science
and Engineering
CSE.ILLINOIS.EDU
Comparison of Implicit and Explicit
Cost of Degrees of Freedom Refinement

Implicit: computational cost


Implicit proportional to square of degrees of
computational

freedom (actually f(connectivity))


Explicit
cost

Explicit: computational cost


proportional to number of elements,
inversely proportional to smallest
degrees of freedom element dimension
(mesh elements × equations)

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Workflow
ABAQUS/CAE
Preprocessing Modules:
Part, Property, Assemble,
Step, Interaction, Load, Mesh
inp file

ABAQUS/Standard
Simulation ABAQUS/Explicit
Module:
Job
odb, fil, dat, res files

ABAQUS/CAE
Postprocessing Module:
Visualization

png, txt, csv files, etc.


Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Workflow
1. Draw 2D sketch and create 3D parts.
2. Assign Material and Section property.
3. Assemble the model; give interactions in form.
4. Mesh the frame.
5. Apply Load and boundary conditions.
6. Create job and configure output requests.
7. Submit it for analysis (Standard/Explicit).
8. Visualize the results of analysis.

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Preprocessing

Discretized Material
Geometry Model
(Mesh) (Property)

Element Loads and


Section Boundary
Properties Conditions
(Section) (Load)

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Solvers
 ABAQUS/Standard
Solves system of equations implicitly at each
solution “increment”.
 ABAQUS/Explicit
Marches solution forward through time explicitly in
small time increments without solving coupled
system of equations at each increment.

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Solvers—Standard
K0 Ka Kb
load p

Rb≈0
Δp

ca displacement u
u0 ua cb ub

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS/CAE
 Modeling
Geometry
Material Property
Mesh
Load & BC Message area/
Model tree/
Prompt
Toolbox
Canvas/
Job manage Menu
Context bar
Toolbarbar
command-line
Result
areatree
viewport
interface
 Result Viewing

Computational Science
and Engineering
CSE.ILLINOIS.EDU
ABAQUS Units
 ABAQUS has no
built-in units
 Specify all input
data in consistent
units

Computational Science
and Engineering
CSE.ILLINOIS.EDU
Suggested FEM Courses
ME 471—Introduction to Finite Element Analysis
ME 570—Nonlinear Solid Mechanical Design
CEE 470—Structural Analysis
CEE 570—Finite Element Methods
CEE 576—Nonlinear Finite Elements
CS 555—Numerical Methods for PDES
TAM 574—Advanced Finite Element Methods

Computational Science
and Engineering
CSE.ILLINOIS.EDU

You might also like