Throughput and Strength Optimization for Fused Deposition Modeling of Ankle-Foot Orthotics Robert Chisena Dian-Ru Li

Size: px
Start display at page:

Download "Throughput and Strength Optimization for Fused Deposition Modeling of Ankle-Foot Orthotics Robert Chisena Dian-Ru Li"

Transcription

1 Throughput and Strength Optimization for Fused Deposition Modeling of Ankle-Foot Orthotics By Robert Chisena Dian-Ru Li ME555-Winter2016 Project Final Report April 22, 2016

2 1 INTRODUCTION 1.1 Aim Orthotics are medical devices used to help patients with various muscle deficiencies maintain alignment during walking or sitting. The current process for producing custom orthotics is a timeconsuming and labor intensive manufacturing process with lead times of up to twoweeks. Additive Manufacturing (AM) has made significant impacts on our ability to quickly and accurately prototype custom parts with high complexity and detail. Fused-deposition modeling (FDM), an inexpensive and reliable form of AM, has been suggested as a possible solution to reducing custom orthotic manufacturing time [1]. One of the steps in creating a viable business model around FDM orthotic manufacturing is minimizing the manufacturing time and maximizing strength subjected to various manufacturing constraints. In this project, we are optimizing the FDM manufacturing time and strength by manipulating key variables, constraints, and parameters associated with the process. Variables such as orientation angle, infill percentage and layer height can all affect the overall time for FDM printing. Additionally, the type of infill plays a large role in the required AM time and strength. Jin proposed using a wavy infill to reduce infill time [2]; however, the paper does not suggest the optimum parameters of the wave. In this paper, we will attempt to answer the following two research questions: (1) What are the optimum wavy toolpath parameters that minimize layer time and maximize strength (Robert Chisena)? (2) What are the optimum set of build parameters that minimize the AM manufacturing time of a solid ankle-foot orthotic (AFO) (Dian-Ru Li)? 1.2 Technical Features Fused-deposition modeling (or 3D printing) is a process that builds three-dimensional parts by stacking layers one-by-one. These layers are created by depositing lines, or roads, of molten plastic through a toolhead, which is able to travel in the XY-plane (Figure 1). This material is usually in the form of 1.75 mm round filament wrapped around a spool. This filament is then fed into the hot end of the toolhead with a gear drive. Figure 1. FDM Desktop TAZ 5 3D Printer by Lulzbot.

3 Additive manufacturing creates objects using many successive layers. To print, slicing software called Simplify-3D was used to convert the computer-aided design (CAD) model into printing instructions called G-Code. After importing the CAD model, the software slices the model into multiple layers based on a given layer height. Upon slicing the model, the infill pattern is assigned based on user settings. Figure 2 shows the process used in Simplify-3D to create the print parameters for this project. Figure 2. Simplify-3D Interface with Orthotic Toolpath The path taken by the toolhead plays an important role in the overall time and strength of the finished part. Common toolpaths include contours, rectilinear, and honeycomb fills (Figure 3). However, these toolpaths are used without concern for the part being created. When using a rectilinear infill pattern, for instance, the toolhead must accelerate to its normal operating velocity and then decelerate to a stop at the end of each road. Because there are often thousands of stops within a large part, the required accelerations result in large inefficiencies in time and energy. Figure 3. (Left to Right) Contour Infill made by offsetting each road. Raster fill. Honeycomb fill. Other build parameters that are important to the time of FDM additive manufacturing include thickness of the layers, raster width (synonymous with beadwidth and contour width), maximum toolhead speed, and part orientation (Figure 4). Each of these parameters can be altered within a

4 slicing software such as Simplify 3D; however, since so many tuning parameters exist, it is difficult to determine which parameters affect the printing time the most. Figure 4. (a) Longitudinal and Medial Angles and Location of the Part on the Print Bed are important considerations. (b) Layer thickness plays an important role in manufacturing time because an increased layer height reduces the total of overall layers. (3) Various parameters associated with a raster fill layer. 2 SYSTEM OVERVIEW 2.1 Notations All symbols to be used in this project and units for each quantity are given in Table 1. Table 1. Notations used for Optimization Project Subsystem 1 Symbols Definition Unit L Length of part mm W Width of part mm H Height of part mm T A Actual manufacturing time min T E Estimated manufacturing time min T I Ideal printing time min TP i Tool path of i layer mm α Part build orientation (medial axis) degree θ Part build orientation (longitudinal axis) degree N Number of layer - H L Layer height mm I Infill percentage %

5 Subsystem 2 I s Support infill percentage % W E Extruder width mm W C Contour width percentage % V Toolhead speed mm/min W P Weight of the part g W S Weight of the support material g A Infill angle (raster angle) degree O Outline overlap % N C Number of contours - σ Flexural stress MPa SW Flexural Strength-to-weight ratio MPa/g ext Extension mm f Frequency 1/mm Int Interference % δ Interference Region mm BW Beadwidth mm OL Overall Length of Coupon mm OT Overall Thickness of Coupon mm t time per layer sec x Distance along coupon mm L ss Length of Support Span mm D LN Distance between load-applying noses mm W Weight of the coupon sample mm T Thickness of AFO mm 2.2 System Description The aim of this project is to minimize the additive manufacturing time and maximize the strength of an AFO with a wavy infill. We approach the optimal solution by dividing an additive manufactured AFO into two subsystem: (1) per layer parameters and (2) macro-system build parameters. Each of these subsystems can be further divided into another two subsystems, strength and time (Figure 5). In this project, we have limited our focus to optimizing the manufacturing time for the macro-system and the strength for each layer.

6 Figure 5. System Level Design Optimization Problem for Optimizing Strength and Time of AM AFO. Red box defines the scope of this project Subsystem 1 - Wavy Tool Path Strength Optimization In this subsystem, the goal was to design an optimized infill pattern that maximizes strength while minimizing the time required to complete the toolpath on each layer. According to Jin, a toolpath that uses a sine wave between two outer contours will reduce the accelerations required to start and stop the toolhead [2]. Reducing accelerations on the machine reduces print time, machine wear, and energy consumption. Furthermore, the sine wave behaves similar to a truss bridge, a robust structure that can dynamically and efficiently redistribute loads across its structure. Figure 6. Example of a Warren Truss Bridge Subsystem 2 - AFO Build Parameters In this subsystem, we aim to minimize the manufacturing time by adjusting the build parameters. Those parameters include layer height, infill pattern, contour width, etc. Altering these parameters will generate different tool paths per layer from Simplify3D based on the part geometry, and also change the manufacturing time. The ideal objective time function can be described as follows: T I = N i=1 TP i V

7 where V is the toolhead speed adjusted depending on users and TP i is the tool path at i layer. However, in the real practice, the manufacturing time actually depends on the velocity control algorithm of the machine. More specifically, there exist lots of stopping points where the extruder changes its printing direction to fill in the materials within the contours. The extruder will decrease the speed down to zero on the stopping points and then accelerate to the given tool head speed (V). Also, the algorithm implemented in Simplify3D will adjust the printing speed according to different geometry and parameters sets for better printing quality of part, and thus the speed won t always stay on the maximum (the V we assigned). Therefore, the above equation fails to reflect the real manufacturing time. Due to the difficulty of describing the subsystem in a simple physical equation, we use datadriven modeling technique to derive our objective function. Several experiments are performed to capture system behavior for finding the minimal manufacturing time in our design space. The methodology and results will be discussed in section 4. 3 SUBSYSTEM OPTIMIZATION SUBSYSTEM 1 In the printing of thin-walled features such as orthotics, reducing time while maintaining overall part strength is important. Jin proposed using a wavy structure that would use a sine wave to fill in the areas between thin-walled features [2]. Figure 7. Wavy Tool Path for Ankle-Foot Orthotic Cross-Section [2] 3.1 Design Variables and Parameters The wavy infill pattern is akin to a truss bridge that uses truss elements to dynamically support compressive and tensile stresses. In a truss bridge, a number of design variables affect the strength of the bridge: the number of links, width of each link, length of the links, and the strength of the connections between the links and the outer structure. Likewise, in a wavy toolpath pattern, the frequency of the wave, the beadwidth, the overall thickness, and the interference (or connection)

8 between the wave and the outer structure are important design considerations for the strength of a coupon (Figure 8). The constraints on this subsystem were indicated by four bounded, continuous, inequality constraints on each of the variables (Table 2). Frequency of the sine wave is defined by radians per unit length and was constrained between 0.05 and 2 radians/mm. Beadwidth is the width of the material extruded by the machine and is constrained between 1 and 1.55 mm. Outer thickness is the distance between the outer contours of the coupon and was constrained between 5 and 15mm. Interference is the overlap between the sine wave and the outer contour. In practice, interference is conveyed as a percentage of the sine wave beadwidth within the contour beadwidth. For example, 100% interference means that, during overlap, the sine wave passes through the center of the outer contour beadwidth. After a few experiments, it was determined that the minimum interference before the wave separates from the contour is about 60%. Similarly, above 90% interference, the wave interfering with the contour caused material pushout. However, because the part was still functional after 90% interference, the upper bound of the interference constraint was maintained at 100%. If a designer decides that the material pushout is unacceptable for his or her design, the allowable design region can be reduced. Figure 8.Wavy Infill Parameters The parameters of the design included overall length of the specimen, material-type used, toolhead velocity, temperature and diameter of the nozzle, and orientation of the part in the print bed. Furthermore, the four-point bending test experimental setup was kept constant throughout the experiments.

9 Table 2. Design Variables and Parameters for the Wavy Infill Subsystem Notation Type Unit Value Description Variable Frequency, f continuous radians/mm Frequency of the internal infill sine wave. Thickness,T continuous mm 5-15 Thickness of the thin-walled structure. BeadWidth, BW continuous mm Thickness of the deposited filament bead. Interference, Intereference between the sine wave continuous % Int beadwidth and outer contour Parameters Length, OL - mm 120 Length of the thin-walled part Layer Height - mm 0.5mm Layer height of Coupon Samples Build Velocity - mm/s 6000mm/s Number of contours 3.2 Objective Function Data Collection and Experimental Setup Our partner, Stratasys, a company that develops fused-deposition modeling machines, manufactured coupon samples built with the wavy infill pattern. The following design variables were altered: frequency, f, overall thickness, OT, beadwidth, BW, and interference, Int. To properly sample the design space, a Latin-Hypercube sampling method was used. Ten wavy coupon sample experiments were created between continuous upper and lower bound constraints on each of the variables (Table 3). Table 3. Experiments sampled from the design space. Experiment Beadwidth Outer Thickness Frequency Interference [wave/mm]

10 Each coupon was weighed, and a four point-bending test was performed to determine the coupon s resistance to bending force. The bending test was performed according to ASTM Standard D7264 [3]. Nose length, LN, was fixed at 30 mm, and support span length, LS, was fixed at 80 mm. Coupon sample strengths were compared to each other by dividing the stress by the weight of each specimen. L N L S Figure 9. Four-Point Bending Test Setup. L N is the nose span distance, which was 30mm. L S is the support span distance, which was 80 mm. Figure 10 shows the bending deflection versus stress-to-weight ratio. The maximum stress-toweight ratio was determined, and therefore, the strength-to-weight-ratio of each coupon was found. Table 4 shows the weight and the strength-to-weight-ratio values for each experiment. Figure 10. Results on Bending Test Performed on LHS Samples

11 Table 4. Strength-to-weight ratios from four-point bending tests. Experiment Weight [g] Strength-to-Weight Ratio [MPa/g] Model Construction Using a Neural Network, the variable inputs were mapped to the variable outputs (Figure 11). Figure 12 and Figure 13 show the performance of the Neural Network in fitting the data set and the histogram of data points. We can see that there is a relatively good fit between the neural network and the actual data points. More points need to be added to the sample set to increase the goodness of fit, but due to time and material constraints, the number of experiments that could be run was limited. Input Hidden Layer Output Layer Output Figure 11. Neural Network Setup for Wavy Infill Subsystem Data 1

12 Figure 12. Performance of the Neural Network Fit on Experimental Data Figure 13. Error Histogram chart for the Wavy Experiment Neural Network 3.3 Constraints The following constraints will be applied to wavy toolpath optimization problem: Beadwidth (mm): 1 BW 1.55 Thickness (mm): 5 OT 15 Frequency (f): 0.05 f 2 Interference (Int) %: 60 Int 100

13 3.4 Summary Model The summary model of the wavy infill pattern is: Min SW(BW, OT, f, Int) (Neural network function) Subject to g 1 (BW) 1 BW 1.55 g 2 (OT) 5 OT 15 g 3 (f) 0.05 f 2 g 4 (Int) 60 Int Results Optimization Results In this subsystem, a Matlab nonlinear constrained optimization programming solver package was used to optimize the strength function. Sequential quadratic programming (SQP) method with BFGS was used to find the optimal function value subject to given the constraints of the system. The results of the optimization process for the wavy toolpath infill are shown in Table 5. Table 5 Optimal Results for the Wavy Infill Toolpath BW OT f [1/mm] Int SW [MPa/g] Optimal Result These results indicate that the optimum value will increase the strength-to-weight ratio of the coupon sample by 30%. In regards to the variables, the only variable that is active is the frequency because it achieves the upper limit at the optimum. A higher frequency will yield a stronger coupon because the effective area of the coupon increases. Counter to intuition, a higher interference value does not necessarily yield a higher part strength. In fact, a higher interference value might negatively affect the strength of each part because the high amount of interference might cause stress risers in the outer contour. An interesting preliminary result can be seen when considering the time required to print each part. Although higher frequencies create stronger parts, the time required to print these parts is higher. Experiment 5 was an example of the trade-off between strength and time. The experiment had one of the highest strength-to-weight ratios yet had one of the shortest print times making it one of the likely final candidates for the design of the AFO.

14 3.5.2 Model Evaluation The optimization was run for multiple initial points in the feasible domain to determine convergence. At each initial point, the same optimum value was found indicating that the data driven objective function is convex in the design region. Additional experiments were run near the optimum point to determine the convergence of the model. The results from perturbing the optimum point are shown in Table 6. When the optimum is perturbed beyond the maximum frequency, the strength-to-weight ratio of the coupon is expected to increase. Perturbation Table 6. Strength-to-Weight Ratios from Perturbations from the Optimum Outer Beadwidth Frequency Interference Thickness [wave/mm] Strength-to-Weight Ratio [MPa/g] -30% % % Optimum % % % The relatively few data-driven points in this experiment allowed the optimization problem to be solved easily and without convergence issues. However, when more variables are added such as performing four-point bending tests in multiple orientations, the function will become more complex and convergence might become an issue. Validating the optimum point with another coupon is the next step in the project. The CAD data for the optimum coupon has been sent to Stratasys and will be received by the end of the week for testing and validation of the model. Most likely, validating the model will be an iterative process. According to one of the head engineers at Stratasys, the sharp radius of curvature caused by the high frequency prevents proper interference between the wave and the outer contour. This improper bonding may cause a weaker part than the model projects. If this is the case, the additional point will be fed into the neural network and the optimization problem will be run again. Until the model predicts experimental strength values with more accuracy, more data points will be added. Finally, because experimentation is costly and time-consuming, a computer FEA will be generated to model the various variables in the design problem. The experiments that have been performed thus far will be used to validate the computer model Post Analysis Because only bounded constraints existed for this subsystem, the optimal design variables were checked to determine constraint activity. The optimal frequency value was at the upper limit and was the only active constraint in the problem. To determine the subsystem s sensitivity to this active constraint,μ f, the upper frequency bound was relaxed and the function before and after relaxation was compared:

15 μ f = ΔSW Δf, where ΔSW is the change in the objective function and Δf in the change in the frequency value. With a 25% relaxation of the upper bound constraint, μ f had a value of 0.70, which indicates the sensitivity of this constraint. Although it would have been interesting to alter some of the machine parameters such as layer height, orientation angle, or the build temperature and speed, the printer settings could not be changed unless agreed upon by our collaborator. Another interesting test would have been to differ the material being used in the experiment. 4 SUBSYSTEM OPTIMIZATION SUBSYSTEM 2 This subsystem aims to find the optimal macro-system build parameters of a 3D printing AFO. Currently, we focus on the parameters that will affect the manufacturing time, but we also consider some parameters that may cause differences in strength for future optimization. Neural network is first used to construct the objective function, which is then optimized with a constrained optimization procedure. Several experiments are performed to collect the data and then validate the optimal results. The following sections provide the detailed descriptions of this subsystem. 4.1 Design Variables and Parameters Some studies has identified the crucial parameters will affect the AM manufacturing time, including layer height, infill percentage, contour width and toolhead speed [4,5]. On the other hand, the orientation angle will change the direction of layers (as shown in Figure 14), and we claim that the different layer arrangement will affect the strength under the same loading from the same direction. Therefore, we choose the 5 build parameters as our design variables that will affect the manufacturing time and the performance of AFO, while the others maintain default. The type, unit, value and description of variables and parameters are as follows: Table 7. Design Variables and Parameters for AFO Build Parameter Subsystem Notation Type Unit Value Description Variable α continuous degree 0-20 Part build orientation (medial axis): When rotating α while extruder printing direction is the same. H L continuous mm Layer height: This variable dominantly affect surface roughness, which will be evaluated in the future. I continuous % Infill percentage: The solid level of each layer. W C continuous % Contour width percentage: The percentage of extruder width. V continuous mm/min Tool head speed: Moving speed of extruder Parameter

16 L - mm Length of part: Due to the limitation that we are unable to print the real size of orthotic in the lab, we scale it to 40% W - mm Width of part H - mm Height of part θ - degree 0 Part build orientation (longitudinal axis) I s - % 30 Support infill percentage W E - mm 0.4 Extruder width A - degree 45/-45 Infill angle (raster angle): The angle will change after printing one layer. O - % 15 Outline overlap: The percentage of overlap between infill and outer shells. N C - 2 Number of contours Figure 14. Printing Results with respect to The Changes of α. 4.2 Objective Function Data Collection In this subsystem, we had two steps to define the objective time function: 1) Design the experiments for sampling 5 variables. 2) Acquire the estimated manufacturing time from Simplify3D software. The 5 variables act as the inputs in our time function while the estimated manufacturing time is the corresponding output. After collecting data points, a data-fitting method is used to construct the model function Experiment Design Latin Hypercube Sampling (LHS) method is used to sample those 5 variables in the design space. Each variable is sampled within the bounded constraints: 0 α 20, 0 H L 0.4, 20 I 80, 100 W C 300, 2000 V These bounded constraints are assigned based on the limitation of a 3D printer and used to construct the feasible domain in the design space. Besides LHS, we also generate some additional experiment sets to get more data points around the possible optimal region associated with these variables. Table 8 shows the experiment sets of 5 variables

17 that will be used to generate the AFO part, get the manufacturing time, and then derive the objective time function in this subsystem. The complete table is shown in Appendix 8.2. Table 8. Experiment Sets of 5 variables in This Subsystem Experiment α [deg] H L I W C V [mm/min] Estimated Manufacturing Time (T E ) We use Simplify3D to generate the tool path for AFO printing. By adjusting the part to the appropriate printing position (around center of printing bed), the software will automatically generate the tool path and support material for different variable sets (as shown in Figure 15). Furthermore, the software will provide user the TE value. In this project, we use TE as our model outputs since it is time-consuming to get sufficient data points on the actual printing time TA which is often longer and could up to 9 hours. Although TE will always be less than TA, the trends between each other should be consistent, and then we could use TE to represent the manufacturing time in this subsystem. However, TA from the real printing procedure will be used to validate TE and the final optimal results. The complete table is shown in Appendix 8.3. Table 9. Experimental Results (TE) of 5 Variables in This Subsystem. Experiment α [deg] H L I W C V [mm/min] T E [min]

18 Figure 15. Estimated Printing Results with Different Printing Parameters in Simplify3D. The real tool head speed will change according to the parameters and geometry per layer in a percentage of given tool head speed (V) Model Construction Neural network is a data-fitting technique to derive the model function within a given data set where the exact relationship may not be apparent. Several neurons (transfer functions) are strung together to form the final model function using a neural set to fit the data. In this subsystem, after testing the function performance with different numbers of neuron, 5 neurons are used to model the system. Figure 16. The Schematic Diagram of Neural Network Function in This Subsystem. As shown previously, we generate 42 experiments to sample 5 variables. However, we found that although the derived model from these experiments perfectly fit the data points with the high correlation coefficient, the function outputs are far from the results from the real model. For example, we can get an extremely low time which is impossible in the reality, which means there

19 is a sharp valley curve between two data points with relatively low manufacturing time. Too few data points around possible optimum caused data under fitting in the local region, while too many data points that are not around the optimum lead to data overfitting in the final function. Therefore, 17 of 42 experiment sets (as shown in Table 10) with the manufacturing time lower than 200 minutes are chosen to construct the model within a smaller design space since we now only focus on the feasible domain that may contain the optimal solution and remove those impossible designs to avoid data overfitting. The complete table is in Appendix 8.4. Table 10. Experimental Results (T E) of 5 Variables in This Subsystem (Final Sets). Experiment α [deg] H L I W C V [mm/min] T E [min] After inputting the data points to neural network, the objective time function is derived with these 5 variables (as shown in Appendix 8.5). Figure 17 and Figure 18 show the regression plot and error histogram, respectively. With a high correlation coefficient up to 0.88, the derived function is able to capture the system behavior. The model evaluation is performed in section to validate the model (function outputs) with real model (TE). Finally, this time function is then optimized the find the optimal build parameters with the minimal manufacturing time.

20 Output ~= 1.2*Target Training: R= Data Fit Y = T Target Output ~= 0.81*Target Validation: R= Data Fit Y = T Target Output ~= 0.84*Target Test: R= Data Fit Y = T Target Output ~= 1*Target All: R= Data Fit Y = T Target Figure 17. Regression Plot of Data-driven Objective Function.

21 Error Histogram with 20 Bins 3 Training Validation Test Zero Error Instances Errors = Targets - Outputs Figure 18. Error Histogram of Data-driven Objective Function 4.3 Constraints Due to the limitation and recommendation of printer setting, there are some limitations on variables in this subsystem, which have already been used to create the design space with LHS methods. However, to avoid overfitting discussed previously, we defined a smaller feasible domain in the design space according the following bounded constraints: Orthotic orientation angle: 0 α 19 Layer height: 0.31 H L 0.4 Infill percentage: 28 I 80 Contour width percentage: 100 W C 281 Tool head speed: 2419 V 4000

22 4.4 Summary Model The summary model of subsystem 2: Min T E = Time(α, H L, I, W C, V) (Neural network function) Subject to g 1 (α) 0 α 19 g 2 (H L ) 0.31 H L 0.4 g 3 (I) 28 I 80 g 4 (W C ) 100 W C 281 g 5 (V) 2419 V Results Optimization Results In this subsystem, we use the nonlinear programming solver (fmincon) in MATLAB to optimize the objective time function. The sequential quadratic programming (SQP) method implemented in the solver is used to optimize a constrained problem with a multivariable function for improving the global convergence. The function outputs will be further discussed in Here we first demonstrate that the minimal estimated manufacturing time is achieved with the optimal variable sets within the bounded constraints (as shown in Table 11). Table 11. Experimental Results (T E) of 5 Variables and the Optimal Solution in This Subsystem. Experiment α [deg] H L I W C V [mm/min] T E [min]

23 Time (min) Optimal Results Several variable sets are used to print a scaled AFO (40% in this study) to get the actual manufacturing time (TA) for validating the optimal results. (The printer is LulzBot TAZ 5 and with additive features built in our lab.) Table 12 shows that our optimal variables can really achieve the optimum in the real printing. On the other hand, Figure 19 illustrates that the trends of TE and TA are consistent, proving the feasibility on utilizing TE to derive the objective function and find the optimal solution in real printing. Table 12. Experimental Results (T E) of 5 Variables and the Optimal Solution in This Subsystem. Experiment α [deg] H L I W C V [mm/min] T E [min] T A [min] Optimal Results Optimal Results Experiment No. Actual manufacturing time Estimated manufacturing time Figure 19. The Actual Manufacturing Time and Estimated Manufacturing Time for Different Variable Sets.

24 4.5.2 Model Evaluation In the optimization procedure, we identified three constraints are active as Table 13 shown. These three constraints dominate the optimal results and we will perform the sensitivity analysis on them. Table 13. Inactive and Active Constraints in Subsystem 2. Inactive Active 0 α H L 0.4 : 100 W C I V 4000 Some model evaluations were performed to validate the results between the outputs from neural network function and the time (estimated time) from the real model. Firstly, the exploration in the design space was performed with different initial points. As Table 14 shows, the values from neural network function was closed to the estimated time and have the same trend when changing the initial points. Also, two local minimums have been identified. The main difference in these two optimums was the combination with I and WC, which is reasonable since the larger contour width can achieve the higher infill percentage with the same manufacturing time. The optimal solution is the variable set with the function minimum Table 14. The Function Minimum and Estimated Time in Real Model with Different Initial Points. Initial Points Optimal Points No. α [deg] H L [mm ] I W C V [mm/ min] α [deg] H L [mm ] I W C V [mm/ min] Function Minimum [min] Estimated Time [min] Secondly, the exploitation around the region of optimum was performed to test the converging trend around the local minimum, the optimal solution in this subsystem. We changed the variables with active bounded constraints, input the values to the function, and the results showed the optimal point was the minimum around the points nearby (as shown in Table 15).

25 Table 15. The Function Minimum and Estimated Time in Real Model with Different Points around Optimum. V Function Output Estimated No. α [deg] H L I W C [mm/min] [min] Time [min] Post Analysis The sensitivity analysis was performed on the active constraints in this subsystem. There were three active constraints on layer height HL, infill percentage I and toolhead speed V, reaching their upper bounds. Therefore, we increase the upper bound by 25% for each variable to observe the relative changes in function output. Table 16 to Table 19 show the results of sensitivity analysis. Table 16. The Optimal Solution with the Original Bounded Constraints α [deg] H L I W C V [mm/min] Function Values Upper bound Lower bound Optimal solution Table 17. The Optimal Solution with the Relaxed Constraint on HL by 25% Increase of Upper Bound α [deg] H L I W C V [mm/min] Function Values Upper bound Lower bound Optimal solution Table 18. The Optimal Solution with the Relaxed Constraint on I by 25% Increase of Upper Bound α [deg] H L I W C V [mm/min] Function Values Upper bound Lower bound Optimal solution

26 Table 19. The Optimal Solution with the Relaxed Constraint on V by 25% Increase of Upper Bound α [deg] H L I W C V [mm/min] Function Values Upper bound Lower bound Optimal solution Also, the Lagrange multipliers are calculated for each constraint for 5 variables (α, HL, I, WC, V). Among them, μ α and μ WC = 0 since they are inactive constraints. The multipliers for active constraints was acquired from the following equations: μ HL = μ I = μ V = f g HL,active = ( ) 0.1 = f ( ) = = g I,active 20 f ( ) = = g V,active 1000 From the above results, we identified HL as the most sensitive variable in the subsystem. To achieve the minimal time, layer height would be the priority that designer should focus on. However, in the real practice, layer height will greatly affect the material strength of printing part due to the connection between two layers. As a result, there would be a trade-off within this subsystem when considering the strength. In future studies, the strength of printing part will bring the new constraints to find an optimal solution with the minimal manufacturing time without sacrificing the mechanical property. 5 SYSTEM OPTIMIZATION As mentioned previously, the system level objective contains four individual subsystems, two of which were in the scope of this project. Because only two of the subsystems were studied, we have assumed that our constraints are within the allowable design regions for the other two subsystems not studied. Although this assumption may be incorrect, performing a system-level analysis with results from the two subsystems will provide us with useful insight into the experimental design of the remaining subsystems. 5.1 Design Variables and Parameters The design variables in the system level optimization problem have not changed from the original subsystems (Table 2 and Table 7). However, because the wavy structure is being built into the final orthotic, clinicians were consulted to verify each of the design parameters for the orthotic. The clinicians required that the thickness of the AFO be between 4-6 mm so that bulkiness is reduced and patient comfort is maintained.

27 5.2 Model Construction In order to find the minimum function value in the system-level optimization, the time and strength functions were both normalized using mean time and strength values, respectively. The normalized function values were added together, and the resulting function was then minimized: System Function = Time (5 variables) + Strength to weight ratio(4 variables). Mean value of time (from the data sets) Mean value of strength (from the data sets) Ultimately, designers will use the results from this optimization problem in determining the 3D print setup. Therefore, it is best that a weight is assigned to each of the subsystem functions such that the designer can decide which design aspect is more important. For instance, if a stronger part is needed, the strength function can be weighted more than the time function. This model is given by: System Function = w1 x Time (5 variables) Mean value of time (from the data sets) + w2 x Strength to weight ratio(4 variables) Mean value of strength (from the data sets), where w1 and w2 are the weights for each system. 5.3 Constraints In addition to the bounded constraints from subsystems 1 and 2, two constraints are added to link system variables. First, the AFO thickness specified by the orthotists was added as a constraint to the problem. However, the thickness depends on the overall thickness per layer and the orientation of the part during printing according to the following function (Figure 20): T = OT Sin (α).

28 Figure 20. Orientation, thickness, and overall thickness constraint relationship. Additionally, beadwidth (subsystem 1) and contour width (subsystem 2) are linking variables between the subsystems. Since contour width was indicated as a percentage, the upper bound for contour width was assumed to be equivalent to the upper bound of the beadwidth. From this relationship, an equality constraint was added to the system. The following are the constraints for the system-level optimization problem: Beadwidth (mm): 1 BW 1.55 Thickness (mm): 5 OT 15 Interference (Int) %: 60 Int 100 Orthotic orientation angle: 0 α 19 Layer height: 0.31 H L 0.4 Infill percentage: 28 I 80 Contour width percentage: 100 W C 281

29 Tool head speed: 2419 V 4000 AFO Thickness: 5 OT Cos (α) 0 OT Cos (α) 7 0 BW and CW Equivalency: BW + CW 4.1 = Summary Model Min: Time (5 variables) SW(4 variables) + Time mean Strength mean Subject to g 1 (α) 0 α 19 g 2 (H L ) 0.31 H L 0.4 g 3 (I) 28 I 80 g 4 (W C ) 100 W C 281 g 5 (V) 2419 V 4000 g 6 (BW) 1 BW 1.55 g 7 (OT) 5 OT 15 g 8 (f) 0.05 f 2 g 9 (Int) 60 Int 100 g 9 (Int) 5 OT Cos (α) 0 g 10 (Int) OT Cos (α) 7 0 h BW + CW 4.1 = 0

30 5.5 Optimization Method Using SQP and multidisciplinary feasible design (MDF), the system-level results were found. The MDF technique was used because there was little coupling between the systems and no coupling variables. Figure 21 shows the problem setup for the system-level MDF. Figure 21. MDF System Optimization 5.6 Results Optimization Results In the final system, we use the nonlinear programming solver (fmincon) in MATLAB to optimize the objective time function subject to 9 bounded constraints, 1 linear equality constraint and 1 nonlinear inequality constraint as shown previously. The local minimum was achieved with the optimal variable set as shown in Table 20. Due to the new constraints and the changes in some bounded constraints, the optimal values for some variables were different from the results in subsystem. However, some variables like f, HL and V still remained the same for both system and subsystem level. BW OT f [rad/mm] Table 20. The Optimal Solution in the System Level. Int α [deg] H L I W C V [mm/min] Function Output Time [min] Strength [MPa/g] To acquire high strength of AFO, the manufacturing time may be longer for producing a part strong enough. Due to the different requirement from users on strength and manufacturing time of AFO, the weights can be applied on these two subsystems to perform a tradeoff in the system level.

31 Table 21. The Function Minimum in The System Level and The Optimal Results for Each Subsystem with Different Weights Applied. Weight on Time Weight on Strength Function Minimum Time [min] Strength [MPa/g] Time [min] Strength [MPa/g] Figure 22. Pareto Curve between Time and Strength. Figure 22 shows the Pareto curve between strength and time in the system level. As strength was increased, the time increased accordingly. Although there exists a tradeoff between these two subsystems, the differences are not apparent. This is because we have not established sufficient relationships between each variables and also the constraints in the system. Therefore, a further study on the real performance in the final system is needed to confirm the tradeoff phenomenon. The experiments on strength test and actual printing time are necessary for validating the optimal results we have in the system level. We currently work closely with Stratasys (our partner in this project) to produce the specimens with optimal variables for further experiments, and aim

32 to print the part of AFO with the optimal build parameters with wavy tool path. For now, we have successfully made the prototype of calf part of AFO. The procedure to make the prototype in the system lever is shown in Figure 23. The wavy tool path is generated first and then the calf part would be printed with the optimal build parameters. Figure 24 further illustrates the real printing process of our prototype. Figure 23. The Procedure to Make a Prototype of the Calf Part of a Real AFO. Wavy Tool Path Extruder Figure 24. The Real Printing Process for the Prototype in Final System.

33 5.6.2 Model Evaluation In the optimization procedure on the final system, we identified seven constraints are active as Table 22 shown. These active constraints dominate the optimal results and we will perform the sensitivity analysis on them. Table 22. The Inactive Constraints and Active Constraints in the System Level. Inactive Active 1 BW f 2 5 OT 15 0 α Int H L I V 4000 : 100 W C OT Cos (α) 0 OT Cos (α) BW + CW 4.1 = 0 In model evaluation on the system level, we first performed the exploration with the different initial points in the feasible domain. As Table 23 shows, with the different initial points, there are two region (with/without marked in orange) containing the local optimum. The different combinations of infill percentage I and toolhead speed V can lead to different function minimum as shown in Table 24 However, the data points marked in orange provide a more stable optimal solution in this system; that is, the different initial points in that region will converge to the same optimal result. On the other hand, the data points without marked in orange can change a lot in function minimum when changing the initial point. Without enough constraints in the system level, the neural network function in subsystem 2 may lose global convergence. Future studies are needed to improve this problem. Therefore, the suitable optimal solution in the system level will be the variable set with the function minimum Table 23. Different Initial Points in the Feasible Domain of the Final System. Initial Point No. BW OT f [rad/mm] Int α [deg] HL I WC V [mm/min]

34 Table 24. The Optimal Solution, Function Minimum Output and the Results for Each Subsystem with Different Initial Points. No. BW OT f [rad/mm] Int α [deg] Optimal Solution HL I WC V [mm/min] Function Output Time [min] Strength [MPa/g] Finally, the exploitation around the region of optimum was performed to test the converging trend around the local minimum. We changed the variables with active constraints, input the values to the function, and the results showed the optimal point was the minimum around the points nearby (as shown in Table 25) Table 25. The Function Minimum and Estimated Time in Real Model with Different Points around Optimum. BW OT f [rad/mm] Int α [deg] HL I WC V [mm/min] Function Output Time [min] Strength [MPa/g] Post Analysis The sensitivity analysis was performed on the active constraints in the system level. There were seven active constraints including the bounded constraints including frequency f, orientation α, layer height HL and toolhead speed V, the linear equality constraint on bead width BW and contour width WC and two nonlinear inequality constraints on thickness and orientation. Three equality and inequality constraints assigned in this study are based on the current AFO printing process and thus have little space to relax the constraints. We mainly performed the sensitivity analysis on the variables reaching their upper bounds (it is not allowable to change the constraint on lower bound in the printing setting). We increase the upper bound by 25% for each variable to observe the relative changes in function output. Table 26 to Table 29 shows the results of sensitivity analysis.

35 Table 26. The Optimal Solution with the Original Bounded Constraints. BW OT f [rad/mm] Int α [deg] HL I WC V [mm/min] Function Output Upper bound Lower bound Optimal Solution Table 27. The Optimal Solution with the Relaxed Constraint on f by 25% Increase of Upper Bound BW OT f [rad/mm] Int α [deg] HL I WC V [mm/min] Function Output Upper bound Lower bound Optimal Solution Table 28. The Optimal Solution with the Relaxed Constraint on HL by 25% Increase of Upper Bound BW OT f [rad/mm] Int α [deg] HL I WC V [mm/min] Function Output Upper bound Lower bound Optimal Solution Table 29. The Optimal Solution with the Relaxed Constraint on V by 25% Increase of Upper Bound BW OT f [rad/mm] Int α [deg] HL I WC V [mm/min] Function Output Upper bound Lower bound Optimal Solution The Lagrange multipliers for active constraints was acquired from the following equations: μ f = μ HL = f ( ) = = g f,active 0.5 f g HL,active = ( ) 0.1 = 1.939

36 μ V = f ( ) = = g V,active 1000 From the above results, we identified HL as the most sensitive variable in the final system. Based on this finding which consistent with the results in subsystem 2, layer height is the dominant factor that will affect the performance of 3D printing AFO. This indicates we should investigate more on how layer height interacts with other variables. Future studies are needed to find out the real behavior of these relatively sensitive variables in the system level Discussion The neural network in subsystem 1 was produced from a small number of experiments and was therefore stable. However, given the difficulty in characterizing polymeric materials, creating a model that captures the subsystem response to changes in variables will be difficult. Multiple coupons will need to be tested using the four-point bending test to find a range of strengths per coupon. There are some variables remain the same optimal values between subsystem and system level, including frequency, layer height and toolhead speed. Those would be the priority to be adjusted to achieve our goal for optimal printing processes in the future studies. The neural network in subsystem 2 did not provide a stable optimized result. We believe that the issue lies in the large number of potential variables that have not been included in our subsystem. Additionally, our subsystem constraints are not specific enough to properly link each variable. Increasing the number of data points around the optimum would better capture the system behavior. Another important conclusion from the subsystem analysis is that the designer can choose the relative importance between the time and strength of the printed AFO. After adding the additional two subsystems not considered in this report, there will exist more coupling between the systems, which will yield a reliable result with a greater tradeoff. 6 CONCLUSION AND FUTURE WORK In this project, we optimized the FDM manufacturing time and strength by manipulating key variables, constraints, and parameters associated with the process. Variables such as orientation angle, infill percentage and layer height can all affect the overall time for FDM printing. Additionally, the type of infill plays a large role in the required AM time and strength. In this paper, experiments were performed and a neural network was fitted to the data and output. Optimum values were determined for each subsystem and system. Future work will include ensure good fit between actual values and neural network output, validating the model with additional experiments, conducting a parametric study, increasing the number of variables, and including the additional subsystems into our system level design. For the future parametric study, we will change parameters such as temperature, thickness, and material to test the performance of our models.

FDM Lightweight Structures DESIGN GUIDE

FDM Lightweight Structures DESIGN GUIDE FDM Lightweight Structures THE 3D PRINTING SOLUTIONS COMPANY FDM Lightweight Structures Many aerospace and automotive applications require parts with a very high stiffness-to-weight ratio. Because of the

More information

PTC Newsletter January 14th, 2002

PTC  Newsletter January 14th, 2002 PTC Email Newsletter January 14th, 2002 PTC Product Focus: Pro/MECHANICA (Structure) Tip of the Week: Creating and using Rigid Connections Upcoming Events and Training Class Schedules PTC Product Focus:

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

Abstract. Introduction:

Abstract. Introduction: Abstract This project analyzed a lifecycle test fixture for stress under generic test loading. The maximum stress is expected to occur near the shrink fit pin on the lever arm. The model was constructed

More information

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation 3D Finite Element Software for Cracks Version 3.2 Benchmarks and Validation October 217 1965 57 th Court North, Suite 1 Boulder, CO 831 Main: (33) 415-1475 www.questintegrity.com http://www.questintegrity.com/software-products/feacrack

More information

Step Change in Design: Exploring Sixty Stent Design Variations Overnight

Step Change in Design: Exploring Sixty Stent Design Variations Overnight Step Change in Design: Exploring Sixty Stent Design Variations Overnight Frank Harewood, Ronan Thornton Medtronic Ireland (Galway) Parkmore Business Park West, Ballybrit, Galway, Ireland frank.harewood@medtronic.com

More information

Optimization of a two-link Robotic Manipulator

Optimization of a two-link Robotic Manipulator Optimization of a two-link Robotic Manipulator Zachary Renwick, Yalım Yıldırım April 22, 2016 Abstract Although robots are used in many processes in research and industry, they are generally not customized

More information

What makes Bolt Self-loosening Predictable?

What makes Bolt Self-loosening Predictable? What makes Bolt Self-loosening Predictable? Abstract Dr.-Ing. R. Helfrich, Dr.-Ing. M. Klein (INTES GmbH, Germany) In mechanical engineering, bolts are frequently used as standard fastening elements, which

More information

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved.

Introduction to CFX. Workshop 2. Transonic Flow Over a NACA 0012 Airfoil. WS2-1. ANSYS, Inc. Proprietary 2009 ANSYS, Inc. All rights reserved. Workshop 2 Transonic Flow Over a NACA 0012 Airfoil. Introduction to CFX WS2-1 Goals The purpose of this tutorial is to introduce the user to modelling flow in high speed external aerodynamic applications.

More information

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

ideamaker Manual

ideamaker Manual ideamaker Manual www.raise3d.com 1 Using ideamaker... 3 1.1 What is ideamaker?... 3 1.2 Where to download ideamaker?... 3 2 Install ideamaker... 4 3 Let s Print!... 9 3.1 Import.STL files... 9 3.2 Slice

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD CHAPTER - 5 OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD The ever-increasing demand to lower the production costs due to increased competition has prompted engineers to look for rigorous methods

More information

Chapter 3 Path Optimization

Chapter 3 Path Optimization Chapter 3 Path Optimization Background information on optimization is discussed in this chapter, along with the inequality constraints that are used for the problem. Additionally, the MATLAB program for

More information

Final project: Design problem

Final project: Design problem ME309 Homework #5 Final project: Design problem Select one of the analysis problems listed below to solve. Your solution, along with a description of your analysis process, should be handed in as a final

More information

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Sam Patten Optimisation Specialist, Altair Engineering Ltd Imperial House, Holly Walk, Royal Leamington Spa, CV32 4JG sam.patten@uk.altair.com

More information

11.1 Optimization Approaches

11.1 Optimization Approaches 328 11.1 Optimization Approaches There are four techniques to employ optimization of optical structures with optical performance constraints: Level 1 is characterized by manual iteration to improve the

More information

How to Achieve Quick and Accurate FE Solution Small Radius Removal and Element Size

How to Achieve Quick and Accurate FE Solution Small Radius Removal and Element Size How to Achieve Quick and Accurate FE Solution Small Radius Removal and Element Size Zhichao Wang - Sr. Lead Engineer Don Draper - Manager Jianxiong Chen Sr. Engineering Specialist Applied Mechanics Dept.,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor(SJIF):.4 e-issn(o): 48-4470 p-issn(p): 48-6406 International Journal of Advance Engineering and Research Development Volume,Issue, March -05 Optimization of Fused Deposition

More information

COMPUTATIONAL SIMULATION OF BLAST LOADING IN AN OPEN CYLINDER MODEL USING ANSYS AND LS-DYNA

COMPUTATIONAL SIMULATION OF BLAST LOADING IN AN OPEN CYLINDER MODEL USING ANSYS AND LS-DYNA COMPUTATIONAL SIMULATION OF BLAST LOADING IN AN OPEN CYLINDER MODEL USING ANSYS AND LS-DYNA Ramprashad Prabhakaran Graduate Student Department of Mechanical Engineering University of Nevada, Las Vegas

More information

Simulation of AJWSP10033_FOLDED _ST_FR

Simulation of AJWSP10033_FOLDED _ST_FR Phone: 01922 453038 www.hyperon-simulation-and-cad-services.co.uk Simulation of AJWSP10033_FOLDED _ST_FR Date: 06 May 2017 Designer: Study name: AJWSP10033_FOLDED_STATIC Analysis type: Static Description

More information

CS 285 Final Project - Design, Modeling and Fabrication of the Möbius Gear

CS 285 Final Project - Design, Modeling and Fabrication of the Möbius Gear CS 85 Final Project - Design, Modeling and Fabrication of the Möbius Gear Aaron M. Hoover May 14, 006 1 Introduction The purpose of this final project, undertaken for CS95 - Procedural Solid Modeling,

More information

4-2 Quasi-Static Fatigue

4-2 Quasi-Static Fatigue 1 4-2 Quasi-Static Fatigue Case Description: Example Location: Composite coupon subject to tensile cyclic loading Tutorials > Fatigue > Quasi Static Fatigue Model Description: Nodes: 261; Elements: 224

More information

Guide: 3D Printing Software: UP, Makerbot P 1

Guide: 3D Printing Software: UP, Makerbot P 1 Guide: 3D Printing Software: UP, Makerbot 02-09-2015 P 1 Disclaimer P 2 We can t guarantee your model will successfully print as there are many factors which can affect it. The guideline will help you

More information

Coupling FEA Analysis and Solid Model Ray Tracing to look at Focal Plane Deformations

Coupling FEA Analysis and Solid Model Ray Tracing to look at Focal Plane Deformations Coupling FEA Analysis and Solid Model Ray Tracing to look at Focal Plane Deformations By Tom Brokaw OPTI 521 Tutorial Model of a 5 foot diameter solar collector (F1 parabola), a 1 ft diameter receiver

More information

Using Computer Aided Engineering Processes in Packaging Design Development

Using Computer Aided Engineering Processes in Packaging Design Development Using Computer Aided Engineering Processes in Packaging Design Development Jose Martinez, Miguel Angel Garcia Jose Luis Moreno Vicencio & Hugo Miranda Mabe, Mexico Mahesh Patel, Andrew Burkhalter, Eric

More information

Meta-model based optimization of spot-welded crash box using differential evolution algorithm

Meta-model based optimization of spot-welded crash box using differential evolution algorithm Meta-model based optimization of spot-welded crash box using differential evolution algorithm Abstract Ahmet Serdar Önal 1, Necmettin Kaya 2 1 Beyçelik Gestamp Kalip ve Oto Yan San. Paz. ve Tic. A.Ş, Bursa,

More information

Parametric. Practices. Patrick Cunningham. CAE Associates Inc. and ANSYS Inc. Proprietary 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved.

Parametric. Practices. Patrick Cunningham. CAE Associates Inc. and ANSYS Inc. Proprietary 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved. Parametric Modeling Best Practices Patrick Cunningham July, 2012 CAE Associates Inc. and ANSYS Inc. Proprietary 2012 CAE Associates Inc. and ANSYS Inc. All rights reserved. E-Learning Webinar Series This

More information

Example of 3D Injection Molding CAE Directly Connected with 3D CAD

Example of 3D Injection Molding CAE Directly Connected with 3D CAD 3D TIMON Example of 3D Injection Molding CAE Directly Connected with 3D CAD 1 Background Problem of Data Translation from 3D CAD to CAE 3D TIMON Difficulty to Generate mesh Automatically Topologically

More information

ideamaker Manual

ideamaker Manual ideamaker Manual Using ideamaker... 2 Basic information... 2 What is ideamaker?... 2 Where to download ideamaker?... 2 Install ideamaker... 3 Let s Print!... 6 How to use ideamaker?... 23 Interface...

More information

ksa 400 Growth Rate Analysis Routines

ksa 400 Growth Rate Analysis Routines k-space Associates, Inc., 2182 Bishop Circle East, Dexter, MI 48130 USA ksa 400 Growth Rate Analysis Routines Table of Contents ksa 400 Growth Rate Analysis Routines... 2 1. Introduction... 2 1.1. Scan

More information

Tutorial 1: Welded Frame - Problem Description

Tutorial 1: Welded Frame - Problem Description Tutorial 1: Welded Frame - Problem Description Introduction In this first tutorial, we will analyse a simple frame: firstly as a welded frame, and secondly as a pin jointed truss. In each case, we will

More information

DESIGN OPTIMISATION OF VEHICLE COMPONENTS FOR FULL FRONTAL CRASH By Pulkit Sharma Ram Mohan Telikicherla Sai Nizampatnam Viswanathan Parthasarathy

DESIGN OPTIMISATION OF VEHICLE COMPONENTS FOR FULL FRONTAL CRASH By Pulkit Sharma Ram Mohan Telikicherla Sai Nizampatnam Viswanathan Parthasarathy DESIGN OPTIMISATION OF VEHICLE COMPONENTS FOR FULL FRONTAL CRASH By Pulkit Sharma Ram Mohan Telikicherla Sai Nizampatnam Viswanathan Parthasarathy MAE-598-2016-TEAM 10 05/02/2016 ABSTRACT Vehicular passive

More information

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves Block #1: Vector-Valued Functions Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves 1 The Calculus of Moving Objects Problem.

More information

3D scanning verifies the precision of objects printed on 3D printers

3D scanning verifies the precision of objects printed on 3D printers 3D scanning verifies the precision of objects printed on 3D printers Quality control: inspection of 3D printed supercar part 3D scanner: MICRON3D green 10 MPix 3D printer: Factory 2.0 Production System

More information

Supplementary document to Programming 2D/3D shape-shifting with hobbyist 3D printers

Supplementary document to Programming 2D/3D shape-shifting with hobbyist 3D printers Electronic Supplementary Material (ESI) for Materials Horizons. This journal is The Royal Society of Chemistry 2017 Supplementary document to Programming 2D/3D shape-shifting with hobbyist 3D printers

More information

GRID PATTERN EFFECTS ON AERODYNAMIC CHARACTERISTICS OF GRID FINS

GRID PATTERN EFFECTS ON AERODYNAMIC CHARACTERISTICS OF GRID FINS 24 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES GRID PATTERN EFFECTS ON AERODYNAMIC CHARACTERISTICS OF GRID FINS Fumiya Hiroshima, Kaoru Tatsumi* *Mitsubishi Electric Corporation, Kamakura Works,

More information

EFFICIENT SAMPLING FOR DESIGN OPTIMIZATION OF AN SLS PRODUCT. Nancy Xu*, Cem C. Tutum

EFFICIENT SAMPLING FOR DESIGN OPTIMIZATION OF AN SLS PRODUCT. Nancy Xu*, Cem C. Tutum Solid Freeform Fabrication 2017: Proceedings of the 28th Annual International Solid Freeform Fabrication Symposium An Additive Manufacturing Conference EFFICIENT SAMPLING FOR DESIGN OPTIMIZATION OF AN

More information

COMPUTATIONAL ANALYSIS OF FDM-PRODUCED COMPONENTS AND IMPORTANCE OF PRINT ORIENTATION

COMPUTATIONAL ANALYSIS OF FDM-PRODUCED COMPONENTS AND IMPORTANCE OF PRINT ORIENTATION COMPUTATIONAL ANALYSIS OF FDM-PRODUCED COMPONENTS AND IMPORTANCE OF PRINT ORIENTATION Paul Brayford, Linda Knudsen INTRODUCTION Additive manufacturing encompasses a growing range of technologies for producing

More information

Grey Taguchi Method for Improving Dimensional Accuracy of FDM Process

Grey Taguchi Method for Improving Dimensional Accuracy of FDM Process Grey Taguchi Method for Improving Dimensional Accuracy of FDM Process Anoop Kumar Sood R. K. Ohdar National Institute of Foundry and Forge Technology, Ranchi anoopkumarsood@gmail.com rkohdar@yahoo.com

More information

MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS

MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS Advanced Steel Construction Vol. 3, No. 2, pp. 565-582 (2007) 565 MODELING AND ANALYSIS OF LATTICE TOWERS WITH MORE ACCURATE MODELS Wenjiang Kang 1, F. Albermani 2, S. Kitipornchai 1 and Heung-Fai Lam

More information

Bridge Software Institute 2

Bridge Software Institute 2 EXECUTIVE SUMMARY This report summarizes six API soil models that have been implemented into the FB- MultiPier computer program according to the American Petroleum Institute Recommended Practice 2A LRFD

More information

CHAPTER 4 INCREASING SPUR GEAR TOOTH STRENGTH BY PROFILE MODIFICATION

CHAPTER 4 INCREASING SPUR GEAR TOOTH STRENGTH BY PROFILE MODIFICATION 68 CHAPTER 4 INCREASING SPUR GEAR TOOTH STRENGTH BY PROFILE MODIFICATION 4.1 INTRODUCTION There is a demand for the gears with higher load carrying capacity and increased fatigue life. Researchers in the

More information

Optimate CFD Evaluation Optimate Glider Optimization Case

Optimate CFD Evaluation Optimate Glider Optimization Case Optimate CFD Evaluation Optimate Glider Optimization Case Authors: Nathan Richardson LMMFC CFD Lead 1 Purpose For design optimization, the gold standard would be to put in requirements and have algorithm

More information

OPTIMIZATION OF STIFFENED LAMINATED COMPOSITE CYLINDRICAL PANELS IN THE BUCKLING AND POSTBUCKLING ANALYSIS.

OPTIMIZATION OF STIFFENED LAMINATED COMPOSITE CYLINDRICAL PANELS IN THE BUCKLING AND POSTBUCKLING ANALYSIS. OPTIMIZATION OF STIFFENED LAMINATED COMPOSITE CYLINDRICAL PANELS IN THE BUCKLING AND POSTBUCKLING ANALYSIS. A. Korjakin, A.Ivahskov, A. Kovalev Stiffened plates and curved panels are widely used as primary

More information

4th WSEAS/IASME International Conference on EDUCATIONAL TECHNOLOGIES (EDUTE'08) Corfu, Greece, October 26-28, 2008

4th WSEAS/IASME International Conference on EDUCATIONAL TECHNOLOGIES (EDUTE'08) Corfu, Greece, October 26-28, 2008 Loyola Marymount University One LMU Dr. MS 8145 Los Angeles, CA, 90045 USA Abstract: - The project involves the evaluation of the effectiveness of a low-cost reverse engineering system. Recently, the reverse

More information

Applied Lagrange Duality for Constrained Optimization

Applied Lagrange Duality for Constrained Optimization Applied Lagrange Duality for Constrained Optimization Robert M. Freund February 10, 2004 c 2004 Massachusetts Institute of Technology. 1 1 Overview The Practical Importance of Duality Review of Convexity

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 5 Goal Driven Optimization 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 Goal Driven Optimization (GDO) Goal Driven Optimization (GDO) is a multi objective

More information

CHAPTER 7 SIMULATIONS OF EXPERIMENTAL WORK PERFORMED ON COMPOSITE SPECIMENS BY USING ANSYS

CHAPTER 7 SIMULATIONS OF EXPERIMENTAL WORK PERFORMED ON COMPOSITE SPECIMENS BY USING ANSYS 275 CHAPTER 7 SIMULATIONS OF EXPERIMENTAL WORK PERFORMED ON COMPOSITE SPECIMENS BY USING ANSYS 7.1 INTRODUCTION 275 7.2 EXPERIMENTAL CONFIGURATIONS 275 7.2.1 Tensile Test 275 7.2.2 Compression Test 278

More information

Slic3r User Guide. By Lorenzo Cantini (Kent s Strapper) and Ivan Bortolin Translation by Linda Anticoli 10/08/2012

Slic3r User Guide. By Lorenzo Cantini (Kent s Strapper) and Ivan Bortolin Translation by Linda Anticoli 10/08/2012 Slic3r User Guide By Lorenzo Cantini (Kent s Strapper) and Ivan Bortolin Translation by Linda Anticoli 10/08/2012 2 Contents Overview i 1 Installation and first run 1 1.1 Installation........................................

More information

Chapter 3 Analysis of Original Steel Post

Chapter 3 Analysis of Original Steel Post Chapter 3. Analysis of original steel post 35 Chapter 3 Analysis of Original Steel Post This type of post is a real functioning structure. It is in service throughout the rail network of Spain as part

More information

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing Bansuwada Prashanth Reddy (AMS ) Department of Mechanical Engineering, Malla Reddy Engineering College-Autonomous, Maisammaguda,

More information

THE COMPUTATIONAL MODEL INFLUENCE ON THE NUMERICAL SIMULATION ACCURACY FOR FORMING ALLOY EN AW 5754

THE COMPUTATIONAL MODEL INFLUENCE ON THE NUMERICAL SIMULATION ACCURACY FOR FORMING ALLOY EN AW 5754 THE COMPUTATIONAL MODEL INFLUENCE ON THE NUMERICAL SIMULATION ACCURACY FOR FORMING ALLOY EN AW 5754 Pavel SOLFRONK a, Jiří SOBOTKA a, Pavel DOUBEK a, Lukáš ZUZÁNEK a a TECHNICAL UNIVERSITY OF LIBEREC,

More information

The Effect of Element Formulation on the Prediction of Boost Effects in Numerical Tube Bending

The Effect of Element Formulation on the Prediction of Boost Effects in Numerical Tube Bending The Effect of Element Formulation on the Prediction of Boost Effects in Numerical Tube Bending A. Bardelcik, M.J. Worswick Department of Mechanical Engineering, University of Waterloo, 200 University Ave.W.,

More information

Modified Augmented Lagrangian Coordination and Alternating Direction Method of Multipliers with

Modified Augmented Lagrangian Coordination and Alternating Direction Method of Multipliers with Modified Augmented Lagrangian Coordination and Alternating Direction Method of Multipliers with Parallelization in Non-hierarchical Analytical Target Cascading Yongsu Jung Department of Mechanical Engineering,

More information

Simulation of Roller Hemming Process to Correlate the Design Parameters

Simulation of Roller Hemming Process to Correlate the Design Parameters Simulation of Roller Hemming Process to Correlate the Design Parameters Madhavi B. Raskar Student of Mechanical Engineering Department Sinhgad Academy of Engineering, Pune. Prof. S. C. Shilwant HOD of

More information

OPTFAIL Manual. A1.1 Introduction. APPENDIX 1 SPROPS, PROFAIL, and

OPTFAIL Manual. A1.1 Introduction. APPENDIX 1 SPROPS, PROFAIL, and APPENDIX 1 SPROPS, PROFAIL, and OPTFAIL Manual A1.1 Introduction OPTFAIL is a computer code written in FORTRAN developed by Woodson (1994) to optimize circular frames laminated from uniaxial tape composites

More information

New developments in LS-OPT

New developments in LS-OPT 7. LS-DYNA Anwenderforum, Bamberg 2008 Optimierung II New developments in LS-OPT Nielen Stander, Tushar Goel, Willem Roux Livermore Software Technology Corporation, Livermore, CA94551, USA Summary: This

More information

Stress analysis of toroidal shell

Stress analysis of toroidal shell Stress analysis of toroidal shell Cristian PURDEL*, Marcel STERE** *Corresponding author Department of Aerospace Structures INCAS - National Institute for Aerospace Research Elie Carafoli Bdul Iuliu Maniu

More information

ASME Verification and Validation Symposium May 13-15, 2015 Las Vegas, Nevada. Phillip E. Prueter, P.E.

ASME Verification and Validation Symposium May 13-15, 2015 Las Vegas, Nevada. Phillip E. Prueter, P.E. VVS2015-8015: Comparing Closed-Form Solutions to Computational Methods for Predicting and Validating Stresses at Nozzle-to-Shell Junctions on Pressure Vessels Subjected to Piping Loads ASME Verification

More information

Similar Pulley Wheel Description J.E. Akin, Rice University

Similar Pulley Wheel Description J.E. Akin, Rice University Similar Pulley Wheel Description J.E. Akin, Rice University The SolidWorks simulation tutorial on the analysis of an assembly suggested noting another type of boundary condition that is not illustrated

More information

TEAMS National Competition High School Version Photometry 25 Questions

TEAMS National Competition High School Version Photometry 25 Questions TEAMS National Competition High School Version Photometry 25 Questions Page 1 of 14 Telescopes and their Lenses Although telescopes provide us with the extraordinary power to see objects miles away, the

More information

ideamaker Manual

ideamaker Manual ideamaker Manual www.raise3d.com 1 Using ideamaker... 3 1.1 What is ideamaker?... 3 1.2 Where to download ideamaker?... 3 2 Install ideamaker... 4 3 Let s Print!... 9 3.1 Import.STL files... 9 3.2 Slice

More information

CFD Post-Processing of Rampressor Rotor Compressor

CFD Post-Processing of Rampressor Rotor Compressor Gas Turbine Industrial Fellowship Program 2006 CFD Post-Processing of Rampressor Rotor Compressor Curtis Memory, Brigham Young niversity Ramgen Power Systems Mentor: Rob Steele I. Introduction Recent movements

More information

ESD.77 Multidisciplinary System Design Optimization Spring Barge Design Optimization

ESD.77 Multidisciplinary System Design Optimization Spring Barge Design Optimization ESD.77 Multidisciplinary System Design Optimization Spring 2010 Barge Design Optimization Anonymous MIT Students What is a barge? Flat bottomed vessel, typically non selfpropelled, used to carry low value,

More information

TEAMS National Competition Middle School Version Photometry 25 Questions

TEAMS National Competition Middle School Version Photometry 25 Questions TEAMS National Competition Middle School Version Photometry 25 Questions Page 1 of 13 Telescopes and their Lenses Although telescopes provide us with the extraordinary power to see objects miles away,

More information

5. GENERALIZED INVERSE SOLUTIONS

5. GENERALIZED INVERSE SOLUTIONS 5. GENERALIZED INVERSE SOLUTIONS The Geometry of Generalized Inverse Solutions The generalized inverse solution to the control allocation problem involves constructing a matrix which satisfies the equation

More information

Optimization and Probabilistic Analysis Using LS-DYNA

Optimization and Probabilistic Analysis Using LS-DYNA LS-OPT Optimization and Probabilistic Analysis Using LS-DYNA Nielen Stander Willem Roux Tushar Goel Livermore Software Technology Corporation Overview Introduction: LS-OPT features overview Design improvement

More information

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA

CHAPTER-10 DYNAMIC SIMULATION USING LS-DYNA DYNAMIC SIMULATION USING LS-DYNA CHAPTER-10 10.1 Introduction In the past few decades, the Finite Element Method (FEM) has been developed into a key indispensable technology in the modeling and simulation

More information

Simulation of Overhead Crane Wire Ropes Utilizing LS-DYNA

Simulation of Overhead Crane Wire Ropes Utilizing LS-DYNA Simulation of Overhead Crane Wire Ropes Utilizing LS-DYNA Andrew Smyth, P.E. LPI, Inc., New York, NY, USA Abstract Overhead crane wire ropes utilized within manufacturing plants are subject to extensive

More information

Diffraction and Interference

Diffraction and Interference Diffraction and Interference Kyle Weigand, Mark Hillstrom Abstract: We measure the patterns produced by a CW laser near 650 nm passing through one and two slit apertures with a detector mounted on a linear

More information

Design optimization and design exploration using an open source framework on HPC facilities Presented by: Joel GUERRERO

Design optimization and design exploration using an open source framework on HPC facilities Presented by: Joel GUERRERO Workshop HPC Methods for Engineering CINECA (Milan, Italy). June 17th-19th, 2015. Design optimization and design exploration using an open source framework on HPC facilities Presented by: Joel GUERRERO

More information

Piero Marcolongo, M.S. Alberto Bassanese Design Optimization Applied to the Solar Industry

Piero Marcolongo, M.S. Alberto Bassanese Design Optimization Applied to the Solar Industry Piero Marcolongo, M.S. piero@ozeninc.com Alberto Bassanese alberto.bassanese@ozeninc.com Design Optimization Applied to the Solar Industry Process Integration and Desing Optimization The P.I.D.O. (Process

More information

SIMULATION OF CARBON-ROVING-STRUCTURES EXTREME LIGHT AND STRONG BY FILAMENT WOUND REINFORCEMENT

SIMULATION OF CARBON-ROVING-STRUCTURES EXTREME LIGHT AND STRONG BY FILAMENT WOUND REINFORCEMENT SIMULATION OF CARBON-ROVING-STRUCTURES EXTREME LIGHT AND STRONG BY FILAMENT WOUND REINFORCEMENT 1 Dirk Dreißig *, 2 Peter Faßbänder, 1 Ulrich Hindenlang 1 Lasso Ingenieurgesellschaft mbh, Germany, 2 FS

More information

AUTOMATED EXTRUSION DIE DESIGN INTEGRATED WITH SIMULATION OF MATERIAL FLOW

AUTOMATED EXTRUSION DIE DESIGN INTEGRATED WITH SIMULATION OF MATERIAL FLOW AUTOMATED EXTRUSION DIE DESIGN INTEGRATED WITH SIMULATION OF MATERIAL FLOW Nikolay Biba 1*, Sergey Stebunov 2, Andrey Lishny 2, Alexey Duzhev 2 1 Micas Simulation Ltd., 107 Oxford Road, Oxford, OX4 2ER,

More information

Chapter 4. Clustering Core Atoms by Location

Chapter 4. Clustering Core Atoms by Location Chapter 4. Clustering Core Atoms by Location In this chapter, a process for sampling core atoms in space is developed, so that the analytic techniques in section 3C can be applied to local collections

More information

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06)

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Introduction You need to carry out the stress analysis of an outdoor water tank. Since it has quarter symmetry you start by building only one-fourth of

More information

Selective Space Structures Manual

Selective Space Structures Manual Selective Space Structures Manual February 2017 CONTENTS 1 Contents 1 Overview and Concept 4 1.1 General Concept........................... 4 1.2 Modules................................ 6 2 The 3S Generator

More information

Advanced Finite Element Model for AE-MDB Side Impact Barrier

Advanced Finite Element Model for AE-MDB Side Impact Barrier Advanced Finite Element Model for AE-MDB Side Impact Barrier Authors: M. Asadi 1, P. Tattersall 1, B. Walker 2, H. Shirvani 3 1. Cellbond Composites Ltd. 2. ARUP Campus (UK) 3. Anglia Ruskin University

More information

DAMAGE INSPECTION AND EVALUATION IN THE WHOLE VIEW FIELD USING LASER

DAMAGE INSPECTION AND EVALUATION IN THE WHOLE VIEW FIELD USING LASER DAMAGE INSPECTION AND EVALUATION IN THE WHOLE VIEW FIELD USING LASER A. Kato and T. A. Moe Department of Mechanical Engineering Chubu University Kasugai, Aichi 487-8501, Japan ABSTRACT In this study, we

More information

UNIVERSITI MALAYSIA SARAWAK FACULTY OF ENGINEERING CIVIL ENGINEERING DEPARTMENT

UNIVERSITI MALAYSIA SARAWAK FACULTY OF ENGINEERING CIVIL ENGINEERING DEPARTMENT UNIVERSITI MALAYSIA SARAWAK FACULTY OF ENGINEERING CIVIL ENGINEERING DEPARTMENT KNS 1461 CIVIL ENGINEERING LABORATORY 2 LABORATORY MANUAL (Edited : December 2008) CIVIL ENGINEERING LABORATORY 2 KNS 1461

More information

Coupled Analysis of FSI

Coupled Analysis of FSI Coupled Analysis of FSI Qin Yin Fan Oct. 11, 2008 Important Key Words Fluid Structure Interface = FSI Computational Fluid Dynamics = CFD Pressure Displacement Analysis = PDA Thermal Stress Analysis = TSA

More information

Functions of Several Variables

Functions of Several Variables Jim Lambers MAT 280 Spring Semester 2009-10 Lecture 2 Notes These notes correspond to Section 11.1 in Stewart and Section 2.1 in Marsden and Tromba. Functions of Several Variables Multi-variable calculus

More information

3D Printing 101 THE BASICS BASICS OF THE PRINTER

3D Printing 101 THE BASICS BASICS OF THE PRINTER 3D Printing 101 Are you completely new to 3D printing? Don t worry, we ll help you get started. Whether you are in education, business, or interested for personal use, here is some background to help you

More information

Effect of sparse-build internal structure on performance of fused deposition modeling parts

Effect of sparse-build internal structure on performance of fused deposition modeling parts Scholars' Mine Masters Theses Student Research & Creative Works Spring 2016 Effect of sparse-build internal structure on performance of fused deposition modeling parts Shixuan Meng Follow this and additional

More information

Topology Optimization in Fluid Dynamics

Topology Optimization in Fluid Dynamics A Methodology for Topology Optimization in Fluid Dynamics 1 Chris Cowan Ozen Engineering, Inc. 1210 E. Arques Ave, Suite 207 Sunnyvale, CA 94085 info@ozeninc.com Ozen Engineering Inc. We are your local

More information

Waypoint Navigation with Position and Heading Control using Complex Vector Fields for an Ackermann Steering Autonomous Vehicle

Waypoint Navigation with Position and Heading Control using Complex Vector Fields for an Ackermann Steering Autonomous Vehicle Waypoint Navigation with Position and Heading Control using Complex Vector Fields for an Ackermann Steering Autonomous Vehicle Tommie J. Liddy and Tien-Fu Lu School of Mechanical Engineering; The University

More information

Volumes of Solids of Revolution Lecture #6 a

Volumes of Solids of Revolution Lecture #6 a Volumes of Solids of Revolution Lecture #6 a Sphereoid Parabaloid Hyperboloid Whateveroid Volumes Calculating 3-D Space an Object Occupies Take a cross-sectional slice. Compute the area of the slice. Multiply

More information

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Contents Beam under 3-Pt Bending [Balken unter 3-Pkt-Biegung]... 2 Taking advantage of symmetries... 3 Starting and Configuring ANSYS Workbench... 4 A. Pre-Processing:

More information

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang

Extracting Layers and Recognizing Features for Automatic Map Understanding. Yao-Yi Chiang Extracting Layers and Recognizing Features for Automatic Map Understanding Yao-Yi Chiang 0 Outline Introduction/ Problem Motivation Map Processing Overview Map Decomposition Feature Recognition Discussion

More information

Recent Developments in the Design and Optimization of Constant Force Electrical Contacts

Recent Developments in the Design and Optimization of Constant Force Electrical Contacts Recent Developments in the Design and Optimization of Constant orce Electrical Contacts John C. Meaders * Stephen P. Harston Christopher A. Mattson Brigham Young University Provo, UT, 84602, USA Abstract

More information

Fabrication of partially double-curved surfaces out of flat sheet material through a 3d puzzle approach

Fabrication of partially double-curved surfaces out of flat sheet material through a 3d puzzle approach Fabrication of partially double-curved surfaces out of flat sheet material through a 3d puzzle approach tn03-081 Abstract The topic of this paper is connection of digital modeling with generative programming

More information

TOLERANCE ALLOCATION IN FLEXIBLE ASSEMBLIES: A PRACTICAL CASE

TOLERANCE ALLOCATION IN FLEXIBLE ASSEMBLIES: A PRACTICAL CASE TOLERANCE ALLOCATION IN FLEXIBLE ASSEMBLIES: A PRACTICAL CASE Pezzuti E., Piscopo G., Ubertini A., Valentini P.P. 1, Department of Mechanical Engineering University of Rome Tor Vergata via del Politecnico

More information

Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses

Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses Goals In this exercise, we will explore the strengths and weaknesses of different element types (tetrahedrons vs. hexahedrons,

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 4 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 s are functions of different nature where the output parameters are described in terms of the input parameters

More information

Simulation of Turbulent Flow around an Airfoil

Simulation of Turbulent Flow around an Airfoil 1. Purpose Simulation of Turbulent Flow around an Airfoil ENGR:2510 Mechanics of Fluids and Transfer Processes CFD Lab 2 (ANSYS 17.1; Last Updated: Nov. 7, 2016) By Timur Dogan, Michael Conger, Andrew

More information

Three-Dimensional Static and Dynamic Stress Intensity Factor Computations Using ANSYS

Three-Dimensional Static and Dynamic Stress Intensity Factor Computations Using ANSYS Three-Dimensional Static and Dynamic Stress Intensity Factor Computations Using ANSYS X. M. Jia Chongqing Communications Research & Design Institute, Chongqing China F. Dai Q. Z. Wang Department of Civil

More information

AIAA Brush Seal Pack Hysteresis

AIAA Brush Seal Pack Hysteresis AIAA--3794 Brush Seal Pack Hysteresis Pete F. Crudgington and Aaron Bowsher Cross Manufacturing Co. Ltd Devizes, England Abstract The hysteresis loop that brush seals produce when they are stiffness checked

More information

Introduction to the Finite Element Method (3)

Introduction to the Finite Element Method (3) Introduction to the Finite Element Method (3) Petr Kabele Czech Technical University in Prague Faculty of Civil Engineering Czech Republic petr.kabele@fsv.cvut.cz people.fsv.cvut.cz/~pkabele 1 Outline

More information