Fill This Form To Receive Instant Help
Homework answers / question archive / MNE 490/591- FEM for Additive Manufacturing Fall 2020 Homework 4 (100 Points) Due: Nov
MNE 490/591- FEM for Additive Manufacturing Fall 2020
Homework 4
(100 Points) Due: Nov. 3 at 3:30pm
Please submit your Abaqus model and result files (.inp & .dat), and your answer report for all questions listed.
Problem 1 (15 Points)
List the 9 ordered logical modules in Abaqus/CAE for a complete finite element analysis job and briefly explain them.
Follow the instructions below to complete problems 2&3. Write down your answers as specific as possible to all 15 questions in the text. You may refer to the lecture notes and/or Abaqus documentation as necessary for the usage of input files.
Problem 2 (20 Points)
Abaqus provides various utilities for obtaining information on usage, system configuration, example problems, and environment settings for the analysis package.
abaqus information=system to obtain information on the system.
Note that abaqus is a generic command that may have been renamed on your system. For example, if more than one version is installed on the system, the command might include the version number, as in abq2018. In the remainder of this workshop as well as all subsequent workshops, use the appropriate command for your system.
Or you can open the documentation through the link:
http://help.3ds.com/2018/English/DSSIMULIA_Established/SIMULIA_Establish ed_FrontmatterMap/DSDocAbaqus.htm
Search for the string DSLOAD to find information on the ?DSLOAD option. You can find information related to the data line syntax in the Abaqus Keywords Reference Guide (use the hyperlink for the ?DSLOAD option, or open the Keywords Guide directly). The online documentation graphical user interface is shown in Figure W1–1.
( |
A |
bove is |
previous |
documentation version. |
Or |
the |
new |
version may show below) |
|
Figure W1–1. Online documentation
Question W1–1: What is the example problem that fit the search criteria?
In the subtopics of the problem click Input files. The list of input files associated with this problem appears. You can select any input filename from the list; a separate window will open containing that file.
Note: All example problem input files are included in the Abaqus release and can be obtained also using the abaqus fetch utility. In your terminal window, enter
abaqus fetch job=damagefailcomplate_cps4 at the command line prompt.
A keyword line starts with an asterisk (?) followed directly by the keyword option. Parameters and their associated values appear on the keyword line, separated by commas. Many options require data lines, which follow directly after their associated keyword line and contain the data specified in the Abaqus Keywords Reference Guide for each option. Data items are separated by commas. Refer to the discussions of keyword line and data line syntax in Lecture, as necessary.
|
Question W1–2: Write the input you would use to define a node set called |
|
|
TOP_NODES that contains previously defined nodes 21, 22, 23, and node set TOP_LEFT. Hint: Use the information on the ?NSET option in the Abaqus Keywords Reference Guide to determine the necessary parameter and data line. *NSET, |
|
|
Question W1–3: |
Write the input you would use to define a velocity boundary condition on a node set named NALL using the direct format. The velocity is 7.0 m/s in the 2-direction. Will this option appear in the model data or the history data portion of the input file? Hint: Use the information on the ?BOUNDARY option in the Abaqus Keywords Reference Guide, including the reference to the “Boundary Conditions” Section of the Abaqus Analysis User’s Guide, to determine the appropriate syntax. |
|
Question W1–4: |
Write the input you would use to define the ?BEAM SECTION option for beam elements in element set ELBEAMS referring to a material named STEEL. The beam has a rectangular cross-section with a height of 0.5 m and a width of 0.2 m. Hint: This option requires one data line for the beam section geometric data. Follow the hyperlink to the beam cross-section library and the rectangular section to determine the appropriate data line input. *BEAM SECTION, |
|
|
|
Problem 3 (65 Points)
Figure W1–2. Sketch of the connecting lug
In this workshop you will model the connecting lug shown in Figure W1–2. The lug is welded to a massive structure at one end, so we assume that this end is fixed. The other end contains a hole through which a bolt is placed when the lug is in service. You have to calculate the deflection of the lug when a load of 30kN is applied to the bolt in the −2 direction.
To model this problem, you will use three-dimensional continuum elements and perform a linear analysis with elastic materials. You will model the load transmitted to the lug through the bolt as a uniform pressure load applied to the bottom half of the hole, as shown in Figure W1–2. In this workshop SI units (N, m, and s) will be used.
Question W1–5: How many steps are there in this analysis?
Question W1–6: What type of elements are used to model the lug?
*MATERIAL, NAME=STEEL
*ELASTIC
200E9, 0.3
Question W1–7: Do you need to define a density to complete the material definition? Material density is necessary for what types of analyses?
The boundary conditions and the loads cannot be defined without knowledge of the node
and element sets and surfaces. Figure W1 |
– |
3 |
shows the |
various sets and surfaces. |
|
|
|
Element set |
BUILTIN |
|
Node set LHEND |
|
Surface PRESS |
|
Node set |
HOLEBOT |
|
Figure W1–3. Useful sets and surfaces
*BOUNDARY
LHEND, 1, 6
*DSLOAD
PRESS, P, 50.E6
The magnitude of the applied uniform pressure is 50 MPa. We determined the load magnitude by dividing the total load by the projected horizontal area of the
hole, where 3 0 k N = 5 0 M P a .
2 ? 0 .0 1 5 m ? 0 .0 2 m
You can do this by entering
*NODE PRINT, NSET=HOLEBOT
U2
*NODE PRINT, NSET=LHEND, TOTAL=YES, SUMMARY=NO
RF
*EL PRINT, ELSET=BUILTIN
S, MISES
Default output requests for the output database are made automatically, and they will be sufficient for this workshop.
abaqus datacheck job=w_lug interactive
at the prompt. The interactive parameter will cause all log file output to print to the screen.
Question W1–8: What warning messages did you get? Do they require changes to the input file, or can you ignore them?
Question W1–9: How many elements are there in the model? How many variables are there?
abaqus job=w_lug interactive at the prompt.
If the driver asks if you want to overwrite old job files, type “y.” This means that output files with the same job name that exist from a previous analysis will be overwritten.
abaqus job=w_lug at the prompt.
The log file output will be saved in w_lug.log instead of printing to the screen. You can open w_lug.log in a text editor and view its contents.
abaqus at the prompt.
Specify w_lug at the prompt for the job identifier, enter [RETURN] at the prompt for user subroutines (since there are none for this job), and type “y” to overwrite the files from the last run with the same name. Doing so will submit the analysis job in background mode.
dir w_lug.* (NT) ls -l w_lug.* (Unix)
Note the files that were created by Abaqus. We will take a closer look at the printed output file (w_lug.dat) later in this workshop.
abaqus viewer odb=w_lug at the prompt.
Note: The file name extension (.odb) is not needed.
If an output database is not specified on the command line, you can select
File→Open from the main menu bar in Abaqus/Viewer to access the Open Database dialog box, as shown in Figure W1–4. Select the file w_lug.odb from the output database list.
Figure W1–4. Open Database dialog box
5. |
|
Use the display option tools to switch to hidden line, filled, or wireframe display. |
|
|
|
|
Figure W1 |
– |
5 |
. Abaqus/Viewer main window |
|
View manipulation tools |
|
|
|
Display option tools |
|
Toolbox |
|
Results |
Tree |
|
By default, Abaqus/Viewer automatically scales the displacement according to the maximum model dimensions for a small-displacement analysis. Displacements are scaled so that the deformed shape will be clear. For a large-displacement analysis the scale factor is 1 by default. Set the displacement magnification factor to 1 so that you can see the actual displacement, and redraw the displaced shape plot.
Hint: You will have to use the Common Plot Options dialog box.
The annotations are divided into three categories: legend, title block, and state block. Each category can be controlled separately. The title block contains information about which Abaqus version was used and when the analysis was performed. The state block contains the step title (which is the text provided on the data line of the ?STEP option), the increment and step time of the data being displayed, and information on the variable and magnification factor used to calculate the shape of the model.
Open the printed output file w_lug.dat in the text editor of your choice.
Question W1–10: Which elements are in element set HOLEIN?
Search for the strings “N O D E” and “E L E M E N T” to find the tables that contain the output requested. The maximum deflection and peak stress are reported at the ends of the respective tables.
Question W1–11: What are the maximum direct stresses in the 1- and 2directions (i.e., ?11 and?22 )?
(Hint: The maximum direct stresses will occur in element set
BUILTIN.)
Question W1–12: What is the deflection of node 20001 in node set HOLEBOT in the 2-direction?
Question W1–13: What is the net reaction force in the 2-direction at the nodes in node set LHEND? Is this equal to the applied load?
Question W1–14: Is the sum of the reaction forces at the nodes in node set LHEND in the horizontal direction (1-direction) zero? Why?
Question W1–15: What is the deflection of node 20001 in node set HOLEBOT? Do the results reflect the proportional reduction in loading in a linear analysis?