Problem 6
Question
Imagine that the problem of Fig. 9.7-4 is solved twice, using nine-node plane elements each time. Mesh 2 is created by regular refinement of mesh 1, quadrupling the number of elements. For the respective meshes, computed values of lateral tip displacement and maximum stress are Mesh \(1 \quad v=0.0035 \quad \sigma_{\max }=74.23\) \(\operatorname{Mesh} 2 \quad v=0.0041 \quad \sigma_{\max }=89.03\) Use these data to estimate the percentage error of \(v\) and \(\sigma_{\max }\) in mesh 2 .
Step-by-Step Solution
Verified Answer
The percentage error for the lateral tip displacement \(v\) is -17.14\%, and for the maximum stress \(\sigma_{\max }\), it is -19.92\%.
1Step 1: Compute percentage error for v
First, calculate the percentage error for the lateral tip displacement. This is done by using the percentage error formula. The actual value of \(v\) is 0.0035 and the measured value of \(v\) is 0.0041. So your percentage error for \(v\) will be \( \left( \frac{0.0035 - 0.0041}{0.0035} \right) \times 100 = -17.14 \% \)
2Step 2: Compute percentage error for \(\sigma_{\max }\)
Next, calculate the percentage error for the maximum stress. This is done similarly using the percentage error formula. The actual value of \(\sigma_{\max }\) is 74.23 and the measured value of \(\sigma_{\max }\) is 89.03. So, the percentage error for \(\sigma_{\max }\) will be \( \left( \frac{74.23 - 89.03}{74.23} \right) \times 100 = -19.92 \% \)
3Step 3: Interpret the results
To interpret these results, note that a negative percentage error indicates that the estimated values are larger than the actual ones. For this problem, both the lateral tip displacement and maximum stress, for Mesh 2, are overestimated in comparison to the actual values from Mesh 1.
Key Concepts
Mesh RefinementPlane ElementsPercentage Error Calculation
Mesh Refinement
Mesh refinement is an essential technique in finite element analysis. It involves making the mesh finer by increasing the number of elements, which can result in more accurate simulation results.
In the given problem, Mesh 2 represents a refined version of Mesh 1, with four times more elements.
This increased element density allows for a more detailed representation of the geometry. This helps capture more nuanced physical behaviors.
In the given problem, Mesh 2 represents a refined version of Mesh 1, with four times more elements.
This increased element density allows for a more detailed representation of the geometry. This helps capture more nuanced physical behaviors.
- **Efficiency**: Refining the mesh increases computational demands but improves accuracy.
- **Adaptivity**: Deciding where to refine needs strategic consideration to balance performance and precision.
- **Output Quality**: More elements can potentially reduce discretization errors.
Plane Elements
Plane elements are fundamental in finite element modeling, particularly for problems involving two-dimensional idealizations.
They are used to analyze structures where the third dimension is not a significant factor.
In the exercise, nine-node plane elements are employed, which are a common type of element in such analyses.
They are used to analyze structures where the third dimension is not a significant factor.
In the exercise, nine-node plane elements are employed, which are a common type of element in such analyses.
- **Dimensionality**: Suitable for situations where out-of-plane dimensions can be ignored.
- **Element Types**: Nine-node elements offer a relatively high degree of accuracy as they allow for quadratic approximations, which capture variations more precisely than simpler linear elements.
Percentage Error Calculation
Calculating percentage errors is crucial in assessing the accuracy of simulation results relative to expected or previously established values.
This calculation provides a quantitative measure of deviation and can indicate the reliability of the finite element model.
For the problem, two errors were computed: the lateral tip displacement and maximum stress.
This calculation provides a quantitative measure of deviation and can indicate the reliability of the finite element model.
For the problem, two errors were computed: the lateral tip displacement and maximum stress.
- **Formula Use**: The percentage error is defined as \( \left( \frac{\text{True Value} - \text{Estimated Value}}{\text{True Value}} \right) \times 100 \).
- **Interpretation**: A negative percentage error, as seen here, signals an overestimation of the parameter.
- **Consistency Check**: Regular checks of percentage errors can help validate improvements in mesh designs and help in judging the sufficiency of mesh refinement.
Other exercises in this chapter
Problem 2
Consider the ill-conditioned equations \(u_{1}+u_{2}=2, u_{1}+1.0001 u_{2}=2.0001\). What residual vector \((\Delta \mathbf{R}\\}\) and what \(e\) are given by
View solution Problem 4
A uniform plane beam is modeled by a single beam element. What is the condition number of the scaled stiffness matrix if the beam is (a) simply supported, and (
View solution Problem 8
Imagine that eight-node brick elements having only translational d.o.f. at nodes are used to analyze a 3D elasticity problem. Three meshes are used, with result
View solution Problem 1
Consider the equations \(x+y=2\) and \(x+1.01 y=2.01\). Obtain the solution of these equations. Then aiter the second equation, first to (a) \(x+1.02 y=2.01\),
View solution