Material Property-Estimate Technique Based on Natural Frequency for Updating Finite Element Model of Orthotropic Beams

Article information

J. Ocean Eng. Technol. 2020;34(6):481-488
Publication date (electronic) : 2020 December 24
doi : https://doi.org/10.26748/KSOE.2020.070
1Professor, School of Naval Architecture & Ocean Engineering, Tongmyong University, Busan, Korea
2Assistant Professor, School of Naval Architecture & Ocean Engineering, Tongmyong University, Busan, Korea
3Undergraduate Student, School of Naval Architecture & Ocean Engineering, Tongmyong University, Busan, Korea
Corresponding author Kookhyun Kim: +82-51-629-1658, kimk@tu.ac.kr
This paper is updated from the proceedings of 2020 fall meeting of the Korea Society of Ocean Engineers(KSOE)
Received 2020 November 30; Revised 2020 December 3; Accepted 2020 December 3.

Abstract

Composite materialsuch as glass-fiber reinforced plastic and carbon-fiber reinforced plastic (CFRP) shows anisotropic property and have been widely used for structural members and outfitings of ships. The structural safety of composite structures has been generally evaluated via finite element analysis. This paper presents a technique for updating the finite element model of anisotropic beams or plates via natural frequencies. The finite element model updates involved a compensation process of anisotropic material properties, such as the elastic and shear moduli of orthotropic structural members. The technique adopted was based on a discrete genetic algorithm, which is an optimization technique. The cost function was adopted to assess the optimization problem, which consisted of the calculated and referenced low-order natural frequencies for the target structure. The optimization process was implemented with MATLAB, which includes the finite element updates and the corresponding natural frequency calculations with MSC/NASTRAN. Material properties of a virtual cantilevered orthotropic beam were estimated to verify the presented method and the results obtained were compared with the reference values. Furthermore, the technique was applied to a cantilevered CFRP beam to successfully estimate the unknown material properties.

1. Introduction

Composite materials such as GFRP (glass-fiber reinforced plastic) and CFRP (carbon-fiber reinforced plastic) provide superior material properties compared to structural steels in terms of specific strength, fatigue resistance, and anti-corrosion. Consequently, composite materials are widely used for structural materials in various fields, such as the aviation, automotive, shipbuilding, and marine industries (Weitzenböck et al., 2010). Particularly, CFRP is steadily garnering attention both as the hull construction material of small ships and high-speed crafts that require weight reduction, and also as a high-load auxiliary material for engine parts, such as propellers (Chen et al., 2003; Oh et al., 2013; Lee et al., 2014).

In this study, the structural safety of CFRP structures was generally evaluated via finite element analysis. Regarding this process, the mechanical properties of the material approximate to the actual values, as well as the shape of the target structure, should be introduced to the finite element analysis. Although methods for manufacturing CFRP materials in the design shape (during ship building) have been implemented with recent advancements in technology, the mechanical properties of these materials remain unclear owing to the significantly different mechanical properties of CFRP structures depending on the stacking sequence and direction, manufacturing environment (temperature and humidity), and expertise of workers, as well as the differences in the physical properties of the base materials, such as carbon fiber and resin.

Meanwhile, the importance of digital twin technology is growing in the field of ship structural mechanics. The core technology here involves the use of a virtual ship with similar structural properties to an actual ship (JASTRA Channel, 2020). A structural digital twin platform with both static and dynamic structural responses should be implemented according to the external force generated during the virtual ship’s operation similar to that of an actual ship. The structural digital twin implementation requires the development of a finite element model that reflects the static and digital characteristics of an actual ship.

The properties of the composite material, such as Poisson’s ratio, elastic, and shear moduli are generally calculated via static tests, such as tensile, compression, and bending tests, on beams or sheet specimens made of the corresponding material. However, equivalent finite element model update techniques have been proposed in recent years to implement the dynamic properties of a target structure by adopting modal characteristics, such as natural frequency, mode shape, and mode damping. Zahari et al. (2016) proposed a method and procedure for identifying the parameters that influence the dynamic properties of a joint structure via sensitivity analysis, as well as calculating the equivalent material properties, such that a natural frequency identical to that of the actual structure is obtained. Hofmeister et al. (2019) proposed an optimization-based equivalent finite element model update to address wind turbine blade damages. Giagopoulos et al. (2009) introduced the finite element model update of an experimental vehicle using measured modal characteristic data.

This study presents a finite element model update technique, which calculates the equivalent material properties of a target structure using the natural frequencies of CFRP ships or structures. The technique involves the processes of optimization parameter selection, finite element model development and update. Additionally, in this study, the validity of the proposed technique is evaluated by conducting numerical analysis on a cantilevered orthotropic beam. Furthermore, the feasibility of the proposed technique is verified by estimating the equivalent material properties of the target structure using the natural frequency information obtained from a random CFRP cantilever beam.

2. Finite Element Model Update

The finite element model update for composite structures is a process that involves performing the inverse method on the equivalent material properties of finite element model by applying the optimization technique to obtain the same natural frequencies as the target structure. Fig. 1 illustrates the finite element model update procedures with processes of optimization parameter selection, finite element model development and update. The finite element model update process for composite structures was implemented in MATLAB while MSC/NASTRAN was adopted to carry out the low- order natural frequency analysis required in the optimization process.

Fig. 1

Finite element model update process applying an optimization algorithm

2.1 Optimization Parameter Selection

To accurately identify the mechanical properties of composite structures, material properties need to be derived via standardized material tests, such as tensile, compression, and bending tests. Mechanical properties can vary significantly depending on the stacking environment and expertise of workers, even if the same base material is used and stacked with the exact same specifications. As an alternative to address this challenge, an inverse method can be applied to calculate the material’s properties using the dynamic properties of target structure, such as modal test results. This study updates the finite element model based on an optimization process that involves minimizing the difference between the natural frequencies obtained via the finite element model and modal test results, respectively. In the optimization process, density, thickness, number of layers, elastic and shear moduli, as well as Poisson’s ratio can be employed as the targets of optimization parameters. In this study, the elastic moduli, E11 and E22, and shear moduli, G12, G13, and G23, which are considered to significantly influence the mechanical properties of orthotropic plate materials, were selected as optimization parameters.

2.2 Finite Element Model Development

The finite element model is saved in the bulk data file format (*.bdf), which is an MSC/NASTRAN input file. Fig. 2 illustrates an example of a bdf-file of the finite element model for an orthotropic beam used in this study. The modal analysis adopts the SEMODES (SOL 103) module of MSC/NASTRAN. The finite element is formulated using CQUAD4, a quadrilateral shell element. The material properties of the composite structure were defined using PCOMP. Although the orthotropic material properties were defined by MAT8, they were saved as separate MAT.INC files for defining the elastic and shear moduli to enable the easy control of optimization parameters. The file was designed to be retrieved by the “include” command from the bulk data file of MSC/NASTRAN during the optimization process.

Fig. 2

Example of finite element model of an orthotropic beam: an MSC/NASTRAN input file (bdf-file) and external file for defining the material properties

2.3 Finite Element Model Update

The finite element model update for the composite structure is conducted such that the natural frequency of the target structure is induced to approach the actual value. The optimization process for the finite element model update adopted the discrete genetic algorithm, which is a typical global optimization algorithm.

The discrete genetic algorithm is accompanied by the following procedure:

  1. The optimization parameters are discretized and coded as bits to construct the first generation.

  2. The modal analysis is conducted for each object that belongs to the first generation and the fitness assessment is conducted via derived natural frequencies.

  3. The construction of the next generation is conducted until the required fitness is fulfilled or the maximum number of iterations is reached, via elitist model, selection phase, crossover phase, and mutation phase processes, as well as the fitness assessment process on the constructed next generation.

More details on the finite element model update using the discrete algorithm are presented in Chapter 3.

3. Discrete Genetic Algorithm

Fig. 3 illustrates a flow chart of the discrete genetic algorithm adopted in this study for the finite element model update process. As shown in the figure, the process proceeds in the following order: first generation construction, fitness assessment for first generation and convergence check, application of elitist model, selection phase, crossover phase, mutation phase, and fitness assessment for next generation and convergence check. Fitness assessment is conducted based on the cost function that reflects the modal test results of the target structure, as well as the modal analysis results of each object. In the convergence check step, if the required cost or maximum number of iterations is not fulfilled, the elitist model step and later steps are repeated until convergence is achieved.

Fig. 3

Process of finite element model update via discrete genetic algorithm

3.1 Optimization Parameter Discretization and Coding

The optimization parameters are discretized and coded in the discrete genetic algorithm. The elastic and shear moduli, which are optimization parameters, are discretized in equal intervals for the desired range and stored as databases with unique numbers.

In the discrete genetic algorithm, the unique number of the database is coded as a chromosome in the form of an array composed of bits.

Given the number of databases discretized for each optimization parameter as Nij, the selected database is expressed as an array Lij composed of Nij,b(=log2 Nij) number of bits (Nij,b-bit), as expressed in Eq. (1).

(1) Lij=[lij1,lij2,,lijNij,b]
where lijk denotes the k-th bit value in the coded array of the optimization parameter. For example, when the optimization parameters, l11k, l22k, l12k, l13k, and l23k, are discretized and coded, each of E11, E22, G12, G13, and G23 becomes the k-th bit value of the Nij,b-bit array, respectively.

The chromosome array G, consisting of all database information of the optimization parameters, can be expressed in Eq. (2), which links the chromosome array to each of the optimization parameters. The total number of bits, N, of the chromosome array is expressed in Eq. (3).

(2) G=[L11,L22,L12,L13,L23]
(3) N=N11b+N22b+N12b+N13b+N23b

3.2 Fitness Assessment

Fitness is a quantitative index that indicates the proximity of the calculated natural frequency to the actual natural frequency when the material properties corresponding to individuals of each generation are reflected in the finite element model. A cost function was employed in this study to assess fitness, with lower costs representing higher fitness. The cost function J is expressed by Eq. (4) and was defined by considering the weight of the relative squared error for each natural frequency of the modal test and finite element analysis results (Zahari et al. 2016).

(4) J=i=1nWi(fifemfiexpfiexp)2
where fifem and fiexp, Wi, and n represent the i-th natural frequency derived from finite element analysis and modal test, weight for the -th natural frequency (“1” was applied as the weight in this study), and number of natural frequencies used in the optimization process, respectively. The natural frequency fiexp of the target beam model utilized the modal test results.

3.3 Discrete Genetic Algorithm Development

3.3.1 First generation construction

As illustrated in Fig. 4, the Npop populations that formulate the initial generation are generated as chromosome groups (G1, G2, ⋯ GNpop) with bit arrays. Each chromosome is randomly allocated with a bit value of “0” or “1.”

Fig. 4

Chromosome group for first generation

3.3.2 Elitist model

In the elitist model, the elitist chromosome group, which exhibits the best fitness in the present population is considered an individual of the next generation (Fig. 5). This approach is used to achieve quicker convergence by maintaining the properties of the individual that exhibits outstanding fitness in the previous generation.

Fig. 5

Elitist model

In this study, two individuals, exhibiting the best fitness in the present generation, are adopted as the first and second individuals in the next generation.

3.3.3 Selection phase

In the selection phase, chromosomes are selected from the present generation to generate chromosomes for the next generation population. Two of the most widely used selection methods are the roulette and tournament selections. The roulette selection increases selection probability based on the fitness proportion of each chromosome of the present population, whereas the tournament selection selects an individual with optimal fitness from a population of two randomly selected chromosomes in the present generation. This study adopted the tournament selection method, which is more straightforward than the roulette selection method.

3.3.4 Crossover phase

After selecting two chromosomes from the present population, chromosomal crossover was conducted to generate new genes for the next generation by exchanging the genetic materials of the selected specific chromosomes. The crossover process is carried out by exchanging preceding genes with following genes based on the random array reference point of chromosomes. Depending on the number of reference points, the crossover can be classified into one-point and multi-point crossovers. However, to avoid bias toward a certain solution and increase convergence, a probability of crossover was set, and a real value between “0” and “1” was randomly extracted before the crossover. Subsequently, if the extracted value is less than the specified probability of crossover, crossover is carried out, otherwise the selected chromosomes are transferred to the next generation population. In this study, one-point cross over was adopted, as shown in Fig. 6.

Fig. 6

One-point crossover

3.3.5 Mutation phase

The chromosomes that passed through selection and crossover phases were designed to induce mutation by intentionally altering the information of one or more genes. Mutations typically demonstrate the tendency of reducing the average fitness of the entire population, thus providing the effect that enables access to more diverse optimal solutions by implanting new information inside the chromosomes during the algorithm’s execution. However, if the probability of mutation for the chromosomes is set too high, there is a limitation of moving away from the optimal solution as the process is repeatedly iterated. Therefore, an appropriate mutation probability should be configured.

In this study, mutation was permitted for one gene of the chromosome alone, as shown in Fig. 7.

Fig. 7

Mutation

3.3.6 Convergence check

In the convergence check, the fitness of the new population with genes modified via crossover and mutation phases, was calculated. The algorithm was terminated if the calculated fitness was less than that of the previous generation or a maximum number of algorithm iterations was achieved. Otherwise, the process returned to the elitist model step and the entire process was repeated again.

4. Numerical Examples

4.1 Verification of the Finite Element Model Update Method

The feasibility of the inverse method on the material properties of the composite structure was evaluated by performing inverse operation on the material properties of an orthotropic beam. In general, cantilevered beam type specimens are widely used to determine the dynamic properties of structures. Therefore, a cantilevered orthotropic beam was selected as the target structure for verification. Natural frequencies corresponding to the exact solution were calculated after conducting modal analysis on the target structure. Table 1 summarizes the material properties of the target cantilevered orthotropic beam.The material direction was assumed to be longitudinal. The finite element model for the target structure was designed with 240 rectangular shell elements and 305 nodes (Fig. 8). The length, width, and thickness of the finite element model were 600, 40, and 10 mm, respectively while the clamp fixture boundary condition was applied to the 0–40 mm area in the longitudinal direction. The natural frequencies of the target structure were extracted for a total of six generations, from first to sixth, and the values obtained are summarized in Table 2 together with the mode shape information.

Material properties of cantilevered orthotropic beam

Fig. 8

Finite element model of the cantilevered orthotropic beam

Modal frequencies of cantilevered orthotropic beam

The inverse operation was performed to calculate the material properties of the target structure in reverse solely via the natural frequency information presented in Table 2. In this process, elastic moduli, E11 and E22, and shear modulus, G12, were selected as optimization parameters. Table 3 summarizes the ranges of material properties, as well as those of the discrete genetic algorithm parameters. The ranges were configured to include the material properties from Table 1. As a reference, 16 (4-bit) optimization parameter databases were configured for each parameter, and the moduli, G23 and G13 were fixed at 6.900E+09 N/m2. However, the number of individuals for each generation was set as 50, and the probabilities of crossover and mutation were set as 0.9 and 0.1, respectively. The convergence criteria were established by setting 1E-10 and 100 as the required cost and maximum number of iterations, respectively.

Material property ranges and indiscrete genetic algorithm parameters of cantilevered orthotropic beam

Fig. 9 presents a convergence plot graph illustrating the minimum cost function value for each generation. The sixth generation’s minimum cost function J converged to zero, and the material properties derived via the inverse method matched the material properties of Table 1 without displaying any error. This indicates that the material property inversion method implemented in this study was successfully executed.

Fig. 9

Convergence plot: generation vs. cost function value

4.2 Application to Cantilevered CFRP Beam

To evaluate the practical applicability of the proposed finite element model update method, the inverse operation was performed to calculate the material properties of a random composite beam. The target structure was a unidirectional CFRP specimen together with the cantilevered CFRP beams used in the study conducted by Hwang et al. (2018). The specimen’s specifications and fixing methods are similar to those used in numerical analysis model presented in Section 4.1.

As shown in Fig. 10, the natural frequencies of the target structure corresponding to the exact solution were calculated via a modal test using an impact hammer. The natural frequencies obtained from the first to fourth generations were 50.87 Hz (1st vertical bending), 255.30 Hz (1st twisting), 273.72 Hz (1st lateral bending), and 326.65 Hz (2nd vertical bending), respectively (Hwang et al., 2018).

Fig. 10

Modal test of the cantilevered CFRP beam (Hwang et al., 2018)

Elastic moduli, E11, and E22, and shear moduli, G12, G13, and G23, were selected as optimization parameters. Table 4 summarizes the ranges of the material properties, as well as those of the discrete genetic algorithm parameters. As a reference, the number of discrete data for the elastic moduli, E11 and E22, was set to 64 (6-bit) and 32 (5-bit), respectively, and the number of discrete data for the shear moduli was set to 8 (3-bit). However, the number of individuals for each generation was set to 40, and the probabilities of crossover and mutation were set to 0.9 and 0.1, respectively, same as that of the previous section. The convergence criteria were established by setting 1E-6 as the required cost and 50 as the maximum number of iterations.

Material property ranges and indiscrete genetic algorithm parameters of cantilevered CFRP beam

Fig. 11 presents a convergence plot graph showing the function values of the minimum cost for each generation in the optimization process. As illustrated, the required cost was not fulfilled until the vertical bending (3rd) maximum number of iterations. The final cost function value obtained is 6.904E-4 and Table 5 summarizes the final material properties of the orthotropic beam, which are the target optimization parameters.

Fig. 11

Convergence plot (cantilevered CFRP beam): generation vs. cost function value

Estimated material properties of the cantilevered CFRP beam

Table 6 summarizes the comparison of natural frequencies measured via the modal test on the target orthotropic beam model, as well as the natural frequencies obtained from the updated finite element model. Additionally, the table presents the fifth and sixth natural frequencies obtained using the finite element model, as well as the first to sixth mode shapes. As presented in Table 7, the results obtained from the experiment and numerical estimation agreed optimally. Accordingly, via the updated finite element model, auxiliary information, such as high-order natural frequencies and mode shapes, can be estimated, as well as the material properties of the target structure.

Modal frequencies and shapes of the cantilevered CFRP beam

5. Conclusions

This study proposed a finite element model update method, comprising processes of optimization parameter selection, finite element model development, and finite element model update, which was adopted to calculate the equivalent material properties of a target structure via the natural frequencies of a CFRP ship or structure. Additionally, an optimization technique was applied, in which the material properties of the target structure were iteratively updated such that the finite element model yielded natural frequencies of the pre-analysis or actual-measured values. A discrete genetic algorithm was utilized as the optimization technique. After which, a numerical analysis was conducted on a hypothetical cantilevered orthotropic beam structure to evaluate the validity of the proposed update om the finite element model. Consequently, it was inferred that the estimated material properties were consistent with the measured material properties of the target structure. Furthermore, a finite element model that yields values similar to that of the actual-measured natural frequencies was derived by performing numerical analysis on the cantilevered CFRP beam with unknown material properties. Finally, the feasibility of the proposed update on the finite element model was verified by estimating the high-order natural frequencies and mode shapes using the derived finite element model.

References

Chen NZ, Sun HH, Carlos GS. 2003;Reliability Analysis of a Ship Hull in Composite Material. Composite Structures 62:59–66. https://doi.org/10.1016/S0263-8223(03)00084-9 .
JASTRA Channel. 2020. Digital Twin for Ship Structures. Retrieved May 2020 from https://www.youtube.com/watch?v=lCZ2faRyfA8 .
Giagopoulos D, Ntotsios E, Papadimitriou E, Natsiavas S. 2009. Finite Element Model Updating of an Experimental Vehicle Model Using Measured Modal Characteristics. In : Proceedings of 2nd ECCOMAS Thematic Conference on Computational Methods in Structural Dynamics and Earthquake Engineering (COMPDYN 2009). Rhodes, Greece. p. 768–780. https://hdl.handle.net/2134/10772 .
Hofmeister B, Bruns M, Rolfes M. 2019;Finite Element Model Updating Using Deterministic Optimisation: A Global Pattern Search Approach. Engineering Structures 195:373–381. https://doi.org/10.1016/j.engstruct.2019.05.047 .
Hwang JY, Kim K, Lee KH, Cho DS, Choi T, Kim JH, Shin SY. 2018. Modal Property Evaluation of Cantilever CFRP Beams with Different Lay-up Orientation. In : Proceedings of KAOSTS 2018. Jeju, South Korea. p. 772–775.
Lee HS, Song MC, Suh JC, Chang BJ. 2014;Hydro-elastic Analysis of Marine Propellers Based on a BEM-FEM Coupled FSI Algorithm. International Journal of Naval Architecture and Ocean Engineering 6(3):562–577. https://doi.org/10.2478/IJNAOE-2013-0198 .
Oh DK, Lee CW, Jeong UC, Ryu CH. 2013;A Study on the Basic Design and its Characteristics of 50 ft-class CFRP Cruise Boat. Journal of the Korean Society of Marine Environment and Safety 19(6):674–680. https://doi.org/10.7837/kosomes.2013.19.6.674 .
Weitzenböck JR, Hayman B, Hersvik G, McGeorge D, Noury P, Hill DM, Echtermeyer A. 2010. Application of Composites in Ships and Offshore - A Review and Outlook. In : In Royal Institution of Naval Architects - International Conference on Marine and Offshore Composites 2010. London, United Kingdom. p. 1–39.
Zahari SN, Zakaria AAR, Sani MSM, Zaman I. 2016;A Review on Model Updating of Joint Structure for Dynamic Analysis Purpose. The 3rd International Conference on Mechanical Engineering Research (ICMER 2015) 74:00023. https://doi.org/10.1051/matecconf/20167400023 .

Article information Continued

Fig. 1

Finite element model update process applying an optimization algorithm

Fig. 2

Example of finite element model of an orthotropic beam: an MSC/NASTRAN input file (bdf-file) and external file for defining the material properties

Fig. 3

Process of finite element model update via discrete genetic algorithm

Fig. 4

Chromosome group for first generation

Fig. 5

Elitist model

Fig. 6

One-point crossover

Fig. 7

Mutation

Fig. 8

Finite element model of the cantilevered orthotropic beam

Fig. 9

Convergence plot: generation vs. cost function value

Fig. 11

Convergence plot (cantilevered CFRP beam): generation vs. cost function value

Table 1

Material properties of cantilevered orthotropic beam

Material property Value
Elastic modulus (N/m2) E11 138.0E+09
E22 10.40E+09
Poisson’s ratio ν12 0.29
Shear modulus (N/m2) G12 6.900E+09
G13 6.900E+09
G23 6.900E+09
Density (kg/m3) ρ 1,590

Table 2

Modal frequencies of cantilevered orthotropic beam

Order Natural frequency (Hz) Mode shape
1 45.62 vertical bending (1st)
2 187.61 lateral bending (1st)
3 284.69 vertical bending (2nd)
4 422.27 twisting (1st)
5 789.60 vertical bending (3rd)
6 1044.78 lateral bending (2nd)

Table 3

Material property ranges and indiscrete genetic algorithm parameters of cantilevered orthotropic beam

Parameter name Value
Elastic modulus (N/m2) E11 1.300E+11∼1.450E+11 (4-bit)
E22 1.000E+10∼1.280E+10 (4-bit)
Poisson’s ratio ν12 0.29
Shear modulus (N/m2) G12 6.000E+09∼7.500E+09 (4-bit)
G13 6.900E+09
G23 6.900E+09
Density (kg/m3) ρ 1,590
Number of population, Npop 50
Probability of crossover 0.9
Probability of mutation 0.1
Convergence criteria 1E-6
Maximum number of iteration 100

Table 4

Material property ranges and indiscrete genetic algorithm parameters of cantilevered CFRP beam

Parameter name Value
Elastic modulus (N/m2) E11 1.000E+11∼4.150E+11 (6-bit)
E22 2.000E+09∼2.000E+11 (5-bit)
Poisson’s ratio ν12 0.28
Shear modulus (N/m2) G12 1.000E+09∼8.000E+09 (3-bit)
G13 1.000E+09∼8.000E+09 (3-bit)
G23 1.000E+09∼8.000E+09 (3-bit)
Density (kg/m3) ρ 1,590
Number of population, Npop 40
Probability of crossover 0.9
Probability of mutation 0.1
convergence criteria 1E-6
Max. number of interation 50

Table 5

Estimated material properties of the cantilevered CFRP beam

Optimization parameter Final value
Elastic modulus (N/m2) E11 3.3E+11
E22 4.0E+10
Shear modulus (N/m2) G12 4.0E+09
G13 8.0E+09
G23 7.0E+09

Table 6

Modal frequencies and shapes of the cantilevered CFRP beam

Order Natural frequency (Hz) Mode Shape
Experiment Numerical
1 50.87 51.05 vertical bending (1st)
2 255.30 256.52 twisting (1st)
3 273.72 272.44 lateral bending (1st)
4 326.65 318.43 vertical bending (2nd)
5 - 812.75 twisting (2nd)
6 - 882.51 vertical bending (3rd)