158
Views
0
CrossRef citations to date
0
Altmetric
Research Article

The stacking sequence optimisation of a filament wound composite bicycle frame using the data-driven evolutionary algorithm EvoDN2

ORCID Icon, ORCID Icon, ORCID Icon & ORCID Icon
Article: 2347899 | Received 15 Feb 2024, Accepted 19 Apr 2024, Published online: 08 May 2024

ABSTRACT

This work focusses on identifying the optimal stacking sequence for composite tubes in mountain bike frames using a data-driven model combined with evolutionary algorithms. The objective is to find a frame that is sufficiently stiff while meeting the requirements of weight, strength, and minimum tube wall thickness. The decision variables are the ply winding angles and the ply thicknesses of each tube. The study performs designs for two load cases – Starting and Uphill – and explores two types of winding: the gradual winding of individual layers (1ply) and the winding of layers between predefined inner and outer layers with variable thicknesses (TW). Additionally, the design process is applied to frames made of isotropic materials, such as steel, aluminium, and titanium, using the same methodology to allow for comparison of results. The article demonstrates the successful application of this methodology to common sports equipment, suggesting its potential for beneficial use in other common composite frame structures.

1. Introduction

In the dynamic world of cycling technology, the quest for the ultimate bicycle frame that combines lightness, strength, and enough stiffness has led to innovative materials and manufacturing techniques. At the forefront of this evolution is the utilisation of composite materials, notably carbon fibre, whose superior mechanical properties have revolutionised bicycle design and performance. The advent of composite materials in bicycle frame production marks a pivotal shift, enabling the creation of bikes that are not only lighter and stronger but also more aerodynamically efficient [Citation1, Citation2].

Historically, the cycling industry has seen a gradual transition from traditional materials such as steel and aluminium to advanced composites. This transition is well documented in the literature, where studies underscore the advantages of composites in terms of their high strength-to-weight ratio and the ability to tailor mechanical properties to specific design requirements. These characteristics make composites particularly suited for high-performance bicycles, catering to the needs of professional racers and cycling enthusiasts alike [Citation3].

Furthermore, research has highlighted the innovative manufacturing techniques associated with composite materials, such as lay-up and resin transfer moulding [Citation4]. These methods offer unprecedented flexibility in fibre orientation and layer thickness, allowing for a customised approach to frame design that optimises structural integrity and performance characteristics. The unique ability of composites to dampen vibrations also contributes significantly to improved ride quality, an essential factor in endurance cycling and off-road applications [Citation5].

Filament winding technology represents a significant advancement in composite bicycle frame manufacturing. It is an integral part of the manufacturing of high-performance bicycles, enabling precise control over fibre orientation and material properties. Additionally, filament winding technology stands out for its capability to manufacture composite structures with variable winding angles, allowing for customised mechanical properties tailored to specific bicycle frame requirements. This flexibility in the design process is important for optimising performance characteristics such as stiffness and strength [Citation6].

Previous studies focusing on composite optimisation have been published. A genetic algorithm was introduced in [Citation7] for optimising the stacking sequence to achieve desired strength in filament wound cylindrical composite shell structures under internal pressure. Similarly, half shaft optimisation was performed in [Citation8], where the effectiveness of genetic algorithms in identifying optimal winding angles was highlighted. In [Citation9], the genetic algorithm was used for optimising cylinders manufactured by Variable-Angle Filament Winding (VAFW) technology, which enables fibre placement at variable angles along the cylinder's axial direction. The cylinder was divided into several segments with constant winding angles and optimised for maximum axial buckling load, demonstrating significant improvements in buckling strength, stiffness, and energy absorption capacities. Study [Citation10] aims to make cylinders, produced using VAFW, lighter while still adhering to specific manufacturing constraints and design loads. To achieve this, a particle swarm optimisation combined with Kriging-based metamodels is employed.

Our work contributes to the ongoing exploration of bicycle frame optimisation by integrating the Finite Element (FE) beam model method for mechanical analyses with the utilisation of machine learning techniques and evolutionary algorithms for the surrogate modelling and optimisation process. FE analysis has been instrumental in advancing our understanding of material behaviour under various loading conditions, providing a robust framework for predicting the structural performance of bicycle frames. By utilising machine learning algorithms, as discussed in [Citation11], we aim to refine the design process further, facilitating the development of surrogate models that can efficiently navigate the complex design space to identify optimal configurations.

Specifically, this study focusses on utilising machine learning to raise insights from FE-generated datasets, paving the way for the identification of the Pareto front set [Citation12]. This approach allows an efficient balance between competing design objectives, such as minimising weight while maximising strength and stiffness. By the union of composite materials mechanics, FE analysis, machine learning, and evolutionary algorithm-based optimisation, this article offers a novel perspective on the design and optimisation of bicycle frames.

It should be noted that here we are trying to solve a Pareto optimal problem requiring simultaneous optimisation of three conflicting objectives. There are gradient based methods for solving such problems as elaborated in the text of Miettinen [Citation12]. Those methods, however, tend to converge on one Pareto solution at a time and resolving the entire Pareto set remains a difficult and time-consuming act. Even the newer and advanced interactive Multi-component decision making (MCDM) algorithms [Citation13] require lengthy sessions with a decision maker and computing the entire Pareto front is still not in their purview. The evolutionary approaches [Citation14, Citation15] on the other hand. are capable of resolving the complete Pareto set as they converge. In our strategy, we needed the information of the entire Pareto set in a computing time efficient manner, so that the decision maker can select the suitable solutions out of them for the next round of cyclic optimisation that we have adopted here. Therefore, an evolutionary approach was preferred here to come up with the surrogate models and the deep learning capability of the EvoDN2 algorithm that we employed in this study, added further to learning capability of the surrogate models that were ultimately selected.

2. Methods

2.1 Ply stresses, strength coefficients, and stiffness determination

Our methodology, which was described in detail in [Citation11] and [Citation16], utilises the theory of minimum complementary energy and Hooke's law for orthotropic materials to calculate the equivalent stiffnesses of a composite laminate. Four key equations (as shown for example in [Citation17]) determine tensile, bending, torsional, and shear stiffness by incorporating ply properties and geometry. The details are provided in our earlier publications [Citation11, Citation16].

Beam theory (described, for example, in texts such as [Citation18]) is applied to approximate the behaviour of composite structures, using finite elements to model beams. The 2-node Timoshenko beam element in 3D space is specifically considered, with its stiffness matrix dependent on equivalent stiffnesses and element length. This facilitates the evaluation of deformations, stresses, and other parameters for structural optimisation. The detailed formulation is already provided in our earlier work [Citation11].

Ply stresses are calculated using internal forces and a transformation matrix to pinpoint ply strength coefficients through the maximum stress criterion. This criterion evaluates potential failure directions and material usage rates, leading to the calculation of a safety factor from the highest stress coefficient. When this coefficient reaches the value of unity, it signals damage to the material.

The methodology is extended to include the evaluation of stiffness as a function of the product of force and displacement, embodying the total potential energy concept. This approach enriches the analysis by quantifying the stiffness of the composite structure, pivotal for understanding its mechanical behaviour under load.

Further details and equations related to the methodology employed can be found in reference [Citation11].

It should be noted that the comparison between FE 1D and 3D beam models is shown in earlier studies [Citation19], for example. The general finding for our type of problem is that the 1D models yield to much faster computing without any significant loss of accuracy. Therefore, the usage of FE 1D beam model to optimise a frame structure is convenient and is adopted here. Many studies highlight the effectiveness of the two-node beam models for modelling and optimising frame structures as shown in [Citation20] for example, where a comparison of the experimental results with the numerical calculation of the frame in space using two-node beam elements shows excellent suitability of these models towards the optimisation processes.

2.2 Application of the EvoDN2 algorithm for composite frame design

In this study, an optimisation approach, utilising the Evolutionary Deep Neural Network (EvoDN2) algorithm [Citation21], is applied to design composite frame structures. This method combines a data-driven deep neural network with a bi-objective evolutionary algorithm, refined further by a Linear Least Square (LLSQ) process for final convergence. Additionally, it incorporates a many-objective optimisation module using a constraint-based Reference Vector guided Evolutionary Algorithm (cRVEA) [Citation22] to manage complex trade-offs between model accuracy and complexity. This innovative approach effectively handles non-linear and noisy data, ensuring robustness without relying directly on underlying physical principles. The EvoDN2 algorithm, complemented by cRVEA's reference vectors, enhances population diversity and optimises convergence, even for a many objective situations, addressing common multi-objective optimisation challenges, which often requires deep learning [Citation15]. Further details of the EvoDN2 algorithm and its application, including its operational parameters, instance of its effectiveness in optimising material or geometrical parameters are available elsewhere [Citation23–25].

2.3 Refining design solutions through cyclic optimisation

The concept of cyclic optimisation (also mentioned in [Citation16]) for iterative design improvement employs multiple rounds of optimisation, using the outcomes of each cycle as the starting point for the next. This process allows for in-depth exploration of the design space, with each iteration aiming to enhance performance objectives progressively. Through cyclic optimisation, the design process's effectiveness is improved.

Key to the success of this optimisation strategy is the initial data preparation and the careful setting of training parameters to achieve optimal fitting values, indicating a well-tuned surrogate model. The article incorporates decision-making rules for selecting candidates for subsequent cycles and criteria for terminating the process when improvements cease. The application of these methods to selected geometries will be detailed further.

2.4 Optimisation of a bicycle frame: methodology and objectives

The optimisation process is applied to a bicycle frame, focusing on three primary objectives to enhance its design and performance:

  • F1: Total Potential Energy – This objective is associated with the structure's stiffness and is quantified by the total potential energy of the system, indicative of the frame's ability to resist deformation under load.

  • F2: Structure Strength – This is measured by the maximum value of the ply strength coefficients. It reflects the maximum stress the material can withstand before failure.

  • F3: Structure Weight – This objective considers the thickness of the tubes, aiming to minimise both weight and material costs.

These objectives are pursued in a cyclic optimisation process, where each cycle iteratively refines the design by adjusting ply thicknesses (ti) and ply angles (αi) – the decision variables. The initial cycle sets the potential ranges for these variables, aiming for physically achievable and necessary objective values.

As the cyclic optimisation progresses, the decision parameter ranges, especially thicknesses, are dynamically adjusted based on previous outcomes, ensuring the surrogate model built is accurate and reflective of the design goals. This method ensures a systematic approach to optimising each ply and adjusting tube thicknesses for improved performance. The optimisation concludes when further cycles fail to significantly improve the target functions.

This study's methodology is applied to a single geometry – the bicycle frame. This geometry is selected for its relevance to practical design challenges, emphasising the need for a structure that combines optimal stiffness, strength, and weight for performance efficiency. The specific parameters, boundary conditions, and loading details related to the bicycle frame optimisation are described in the next section of the article.

It should be noted that in our previous work [Citation16] we have used the configuration of a curved beam and in this case the bicycle is represented as a frame structure which is mechanistically different. Also, the boundary conditions used in these studies are substantially different, warranting a fresh investigation.

Unlike the displacement that was used in our earlier work [Citation16] as an objective for the Gantry-type machine or a crane structure, here we have used the total potential energy, as it better describes the stiffness and behaviour of this sports equipment. Displacement only considers deformation of just one loaded node, while the potential energy takes into account the displacement, as well as the rotation in the entire structure described by a large number of nodes, rendering this objective far more suitable than the displacement for the bicycle structure.

3. Problem description

As outlined in the previous section, this study employs an established methodology to optimise the enduro bicycle frame, a type of bicycle designed for efficient cycling in mountainous terrain. Enduro bicycles emphasise excellent downhill performance while maintaining good climbing capabilities. Therefore, their geometry is tailored to meet these demands. The parameters of the bicycle analysed in this study are based on the CDURO [Citation26] frame produced by Compotech s.r.o.[Citation27], details of which can be found in previously published work [Citation28], for example. Additionally, the load cases are established based on measurements reported in an article [Citation29]. This section will detail two aspects: the geometry, which is grounded in existing literature, and the uniquely defined load cases, providing a comprehensive foundation for our analysis. Finally, the decision variables and manufacturing and other constraints connected to the given task will be described at the end of the section.

3.1 Bicycle frame geometry

The frame geometry, as depicted in and described in [Citation28], is based on a frame manufactured using filament winding technology by Compotech s.r.o. This technology enables the production of frames with variable ply winding angles and thicknesses. It is crucial to note that our methodology allows for the selection of any variable optimal winding angles and thicknesses, which corresponds to the mentioned production technology.

Figure 1. Bicycle frame geometry 3D.

Figure 1. Bicycle frame geometry 3D.

As illustrated in , a simplified beam model has been generated. The front triangle, represented by blue beams and optimised in our study, incorporates node positions, inner diameters, and materials from the original bicycle model. The rear assembly, shown as black beams, is analysed together with the front triangle as a single model and represents the original bicycle's rear assembly. Its parameters, which influence the overall stiffness and strength of the structure, are integral to our analysis. The element XI – the damper – is modelled as a rod element with no bending stiffness, replaced in our model by a steel tube for simplicity. In , details such as the nodes, inner diameter, names, and materials of each element are provided.

Figure 2. Beam model based on 3D geometry.

Figure 2. Beam model based on 3D geometry.

Table 1. Parameters of the bicycle frame beam model.

For detailed information on the material properties, please see (adapted from [Citation27] and [Citation28]). The density of the composites used in the total weight calculations was set at a value of 1 500 kg/m3.

Table 2. Composite material mechanical properties.

3.2 Load case and objective functions definition

The load case definition is a pivotal aspect for comprehending the forces and stresses imposed on the bicycle frame. Initially, we present an illustrative that delineates the frame, with key positions marked from A to H. These locations are strategically selected to denote crucial components such as the pedals, handlebars, and the connection of the fork to the front wheel. This depiction is instrumental in illustrating the locations of load points in relation to the frame's geometry. The transforming of the load acting in points A to H into external forces acting at specific nodes of the bicycle frame, specifically nodes 1, 2, 3, and 5 is used to reach relevant loading of the analysed frame. This transformation process is integral to our analysis as it allows for a more accurate representation of load distribution and its consequent impact on the frame. The approach for this recalculation is based on the seminal work [Citation29] where the loading is based on experimental measurements.

Figure 3. Position of loaded points.

Figure 3. Position of loaded points.

The objective functions applied in our study are the first, F1, addresses the structure’s compliance, gauged through the total potential energy, shedding light on the frame’s flexibility and resilience under load. The second, F2, focuses on the strength coefficient (smax), conceptualised as a function of stress. This metric is pivotal in assessing the maximum strength capacity of the frame. The third, F3, targets the minimisation of the frame’s mass, balancing structural cost against performance efficiency.

Finally, we delve into the application of these objective functions for two distinct load cases: the Uphill and Starting load cases (see and ). The boundary conditions for both load cases are the same – nodes 5 and 6 are fixed and node 2 cannot move in z-direction. Each load case undergoes a separate optimisation process, culminating in individual tasks for each load case. This approach guarantees that the optimisation is tailored to meet the unique requirements and challenges posed by each loading scenario.

Table 3. Starting load case definition (Forces Fx, Fy, Fz [N] and moments Mx, My, Mz [Nmm]).

Table 4. Uphill load case definition (Forces Fx, Fy, Fz [N] and moments Mx, My, Mz [Nmm]).

3.3 Decision variables

As described in Section 2, the decision variables in our study are winding angle (αi) and ply thickness (ti). The winding angle, αi, is considered within the range of 0 to 90 degrees. Constraints of ply thickness, ti, are determined during the optimisation cycle. A ply wound at angle αi with thickness ti comprises four subplies, each with a thickness of ti/4, and alternates in angles +αi, -αi, -αi, and +αi. The minimum tube thickness is established based on technological constraints, set at 1 mm for composite material and 0.5 mm for metals.

4. Results

4.1 Composite bicycle frame optimisation

The stacking sequence of the tubes in the bicycle frame’s front triangle was optimised for two load cases: Starting and Uphill. This optimisation was conducted for two types of winding. The first type, referred to as 1ply, involves a single ply, where each tube ply is wound cycle by cycle. The second type, referred to as Technological Winding (TW), incorporates a specific sequence: an inner ply with a minimum thickness of 0.2 mm wound at 45 degrees, and an outer ply with the same minimum thickness wound at 88 degrees. This type is chosen for its technological production advantages in filament winding and the beneficial mechanical properties of the final product. The thicknesses of the inner and outer ply are decision variables. Between these plies is the middle ply of each tube, which is optimised cycle by cycle.

Each load case presents unique challenges and objectives, addressed through a systematic decision-making approach. For the Uphill Load Case, the objectives were set as follows: F1 (the structure's compliance) should be minimised, F2 (the strength coefficient) should not exceed 0.4 to maintain a safety factor of 2.5, and F3 (the mass of the structure) must be no more than 1.25 kg. Additionally, a secondary condition required limiting the displacement of node 3 to 5 mm. The decision-making process involved filtering results to satisfy the conditions for F2, F3, and the secondary displacement condition, and then selecting the solution that offers the minimum F1 value, with the constraint that the minimum tube thickness must be 1 mm.

Similarly, for the Starting Load Case, the objectives were aligned with those of the Uphill case, except for the displacement condition at node 3, which was adjusted to allow up to 10 mm. The decision-making process mirrors that of the Uphill case.

This structured decision-making process ensures that the optimised tube design meets the established criteria of strength, weight, and compliance for both load cases. The results from this process guide the final selection of the optimised layup sequence for the bicycle frame's front triangle tubes.

For each cycle, a Pareto set represented by hundreds of members was sorted out by the decision-making procedure described above. The best one was chosen for the next cycle. The process was stopped when a cycle did not lead to the improvement of at least one objective without impairing others, and the member from the last cycle was chosen as the result of the optimisation process. and show the development of objectives for both load cases and both types of winding (1ply and TW).

Figure 4. Refining objectives through sequential cycles (Uphill): 1ply and TW.

Figure 4. Refining objectives through sequential cycles (Uphill): 1ply and TW.

Figure 5. Refining objectives through sequential cycles (Starting): 1ply and TW.

Figure 5. Refining objectives through sequential cycles (Starting): 1ply and TW.

Decision variables representing winding parameters can be further subjected to strategic adjustment, taking into account the manufacturing technology. This results in a more efficient and beneficial composite frame layup, enhancing manufacturing capabilities. This is evident in , which presents the variables achieved by the optimisation process, and in , where some layers with the winding of close angles are replaced by one layer with a calculated winding angle based on a weighted average, whose thickness is the sum of the thicknesses of the original layers. Calculated angle and decision variables rounding subtly modify objectives, which are harmonising with the desired objectives.

Table 5. Bicycle frame parameters obtained as a result of cyclic optimisation (Starting LC, 1ply winding).

Table 6. Modified parameters and corresponding objectives (Starting LC, 1ply winding).

4.2 Bicycle frame made from isotropic materials

The same methodology was applied to optimise bicycle frame structures manufactured from isotropic materials usually commonly used for this application. Materials were selected based on publications [Citation30] and [Citation31], and their mechanical properties were taken from the material database [Citation32], are shown in . Shear strength for steel, is not readily available in research papers or supplier's websites, was calculated based on the Von Mises yield criterion [Citation33].

Table 7. Isotropic material mechanical properties.

The resulting values of objectives for both load cases, compared with the 1ply winding, are shown in and . The resulting member was selected from the appropriate Pareto set based on comparable stiffnesses. The ratios of the objective functions F2 and F3 between composite and isotropic materials are mostly greater than 1, indicating an improvement over the reference value.

Table 8. Objectives comparison (starting load case).

Table 9. Objectives comparison (uphill load case).

Typically, the ratio of stiffness to density is employed to compare material efficiency. For this bicycle frame structure, due to geometric constraints, we compare materials using ratios between stiffness and mass, as well as strength to mass. In our results, where the objective is to maximise both stiffness and strength, the ratios for comparison are defined as 1/F1F3 for stiffness and 1/F2F3 for strength. presents a bar chart for all materials and load cases. Here, the values are normalised with respect to composite material to enhance clarity and comprehension. The chart clearly demonstrates the efficiency of using composite material for this structure.

Figure 6. Comparison of normalised stiffness and strength ratios for various materials.

Figure 6. Comparison of normalised stiffness and strength ratios for various materials.

The presented methodology can be used to find the best stacking sequence for composite frame structures and can advantageously serve as a supplement to other design steps. The next section will compare this method with others.

5. Comparison with the current research

It is important to highlight that the methodology presented in this study is highly beneficial in applications where achieving specific sports equipment parameters such as mass, stiffness, and strength are crucial. The application of this methodology to a bicycle frame can provide athletes with tailor-made solutions specific to an individual sportsman. As demonstrated in [Citation28], the frame featuring the proposed geometry, manufactured by Compotech, s.r.o., confirms that the joints and other structural elements are fully functional for a bicycle produced by the winding technology.

Optimisation processes for bicycle frames typically utilise finite element models in 3D space, as provided by other studies [Citation34–36]. The methodology outlined in [Citation35] involves two distinct tasks: determining the optimal frame geometry and selecting the most suitable material for production. To identify the best solution, five different load cases were examined. A parametric finite element beam model was employed in [Citation36] to optimise the bicycle frame geometry under various load conditions. The use of such models is significantly computationally demanding; therefore, our methodology, which is based on a simpler beam model in 3D space, may offer a more advantageous and practical approach.

Studies such as [Citation37] and [Citation38] often focus on the optimisation process on finding the optimal stacking sequence for a laminate composed exclusively of plies oriented in 0°, +45°, −45°, and 90° directions, which correspond to capabilities of productions technology. Similar to our work, technology constraints in these studies impact the objective function while adhering to the necessary requirements. The advantage of our approach lies in its ability to design and produce layers with any winding angle, subject to minimal constraints on the ply thickness.

The integration of a finite element model with a genetic algorithm-based optimisation has been utilised previously to enhance solutions for the spaceframe chassis of light rail public transport vehicle made from braided composites, employing surrogate models and machine learning techniques [Citation39]. This approach achieved weight reduction and increased stiffness, underscoring the effectiveness of these techniques in optimising composite frame. Additionally, the combination of surrogate model and genetic algorithms was successfully applied for the multi-objective optimisation of thin-walled deployable composite hinges in [Citation40]. The potential of employing advanced models and optimisation techniques in the optimisation of composite structures is described in other studies as well, in references [Citation41] and [Citation42] for example.

Building upon the foundation laid by previous studies, our method advances the use of surrogate models and evolutionary algorithms for optimisation, distinctively focusing on achieving an optimal balance of stiffness, strength, and minimal weight.

6. Conclusion

In the presented work, the optimisation of a bicycle frame was conducted using a finite element beam model, mechanics for orthotropic material, and an optimisation procedure. The reference geometry was derived from a commercially available bicycle, demonstrating the feasibility of producing frames designed with the presented algorithm without issues. This approach enables customisation of the bicycle according to user preferences.

The optimisation was performed for two types of winding: 1ply and TW. The former involves manufacturing the frame from tubes produced solely with plies whose parameters are determined through optimisation. The latter, TW, involves manufacturing the frame from tubes that have inner and outer plies wound at 45 degrees for the inner ply and 88 degrees for the outer ply, with optimally determined plies stacked between them. The thicknesses of the inner and outer plies are considered as decision variables.

Two load scenarios were evaluated to understand how the stacking sequence would vary for different uses of the sports equipment. The results demonstrate that the presented methodology can successfully identify the best solution for the given load case. Furthermore, the multi-objective optimisation method presented here can be advantageously applied to additional load cases to achieve more versatile solutions. It offers manufacturers a tool for designing customised solutions.

Disclosure statement

No potential conflict of interest was reported by the author(s).

Additional information

Funding

This study received support from the Grant Agency of the Czech Technical University in Prague, under grant number SGS24/123/OHK2/3T/12.

Notes on contributors

Anna Malá

Anna Malá, PhD candidate at the CTU in Prague, Faculty of Mechanical Engineering, specializes in the multi-criteria optimisation of wound composite frames.

Zdeněk Padovec

Zdeněk Padovec received a PhD in Applied Mechanics in 2016 from the Faculty of Mechanical Engineering, CTU in Prague. His research focuses on composite pressure vessels and composite construction in general.

Tomáš Mareš

Tomáš Mareš is an Associate Professor at Czech Technical University in Prague. He received his PhD from Czech Technical University in Prague in 2004. The major focus of his research has been in the areas of structural optimisation and composite material analysis.

Nirupam Chakraborti

Nirupam Chakraborti is a Visiting Professor at the Czech Technical University in Prague. He received his PhD from the University of Washington in The US. For a number of decades, the major focus of his research has been in the area of Evolutionary Computation and its engineering applications. His comprehensive book in this domain, Data-driven Evolutionary Modeling in Materials Technology, CRC Press USA-UK, came out in 2023.

References

  • S. Sajan, and D.P. Selvaraj, A review on polymer matrix composite materials and their applications. Mater. Today: Proc. 47 (2021), pp. 5493–5498.
  • I.M. Daniel and O. Ishai, Engineering Mechanics of Composite Materials: Vol. 1994, Oxford university press, New York, 2006.
  • M.A. Maleque, and S. Dyuti, Materials for bicycle frame system–a case study on the development of selection method, 2010.
  • S.E. Cohen, C.T. Graves, E. Bernardon and H. West, Design of a new composite forming process using a formal design methodology. Int. J. Mater. Prod. Technol. 9(1-3) (1994), pp. 23–41.
  • M. Thouin, H. Ghiasi, and L. Lessard, Design of a carbon fiber bicycle stem using a novel internal bladder resin transfer molding technique. Adv. Compos. Lett. 19(1) (2010) pp. 096369351001900105. doi:10.1177/096369351001900105
  • L. Moore, A.K. Alapati, G. Cerniauskas, C. Ó. Brádaigh, E.R. Pineda and C. Robert, Study on sports application of CFRP powder-epoxy towpreg: bike frame manufacturing via filament winding, SAMPE Europe Conference, 2023.
  • J.H.S. Almeida Jr., M. L. Ribeiro, V. Tita and S.C. Amico, Stacking sequence optimization in composite tubes under internal pressure based on genetic algorithm accounting for progressive damage. Compos. Struct. 178 (2017), pp. 20–26. doi:10.1016/j.compstruct.2017.07.054
  • P. Stedile Filho, J. H. S. Almeida Jr. and S.C. Amico, Carbon/epoxy filament wound composite drive shafts under torsion and compression. J. Compos. Mater. 52(8) (2018), pp. 1103–1111. doi:10.1177/0021998317722043
  • J.H.S. Almeida Jr, L. St-Pierre, Z. Wang, M. L. Ribeiro, V. Tita, S. C. Amico and S.G. Castro., et al., Design, modeling, optimization, manufacturing and testing of variable-angle filament-wound cylinders. Composites Part B: Engineering, 225 (2021), pp. 109224. doi:10.1016/j.compositesb.2021.109224
  • Z. Wang, J. H. S. Almeida Jr., A. Ashok, Z. Wang and S.G. Castro, Lightweight design of variable-angle filament-wound cylinders combining Kriging-based metamodels with particle swarm optimization. Struct. Multidiscipl. Optim. 65(5) (2022), pp. 140. doi:10.1007/s00158-022-03227-8
  • A. Malá, Z. Padovec, T. Mareš, and N. Chakraborti, Shallow and deep evolutionary neural networks applications in solid mechanics, in Advanced Machine Learning with Evolutionary and Metaheuristic Techniques, J. Valadi, K.P. Singh, M. Ojha, P. Siarry, ed., Springer, Singapore, 2024. doi:10.1007/978-981-99-9718-3_11.pp. 257-296
  • K. Miettinen, Nonlinear Multiobjective Optimization, Kluwer Academic Publishers, Boston, 1998.
  • B.S. Saini, D. Chakrabarti, N. Chakraborti, B. Shavazipour and K. Miettinen, Interactive data-driven multiobjective optimization of metallurgical properties of microalloyed steels using the DESDEO framework. Eng. Appl. Artif. Intell. 120 (2023), pp. 105918. doi:10.1016/j.engappai.2023.105918
  • C.A.C. Coello, Evolutionary algorithms for solving multi-objective problems, 2, Springer New York, NY, 2007. doi:10.1007/978-0-387-36797-2
  • N. Chakraborti, Data-Driven Evolutionary Modeling in Materials Technology, CRC Press, Boca Raton, 2023.
  • A. Malá, Z. Padovec, T. Mareš and N. Chakraborti, A method for designing filament-wound composite frame structures using a data-driven evolutionary optimisation algorithm EvoDN2. Philos. Mag. Lett. 103 (2023) pp.2272975 doi:10.1080/09500839.2023.2272975
  • R.M. Jones, Mechanics of Composite Materials. 2nd ed. Taylor & Francis Ltd., London, 1999.
  • S.S. Rao, The Finite Element Method in Engineering, Elsevier Science & Technology, Burlington, 2004.
  • R. Rashid, S. Masood, D. Ruan, S. Palanisamy, X. Huang and R.A. Rahman Rashid, Design optimization and finite element model validation of LPBF-printed lattice-structured beams. Metals. (Basel) 13(2) (2023), pp. 184. doi:10.3390/met13020184
  • A.M. Ibrahim, A. M. Ali and H. Kamel, Design optimization and production of a small-scale semi-trailer chassis for testing. J. Eng. Appl. Sci. 70(1) (2023), pp. 35. doi:10.1186/s44147-023-00201-z
  • S. Roy, B. Saini, D. Chakrabarti, and N. Chakraborti, Mechanical properties of micro-alloyed steels studied using a evolutionary deep neural network. Mater. Manuf. Processes 35(6 ) (2020), pp. 611–624.
  • R. Cheng, Y. Jin, M. Olhofer, and B. Sendhoff, A Reference Vector Guided Evolutionary Algorithm for Many-Objective Optimization. IEEE Trans. Evol. Comput. 20(5 ) (2016), pp. 773–791.
  • P. David, T. Mareš, and N. Chakraborti, Evolutionary multi-objective optimization of truss topology for additively manufactured components. Mater. Manuf. Processes 38 (2023) pp. 1922–1931. doi:10.1080/10426914.2023.2196325
  • D. Vondráček, Z. Padovec, T. Mareš, and N. Chakraborti, Optimization of dome shape for filament wound pressure vessels using data-driven evolutionary algorithms. Mater. Manuf. Processes 38 (2023) pp. 1899–1910. doi:10.1080/10426914.2023.2187823
  • D. Vondráček, Z. Padovec, T. Mareš, and N. Chakraborti, Analysis and optimization of junction between cylindrical part and end dome of filament wound pressure vessels using data driven evolutionary algorithms. Proceedings of the Institution of Mechanical Engineers, Part C: Journal of Mechanical Engineering Science. (2023). doi:10.1177/09544062231191319
  • Compo Tech PLUS, spol. s r.o., Bicycles, 2024. Available at https://compotech.com/what-we-do/sectors/bicycle/.
  • Compo Tech PLUS, spol. s r.o., About us, 2024. Available at https://compotech.com/.
  • M. Dvořák, T. Ponížil, V. Kulíšek, N. Schmidová, K. Doubrava, B. Kropík, and M. Růžička, Experimental Development of Composite Bicycle Frame. Applied Sciences 12.16 (2022) pp.8377. doi:10.3390/app12168377
  • P.D. Soden, Loads, stresses, and deflections in bicycle frames. J. Strain Anal. Eng. Des. 21(4) (1986), pp. 185–195.
  • P. Sarath, A. Deepak, H. Hrishikesh and N. S. D. Jinuchandran, Stress analysis of bicycle frame using different materials by FEA. GRD JS Glob Res Dev J Eng 6(7) (2021), pp. 14–20.
  • C. Rontescu, T.D. Cicic, C.G. Amza, O. Chivu and D. Dobrotă, Choosing the optimum material for making a bicycle frame. Metalurgija 54(4) (2015), pp. 679–682.
  • MatWeb, LLC, MatWeb, Your Source for Materials Information, 1996-2024; dataset available at https://www.matweb.com/index.aspx.
  • R.V. Mises, Mechanik der festen Körper im plastisch-deformablen Zustand. Nachrichten von der Gesellschaft der Wissenschaften zu Göttingen, Mathematisch-Physikalische Klasse 1913 (1913), pp. 582-592.
  • Y.C. Cheng, C.K. Lee, and M.T. Tsai, Multi-objective optimization of an on-road bicycle frame by uniform design and compromise programming. Adv Mech Eng 8(2) (2016). doi:10.1177/1687814016632985
  • A.G. Kitselis, C.S. Nikolakea, and D.E. Manolakos. The design process of an optimized road racing bicycle frame. Machines 10.2 (2022) pp.149 doi:10.3390/machines10020149
  • D. Covill, S. Begg, E. Elton, M. Milne, R. Morris and T. Katz, Parametric finite element analysis of bicycle frame geometries. Procedia. Eng. 72 (2014), pp. 441–446.
  • J. Finn, Application of optimisation tools to the design of advanced carbon fibre bicycle: Factor 001. Proceedings of 6th Altair CAE Technology Conference, Warwickshire, UK. (2009).
  • T.J.C. Liu, and H.C. Wu, Fiber direction and stacking sequence design for bicycle frame made of carbon/epoxy composite laminate. Mater. Des. 31(4 ) (2010), pp. 1971–1980.
  • A. Singh, Z. Gu, X. Hou, Y. Liu and D. J. Hughes, Design optimisation of braided composite beams for lightweight rail structures using machine learning methods. Compos. Struct. 282 (2022) pp. 115107 doi:10.1016/j.compstruct.2021.115107
  • T.W. Liu, J. B. Bai, N. Fantuzzi, G. Y. Bu and D. Li, Multi-objective optimisation designs for thin-walled deployable composite hinges using surrogate models and Genetic Algorithms. Compos. Struct. 280 (2022) pp. 114757. doi:10.1016/j.compstruct.2021.114757
  • J.H.S. Almeida Jr., L. Bittrich, T. Nomura and A. Spickenheuer, Cross-section optimization of topologically-optimized variable-axial anisotropic composite structures. Compos. Struct. 225, (2019), pp. 111150. doi:10.1016/j.compstruct.2019.111150
  • J.H.S. Almeida Jr., T. V. Lisbôa, A. Spickenheuer and L. St-Pierre, A sequential finite element model updating routine to identify creep parameters for filament wound composite cylinders in aggressive environments. Comput. Struct. 276, (2023), pp. 106939. doi:10.1016/j.compstruc.2022.106939