Open Access
ARTICLE
Quantifying Uncertainty in Dielectric Solids’ Mechanical Properties Using Isogeometric Analysis and Conditional Generative Adversarial Networks
1 College of Civil Engineering & Architecture, Dalian University, Dalian, 116622, China
2 Research Center for Geotechnical and Structural Engineering Technology of Liaoning Province, Dalian University, Dalian, 116622, China
* Corresponding Author: Xiaodong Zhao. Email:
Computer Modeling in Engineering & Sciences 2024, 140(3), 2587-2611. https://doi.org/10.32604/cmes.2024.052203
Received 26 March 2024; Accepted 20 May 2024; Issue published 08 July 2024
Abstract
Accurate quantification of the uncertainty in the mechanical characteristics of dielectric solids is crucial for advancing their application in high-precision technological domains, necessitating the development of robust computational methods. This paper introduces a Conditional Generation Adversarial Network Isogeometric Analysis (CGAN-IGA) to assess the uncertainty of dielectric solids’ mechanical characteristics. IGA is utilized for the precise computation of electric potentials in dielectric, piezoelectric, and flexoelectric materials, leveraging its advantage of integrating seamlessly with Computer-Aided Design (CAD) models to maintain exact geometrical fidelity. The CGAN method is highly efficient in generating models for piezoelectric and flexoelectric materials, specifically adapting to targeted design requirements and constraints. Then, the CGAN-IGA is adopted to calculate the electric potential of optimum models with different parameters to accelerate uncertainty quantification processes. The accuracy and feasibility of this method are verified through numerical experiments presented herein.Keywords
Recent advances in finite element methods have explored uncertainties in piezoelectric materials [1,2]. However, these methods struggle with efficiency and computational demand. Our study introduces a novel approach that integrates Isogeometric Analysis (IGA) and Conditional Generative Adversarial Networks (CGAN), enhancing both accuracy and computational efficiency. This consolidation addresses critical gaps in current research methodologies and offers a robust solution for piezoelectric material applications. Piezoelectric materials, as the most common material in dielectric solids, are widely used in automotive sensors, actuators, transducers, and active damping devices [3,4]. These materials possess a remarkable capability: converting mechanical energy into electrical energy, and vice versa, is a distinctive trait. This unique quality makes piezoelectric materials highly desirable for the development of intelligent structures in industries such as medical, military, scientific, and industrial applications [5–7]. Among piezoelectric materials, some exhibit significant strain gradients called flexoelectric materials [8,9]. These materials require to consider the coupled effects of displacement and electric potential, and it is difficult to obtain an analytical solution [10]. Thus, the numerical analysis for dielectric solids is needed to obtain their mechanical responses.
Scholars have increasingly focused on the IGA approach because it can simplify meshing complexities while maintaining computational accuracy, as cited in [11]. Utilizing non-uniform rational B-spline (NURBS) basis functions, this technique discretizes partial differential equations, thus enabling direct numerical analysis using computer-aided design (CAD) models [12–14]. Since its inception, IGA has found widespread application across various engineering fields, such as electromagnetics, fluid flow, elasticity, acoustics [15–17], and optimization [18–21]. Establishment of models using boundary elements has been helpful for the development of finite element models [22,23]. Notably, Jahanbin has made valuable contributions to stochastic isogeometric analysis (SIGA), specifically in the uncertainty quantification for high-dimensional linear elasticity functions. Another notable contribution comes from Liu et al. [24], a novel approach was introduced by researchers to tackle real-world engineering challenges through SIGA, employing reduced basis vectors. The efficiency of IGA in tackling flexoelectric challenges has been evidenced [25]. With its ability to meet the
In the realm of numerical analysis for piezoelectric and flexoelectric solids, most studies are focused on deterministic parameters [26–30]. However, practical engineering applications often involve input parameters with high levels of uncertainty [31,32]. The goal of engineering uncertainty quantification is to accurately depict the statistical attributes of the system’s response through an examination of the uncertainties linked to input parameters within the model [33–36]. Diverse approaches, including Monte Carlo simulation (MCs), stochastic spectral methodologies, and perturbation techniques [37,38], are utilized in uncertainty analysis to quantify statistical properties such as mean and standard deviation of system responses [39]. Traditional MCs necessitate a substantial number of samples and model observations, posing challenges in efficiently addressing uncertainties, particularly in handling complex problems. To tackle these challenges, surrogate models [40,41] offer alternatives to complex analytical or computational models. These surrogate models establish input-output relationships using basic polynomial functions, offering model observations at a reasonable computational expense. Developing an appropriate surrogate model allows for efficient uncertainty quantification, overcoming the limitations of conventional calculations.
Originally proposed by Goodfellow et al. [42], Generative Adversarial Networks (GAN) is a machine learning technique. GAN can autonomously learn the distribution characteristics of real data without supervision, which is an important achievement of combining deep learning and probability. The primary objective of GAN is to iteratively train and optimize an objective function, ensuring that the distribution of generated data aligns with that of real data. However, GAN suffers from a limitation in controlling the output of the generative network. For instance, when working with the MINIST dataset consisting of handwritten digits from zero to nine, GAN may generate any digit as the output without predictability. This lack of control hampers the practical applicability of GAN in real-world scenarios. To address this issue, the CGAN is required [43–45]. CGAN incorporates a conditional variable that allows for controlling the behavior of the generative network, enabling output constraint to a user-specified distribution and enhancing stability [46]. The adversarial training in CGAN not only produces accurate and realistic images but also facilitates learning the relationships between data. CGAN has found applications in various fields, including image synthesis for generating new images with specific attributes [47], data augmentation to improve machine learning model performance, style transfer for applying the style of one image to another, and text-to-image synthesis based on textual descriptions. In addition, the CGAN is also employed in various fields, such as DCGAN [48] and DAGAN [49], and others [50–52].
The main contributions of this paper include:
1. The first application of CGAN technology to IGA for quantifying the uncertainty in piezoelectric materials, significantly enhances computational efficiency.
2. Empirical validation that our method can maintain high computational accuracy while significantly reducing the number of computational samples required.
3. A proposed method for optimizing model parameters, effectively improving the model’s stability and reliability in practical applications.
The organization of this study is as follows: In Section 2, a concise introduction to the theory of CGAN and its application to optimization problems is presented. Sections 3 and 4 introduce the governing equations for piezoelectric and flexoelectric problems, respectively, and outline the basic principles of IGA. Subsequently, Section 5 utilizes two numerical examples to confirm the effectiveness of the IGA and CGAN methods in quantifying the uncertainty of mechanical properties in dielectric solids, followed by Section 6 conclusions.
2 CGAN Basic Theory and Optimization Problem
CGAN has shown remarkable achievements in various fields, including image generation, image editing, and deep learning. The success of CGANs lies in the concept of adversarial loss, this effectively ensures that the generated data closely resembles real data in practical terms. Such capability proves particularly advantageous for tasks related to data generation, which is often the objective of computer graphics designs. This paper utilizes CGANs to learn data mapping, facilitating the generation of data that closely resembles real data in practical terms.
Fig. 1 presents the CGAN model, which is built upon the core concept of Nash equilibrium derived from game theory. It mainly consists of two network structures, G and D, which can be regarded as players in the game. G’s function is to learn data distribution features from real data as much as possible, and then generate false data that may confuse the discriminator. The primary role of the discriminator is to accurately differentiate real and synthesized data, thus effectively discerning the origin of the dataset. To outperform each other, both the generator and discriminator must continuously enhance and optimize their abilities. This iterative process of improvement and optimization in CGAN aims to achieve a Nash equilibrium between the two components.
For the generation model G, its input is random noise z and corresponding conditional information y, and its output is generated sample similar to real data distribution. The model D, known as the discriminator, is specifically crafted to process real data x, corresponding conditional information
where
Next, the neural networks of the G and D will briefly be introduced. The schematic diagram of the fully connected neural network is shown in Fig. 2a, the input vector x=
also written as:
where 1
where
where
CGAN is used as an effective sample collection method to accelerate the uncertainty quantification in piezoelectric and flexoelectric problems. This method establishes a surrogate model by training CGANs, thereby avoiding a large amount of duplicate calculations. Additionally, due to the diversity of CGAN-generated data, the established proxy model is also utilized to solve optimization problems. For instance:
where
Following this, via a neural network, a mapping model from the set x=
where
Leveraging the neural networks’ mapping capabilities enables the expansion of the initial sample to reach a broader scope.
where
3 Theory of Multiphysics Problems
3.1 Theory of Piezoelectricity
In piezoelectric issues, the enthalpy density is usually defined in the following manner:
where
The surface force components
3.2 Theory of Flexoelectricity
The enthalpy density of dielectric solids, exhibiting flexoelectric effects, depends on both the gradient of strain and the gradient of electric field. This mathematical expression can be articulated as:
where the fourth-order direct flexoelectric tensor is denoted by
where
Comparing Eqs. (15) and (18), it can be seen that the enthalpy density for the flexoelectric problems is similar to the piezoelectric problems. Hence, a corresponding weak formulation of the governing equation for flexoelectric issues can be derived as follows:
For more details refer to the work of Ghasemi et al. [53].
4 IGA Discretization of Multiphysics Problems
The set of B-spline basis functions
The B-spline surface is defined by the parameter coordinate
The univariate B-spline basis functions of order
and
where
The displacement coefficients for set
and
where the subscript
For piezoelectric problems, the second terms are not contained in Eqs. (27) and (28) and the elastic, piezoelectric, and dielectric matrices are:
For flexoelectric problems, considering the plane strain hypothesis, thus the elastic matrix can be expressed as:
The variable Y signifies Young’s modulus, while
IGA provides a robust framework for both shape optimization and uncertainty quantification by utilizing NURBS for geometry representation. This integration allows for precise control over geometry, facilitating efficient shape modifications and accurate evaluation of performance metrics. Uncertainty quantification involves assessing the impact of input parameter uncertainties on the model’s output to ensure the robustness and reliability of the results.
In the following section, the accuracy verification is conducted for the proposed method using two numerical examples. Primarily, uncertainty quantification is utilized to analyze the impact of material parameters on the electric potential of the model. Subsequently, a shape optimization example is introduced where the maximum electric potential of the model is chosen as the optimization objective. The goal is to identify the shape when the electric potential of the model is maximum. Finally, the CGAN is employed to establish a correlation between the material parameters and the electric potential of the optimal model to perform uncertainty quantification for optimal models under uncertain conditions.
5.1 Piezoelectric Clamped Tapered Panel
5.1.1 The Static Analysis Focuses on Clamped Tapered Panels with Piezoelectric Properties
This section focuses on performing a static analysis of the clamped tapered panel depicted in Fig. 5. The left boundary of the tapered piezoelectric panel was secured, while the right boundary experienced a distributed load. Additionally, the bottom edge was set to have a zero electric potential. The boundary conditions are chosen to be similar to the cantilever structure. The model is built using Lead Zirconate Titanate-4 (PZT-4) piezoelectric material, with the specific material parameters listed in Table 1. Additionally, a zero electric potential is assigned to the lower surface. IGA employs NURBS functions from CAD as shape functions, which can accurately represent geometric models. Using
Fig. 6 illustrates the electric potential distribution of a clamped tapered panel, taking into account piezoelectric effects, alongside the
5.1.2 Verification of CGAN Method in Piezoelectric Problems
In the subsequent section, the model discussed earlier is adopted to validate the efficacy of the CGAN method. The random input variables examined are the elastic constant
Tables 2 and 3 present details of input parameters. Using the
The predicted results for both the “1-D” and “2-D” analyses can be observed in Figs. 7–9. The consistency between the results derived from the CGAN method and those from IGA is evident. The results obtained from CGAN-IGA demonstrate the effectiveness of CGAN as a sample extension method, indicating its capability to effectively predict the response of piezoelectric problems.
5.1.3 Uncertainty Quantification Based on Optimal Clamped Tapered Panel Model under Uncertain Parameters
In this section, the shape optimization analysis of the model in Section 5.1.1 is performed using different parameters to obtain the optimal models that maximize the electric potential. Then, the electric potential variations are examined for the optimized model under uncertain parameters. Precisely, the initial sample is computed based on the parameters outlined in the preceding section. Consequently, a dataset with a size of 100
To perform shape optimization, adjustments are made to the coordinates of the control points located at the top and bottom of the right edge of the model, enabling variations within a range of 10%. To obtain samples, the Latin hypercube sampling is adopted. Later, to verify the fitting capability of CGAN, the tests on the dataset are performed. To optimize the shape of the model using uncertainty parameters, each adjustment in the parameters undergoes a shape optimization process. However, when the coefficient of variation is 0.02, the influence of random variables on electric potential is insignificant. Hence, to conserve computational resources, the shape optimization analysis is performed on uncertain parameters using a coefficient of variation of 0.02. The objective of this analysis was to investigate how alterations in shape affect the electric potential. The optimal shape coordinates are derived by leveraging predictive models and incorporating uncertainty parameters. Additionally, the sample set from 100 to 2000 samples is expanded to conduct a more comprehensive analysis. Table 4 shows the improvement of maximum electric potential before and after optimization. In Table 4,
5.2 Flexoelectric Truncated Pyramid
5.2.1 Static Analysis of Truncated Pyramid
The truncated pyramid model is often used model in flexoelectric problems because the model can generate significant strain gradients under excitation. Therefore, the model selected for examination in this section is the one depicted. The meshing of the truncated pyramid model, depicted in Fig. 11, is shown. The bottom edge of the pyramid remains stationary, while a consistent force with strength F acts upon its top edge. Table 6 provides the material parameters and dimensions used in the model. By using the IGA method, the electric potential is obtained as shown in Fig. 12.
5.2.2 Verification of CGAN Method in Flexoelectric Problems
The verification process for the CGAN method in flexoelectric problems is carried out similarly to the previous example. Second-order NURBS basis functions were used for flexoelectric material examples to enhance the geometric representation and solution continuity. Selected randomly as input parameters are Young’s modulus denoted as Y and a force uniformly distributed, labeled as F. The range of variation and statistical characteristics of these parameters are presented in Tables 7 and 8. The designated output variable is the maximum electric potential observed at the lower edge.
Fig. 13 illustrates a comparison of the electric potential produced by the material under excitation, demonstrating outcomes from both CGAN and IGA methods. Young’s modulus is utilized as a stochastic input parameter for uncertainty quantification purposes. The comparison results demonstrate the agreement between the results obtained from IGA and CGAN simulations, indicating the effectiveness of the algorithm. Moreover, the results present the significant role played by Young’s modulus in determining the potential generated by material excitation. The observed discrepancy can be ascribed to the impact of Young’s modulus on the structural stiffness, consequently influencing the resulting electric potential. A comparative analysis of the electric potential, derived from both CGAN and IGA approaches, is illustrated in Fig. 14, considering a uniformly distributed force as a stochastic parameter. The graph illustrates a rise in the electric potential’s intensity with the increase in the uniformly distributed force. In this analysis, both Young’s modulus and the uniformly distributed force are treated as stochastic input parameters. To delve deeper into the mechanical characteristics of flexoelectric material, Fig. 15 illustrates the comparative outcomes of CGAN and IGA. Significantly, CGAN exhibits the ability to establish a surrogate model concerning mechanical characteristics, even when dealing with a limited dataset, thereby guaranteeing accuracy in computations. This distinguishing feature distinguishes CGAN from conventional uncertainty quantification techniques, such as MCs.
5.2.3 Uncertainty Quantification Based on Optimal Truncated Pyramid Model under Uncertain Parameters
Similar to Section 5.1.3, the influence of parameter variations on the shape of the flexoelectric model is investigated using Young’s modulus Y and uniformly force F in this section to obtain the optimal model. Subsequently, the optimal model is employed to perform uncertainty quantification. To be specific, adjustments are made to the horizontal coordinates of control points along the left and right edges of the truncated pyramid model, within a 20
To verify the generalization ability of CGAN, 80
This research introduces the CGAN-IGA method, a novel computational framework integrating IGA with CGAN, for optimizing the shapes of dielectric solids and quantifying their mechanical uncertainties. Key outcomes of our study include:
1. Efficiency and Accuracy: IGA’s integration minimizes repetitive meshing, significantly enhancing the efficiency and accuracy of the computational processes involved in uncertainty quantification.
2. Optimization Acceleration: By incorporating CGAN, the optimization and uncertainty quantification processes under uncertain parameters are expedited, demonstrating a leap in computational speed and reliability.
3. Empirical Validation: The CGAN-IGA approach has been rigorously tested through several numerical examples, validating its accuracy and confirming its robustness for practical applications.
To address these limitations and further advance the field, subsequent research will focus on:
1. Enhancing Analytical Techniques: More sophisticated methods will be developed for analyzing materials that exhibit complex behavior due to multidimensional variable influences.
2. Advancing Surrogate Model Accuracy: Cutting-edge deep-learning strategies will be explored to refine the accuracy and stability of surrogate models, thereby enhancing the dependability of uncertainty quantification efforts.
These initiatives are expected to refine the methodology and extend its applicability to more complex systems, thereby enriching the tools available for materials science and engineering research.
Acknowledgement: The authors wish to express their appreciation to the reviewers for their helpful suggestions which greatly improved the presentation of this paper.
Funding Statement: The authors received no specific funding for this study.
Author Contributions: The authors confirm contribution to the paper as follows: study conception and design: Shuai Li, Xiaodong Zhao; data collection: Shuai Li, Xiaodong Zhao; analysis and interpretation of results: Shuai Li, Jinghu Zhou; draft manuscript preparation: Shuai Li, Xiyue Wang. All authors reviewed the results and approved the final version of the manuscript.
Availability of Data and Materials: All datasets mentioned in the manuscript are included.
Conflicts of Interest: The authors declare that they have no conflicts of interest to report regarding the present study.
References
1. George SP, Isaac J, Philip J. Coupled field analysis of piezoelectric materials for sensor and actuator applications using finite element method. Mater Today Proc. 2022;59(1–3):1202–10. doi:10.1016/j.matpr.2022.03.422. [Google Scholar] [CrossRef]
2. Swain PR, Dash P, Singh BN. Stochastic nonlinear bending analysis of piezoelectric laminated composite plates with uncertainty in material properties. Mech Based Des Struct Mach. 2021;49(2):194–216. doi:10.1080/15397734.2019.1674663. [Google Scholar] [CrossRef]
3. Abuzaid A, Hrairi M, Shaik Dawood M. Survey of active structural control and repair using piezoelectric patches. In: Actuators. Basel, Switzerland: MDPI; 2015. vol. 4, p. 77–98. [Google Scholar]
4. Aabid A, Raheman MA, Ibrahim YE, Anjum A, Hrairi M, Parveez B, et al. A systematic review of piezoelectric materials and energy harvesters for industrial applications. Sensors. 2021;21(12):4145. doi:10.3390/s21124145. [Google Scholar] [PubMed] [CrossRef]
5. Hooper TE, Roscow JI, Mathieson A, Khanbareh H, Goetzee-Barral AJ, Bell AJ. High voltage coefficient piezoelectric materials and their applications. J Eur Ceram Soc. 2021;41(13):6115–29. doi:10.1016/j.jeurceramsoc.2021.06.022. [Google Scholar] [CrossRef]
6. Watson BHIII, Brova MJ, Fanton M, MeyerJr RJ, Messing GL. Textured Mn-doped PIN-PMN-PT ceramics: harnessing intrinsic piezoelectricity for high-power transducer applications. J Eur Ceram Soc. 2021;41(2):1270–9. doi:10.1016/j.jeurceramsoc.2020.07.071. [Google Scholar] [CrossRef]
7. Micheal A, Bahei-El-Din YA. Implementation of multiscale mechanisms in finite element analysis of active composite structures. J Compos Mater. 2022;56(13):2129–44. doi:10.1177/00219983221082492. [Google Scholar] [CrossRef]
8. Majdoub M, Sharma P, Cagin T. Enhanced size-dependent piezoelectricity and elasticity in nanostructures due to the flexoelectric effect. Phys Rev B. 2008;77(12):125424. doi:10.1103/PhysRevB.77.125424. [Google Scholar] [CrossRef]
9. Yudin P, Tagantsev A. Fundamentals of flexoelectricity in solids. Nanotechnology. 2013;24(43):432001. doi:10.1088/0957-4484/24/43/432001. [Google Scholar] [PubMed] [CrossRef]
10. Li H, Zhao J, Guo X, Cheng Y, Xu Y, Yuan X. Sensitivity analysis of flexoelectric materials surrogate model based on the isogeometric finite element method. Front Phys. 2022;10:1343. doi:10.3389/fphy.2022.1111159. [Google Scholar] [CrossRef]
11. Yu D, Wang S, Li W, Yang Y, Hong J. Shape sensing for thin-shell spaceborne antennas with adaptive isogeometric analysis and inverse finite element method. Thin-Walled Struct. 2023;192:111154. doi:10.1016/j.tws.2023.111154. [Google Scholar] [CrossRef]
12. Chen L, Wang Z, Lian H, Ma Y, Meng Z, Li P, et al. Reduced order isogeometric boundary element methods for CAD-integrated shape optimization in electromagnetic scattering. Comput Methods Appl Mech Eng. 2024;419:116654. [Google Scholar]
13. Hughes TJ, Cottrell JA, Bazilevs Y. Isogeometric analysis: CAD, finite elements, NURBS, exact geometry and mesh refinement. Comput Methods Appl Mech Eng. 2005;194(39–41):4135–95. [Google Scholar]
14. Schillinger D, Dede L, Scott MA, Evans JA, Borden MJ, Rank E, et al. An isogeometric design-through-analysis methodology based on adaptive hierarchical refinement of NURBS, immersed boundary methods, and T-spline CAD surfaces. Comput Methods Appl Mech Eng. 2012;249:116–50. [Google Scholar]
15. Chen L, Zhao J, Lian H, Yu B, Atroshchenko E, Li P. A BEM broadband topology optimization strategy based on Taylor expansion and SOAR method–Application to 2D acoustic scattering problems. Int J Numer Meth Eng. 2023;124(23):5151–82. [Google Scholar]
16. Venås JV, Kvamsdal T. Isogeometric boundary element method for acoustic scattering by a submarine. Comput Methods Appl Mech Eng. 2020;359:112670. [Google Scholar]
17. Wu Y, Dong C, Yang H. Isogeometric FE-BE coupling approach for structural-acoustic interaction. J Sound Vib. 2020;481(5):115436. doi:10.1016/j.jsv.2020.115436. [Google Scholar] [CrossRef]
18. Wang Y, Liao Z, Shi S, Wang Z, Poh LH. Data-driven structural design optimization for petal-shaped auxetics using isogeometric analysis. Comput Model Eng Sci. 2020;122(2):433–58. doi:10.32604/cmes.2020.08680. [Google Scholar] [CrossRef]
19. Zhang K, Cheng G. Structural topology optimization with four additive manufacturing constraints by two-phase self-supporting design. Struct Multidiscip Optim. 2022;65(11):339. doi:10.1007/s00158-022-03366-y. [Google Scholar] [CrossRef]
20. Cao G, Yu B, Chen L, Yao W. Isogeometric dual reciprocity BEM for solving non-Fourier transient heat transfer problems in FGMs with uncertainty analysis. Int J Heat Mass Transfer. 2023;203(6):123783. doi:10.1016/j.ijheatmasstransfer.2022.123783. [Google Scholar] [CrossRef]
21. Chen L, Lian H, Liu Z, Gong Y, Zheng C, Bordas S. Bi-material topology optimization for fully coupled structural-acoustic systems with isogeometric FEM-BEM. Eng Anal Bound Elem. 2022;135(1):182–95. doi:10.1016/j.enganabound.2021.11.005. [Google Scholar] [CrossRef]
22. Zhang S, Yu B, Chen L. Non-iterative reconstruction of time-domain sound pressure and rapid prediction of large-scale sound field based on IG-DRBEM and POD-RBF. J Sound Vib. 2024;573:118226. doi:10.1016/j.jsv.2023.118226. [Google Scholar] [CrossRef]
23. Chen L, Lian H, Dong H, Yu P, Jiang S, Bordas SP. Broadband topology optimization of three-dimensional structural-acoustic interaction with reduced order isogeometric FEM/BEM. J Comput Phys. 2024;509(9):113051. doi:10.1016/j.jcp.2024.113051. [Google Scholar] [CrossRef]
24. Liu Z, Yang M, Cheng J, Tan J. A new stochastic isogeometric analysis method based on reduced basis vectors for engineering structures with random field uncertainties. Appl Math Model. 2021;89(1–2):966–90. doi:10.1016/j.apm.2020.08.006. [Google Scholar] [CrossRef]
25. Ghasemi H, Park HS, Alajlan N, Rabczuk T. A computational framework for design and optimization of flexoelectric materials. Int J Comput Methods. 2020;17(1):1850097. doi:10.1142/S0219876218500974. [Google Scholar] [CrossRef]
26. Abdollahi A, Peco C, Millan D, Arroyo M, Arias I. Computational evaluation of the flexoelectric effect in dielectric solids. J Appl Phys. 2014;116(9):435. doi:10.1063/1.4893974. [Google Scholar] [CrossRef]
27. Liu TW, Bai JB, Xi HT, Fantuzzi N. A curved bistable composite slit tube for deployable membrane structures. Compos Commun. 2023;41(12):101648. doi:10.1016/j.coco.2023.101648. [Google Scholar] [CrossRef]
28. Ahmadpoor F, Sharma P. Flexoelectricity in two-dimensional crystalline and biological membranes. Nanoscale. 2015;7(40):16555–70. doi:10.1039/C5NR04722F. [Google Scholar] [PubMed] [CrossRef]
29. Qu Y, Guo Z, Zhang G, Gao XL, Jin F. A new model for circular cylindrical Kirchhoff-Love shells incorporating microstructure and flexoelectric effects. J Appl Mech. 2022;89(12):121010. doi:10.1115/1.4055658. [Google Scholar] [CrossRef]
30. Avey M, Fantuzzi N, Sofiyev A, Zamanov A, Hasanov Y, Schnack E. Buckling behavior of multilayer cylindrical shells composed of functionally graded nanocomposite layers under lateral pressure in thermal environments. Compos Part C: Open Access. 2023;12(9):100417. doi:10.1016/j.jcomc.2023.100417. [Google Scholar] [CrossRef]
31. Pu H, Xu Y, Huo Y. Analysis of the effect of nominal electric field strength and axial constraint on electric-field-induced bending of dielectric liquid crystal elastomers. Chin Q Mech. 2022;43(4):751. [Google Scholar]
32. Shen X, Du C, Jiang S, Zhang P, Chen L. Multivariate uncertainty analysis of fracture problems through model order reduction accelerated SBFEM. Appl Math Model. 2024;125(3–4):218–40. doi:10.1016/j.apm.2023.08.040. [Google Scholar] [CrossRef]
33. Zuo G, Hou L, Lin R, Ren S, Chen Y. Combination resonance and primary resonance characteristics of a dual-rotor system under the condition of the synchronous impact of the inter-shaft bearing. Sci Rep. 2023;13(1):1153. doi:10.1038/s41598-023-27922-8. [Google Scholar] [PubMed] [CrossRef]
34. Fantuzzi N, Vidwans A, Dib A, Trovalusci P, Agnelli J, Pierattini A. Flexural characterization of a novel recycled-based polymer blend for structural applications. In: Structures. Amsterdam, Netherlands: Elsevier; 2023. vol. 57, p. 104966. [Google Scholar]
35. Chen L, Cheng R, Li S, Lian H, Zheng C, Bordas SP. A sample-efficient deep learning method for multivariate uncertainty qualification of acoustic-vibration interaction problems. Comput Methods Appl Mech Eng. 2022;393(5):114784. doi:10.1016/j.cma.2022.114784. [Google Scholar] [CrossRef]
36. Chen L, Lian H, Natarajan S, Zhao W, Chen X, Bordas S. Multi-frequency acoustic topology optimization of sound-absorption materials with isogeometric boundary element methods accelerated by frequency-decoupling and model order reduction techniques. Comput Methods Appl Mech Eng. 2022;395(4):114997. doi:10.1016/j.cma.2022.114997. [Google Scholar] [CrossRef]
37. Jahanbin R, Rahman S. Stochastic isogeometric analysis in linear elasticity. Comput Methods Appl Mech Eng. 2020;364(4):112928. doi:10.1016/j.cma.2020.112928. [Google Scholar] [CrossRef]
38. Sun K, Liang Y, Cheng G. Sensitivity analysis of discrete variable topology optimization. Struct Multidiscip Optim. 2022;65(8):216. doi:10.1007/s00158-022-03321-x. [Google Scholar] [CrossRef]
39. Chen L, Lian H, Xu Y, Li S, Liu Z, Atroshchenko E, et al. Generalized isogeometric boundary element method for uncertainty analysis of time-harmonic wave propagation in infinite domains. Appl Math Model. 2023;114(39–41):360–78. doi:10.1016/j.apm.2022.09.030. [Google Scholar] [CrossRef]
40. Liu T, Bai J, Fantuzzi N. Analytical model for predicting folding stable state of bistable deployable composite boom. Chin J Aeronaut. 2023;36:107178. [Google Scholar]
41. Liu TW, Bai JB, Fantuzzi N. Analytical models for predicting folding behaviour of thin-walled tubular deployable composite boom for space applications. Acta Astronaut. 2023;208(7–8):167–78. doi:10.1016/j.actaastro.2023.04.012. [Google Scholar] [CrossRef]
42. Goodfellow I, Pouget-Abadie J, Mirza M, Xu B, Warde-Farley D, Ozair S, et al. Generative adversarial nets. Adv Neural Inf Process Syst. 2014;27:1–9. [Google Scholar]
43. Oishi A, Yagawa G. Computational mechanics enhanced by deep learning. Comput Methods Appl Mech Eng. 2017;327:327–51. [Google Scholar]
44. Papadrakakis M, Lagaros ND. Reliability-based structural optimization using neural networks and Monte Carlo simulation. Comput Methods Appl Mech Eng. 2002;191(32):3491–507. [Google Scholar]
45. LeCun Y, Bengio Y, Hinton G. Deep learning. Nature. 2015;521(7553):436–44. [Google Scholar] [PubMed]
46. Jin Y, Hou L, Zhong S, Yi H, Chen Y. Invertible Koopman network and its application in data-driven modeling for dynamic systems. Mech Syst Signal Process. 2023;200:110604. [Google Scholar]
47. Zhang H, Xu T, Li H, Zhang S, Wang X, Huang X, et al. StackGAN++: realistic image synthesis with stacked generative adversarial networks. IEEE Trans Pattern Anal Mach Intell. 2018;41(8):1947–62. [Google Scholar] [PubMed]
48. Liu Y, Zhang J, Zhao T, Wang Z, Wang Z. Reconstruction of the meso-scale concrete model using a deep convolutional generative adversarial network (DCGAN). Constr Build Mater. 2023;370:130704. [Google Scholar]
49. Antoniou A, Storkey A, Edwards H. Data augmentation generative adversarial networks. arXiv preprint arXiv:171104340; 2017. [Google Scholar]
50. Jain P, Kar P. Non-convex optimization for machine learning. Found Trends Mach Learn. 2017;10(3–4):142–363. [Google Scholar]
51. Samaniego E, Anitescu C, Goswami S, Nguyen-Thanh VM, Guo H, Hamdia K, et al. An energy approach to the solution of partial differential equations in computational mechanics via machine learning: concepts, implementation and applications. Comput Methods Appl Mech Eng. 2020;362:112790. [Google Scholar]
52. Jin Y, Hou L, Lu Z, Chen Y. Crack fault diagnosis and location method for a dual-disk hollow shaft rotor system based on the radial basis function network and pattern recognition neural network. Chin J Mech Eng. 2023;36(1):35. [Google Scholar]
53. Ghasemi H, Park HS, Rabczuk T. A level-set based IGA formulation for topology optimization of flexoelectric materials. Comput Methods Appl Mech Eng. 2017;313:239–58. [Google Scholar]
54. Li H, Chen L, Zhi G, Meng L, Lian H, Liu Z, et al. A direct FE2 method for concurrent multilevel modeling of piezoelectric materials and structures. Comput Methods Appl Mech Eng. 2024;420:116696. [Google Scholar]
Cite This Article
This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.