Open access

Control Volume Finite Element Methods for Flow in Porous Media: Resin Transfer Molding

Written By

Jamal Samir, Jamal Echaabi and Mohamed Hattabi

Submitted: 14 April 2012 Published: 10 October 2012

DOI: 10.5772/46167

From the Edited Volume

Finite Element Analysis - Applications in Mechanical Engineering

Edited by Farzad Ebrahimi

Chapter metrics overview

5,432 Chapter Downloads

View Full Metrics

1. Introduction

The method of solution for the own problem is based on the control volume finite element approach which has been shown to be particularly well suited for a fast and efficient implementation of the Newton-Raphson linearization technique.

The basic idea of the control volume finite element approach is to obtain a discretized equation that mimics the governing mass conservation equation locally. A volume of influence, referred to as a control volume, is assigned to each node. The discretized equation for a given node then consists of a term describing the change in fluid mass storage for that volume which is balanced by the term representing the divergence of the fluid mass flux in the volume. The fluid mass flux will depend on the physical properties associated with the volume and the difference in the value of the primary variable between the node in question and its neighbors.

Discretization of the subsurface and the surface flow equations is identical except for the difference in dimensionality. For the sake of clarity, we present in this chapter, a detailed description of the control volume finite element method applied to discretize a simplified prototype continuity equation in Liquid composite molding (LCM). The final discretized equations for all subsurface domains and for surface flow are then presented without providing the details of the derivation.

Liquid composite molding (LCM) processes are routinely considered as a viable option to manufacture composite parts. In this process, a fibrous preform is placed in a mold. The mold is sealed and a liquid thermoset resin is injected to impregnate the fibrous preform. All LCM processes involve impregnation of the resin into a bed of fibrous network. The goal is to saturate all the empty spaces between the fibers with the resin before the resin gels and then solidifies. In RTM, resin is injected slowly and little or no heat transfer and chemical reaction takes place until the mold is filled. Thus, the entire cycle can be viewed as two separate events, fill and subsequent cure.

The mould filling is considered as one of the most critical and complicated stages throughout the entire RTM process. It has a great influence on the performance and quality of the final parts. However, it is hard to understand effects of the filling parameters on the flow front pattern during mold filling. Therefore, it is necessary to understand interrelationship among filling parameters, flow behavior during RTM, and physical properties of the final parts.

The present study concerns the numerical modeling of resin transfer molding techniques (RTM). From a mechanical point of view, these processes can be treated in the same way as the problems of fluids in porous media. Some of authors use methods based on the systems of curvilinear coordinates adapted to a border. However, this approach becomes limited during divisions or fusion of the flow fronts [1-4]. The modeling methods currently elaborated are based on a control volume finite element method (CVFEM). This type of approach was first presented by Wang and others and was adopted in the case of thin shell injection molding [5]. Fracchia was the first to apply the CVFEM to simulate the RTM process [6] and other researchers also followed this approach [7-16]. The application of these methods generate several commercial software: RTM-FLOT ( no longer supported ), PAM-RTM, MyRTM and LIMS.

In the last years, despite the introduction of alternative methods for simulation of flow in porous media BEM (Trochu [17]) and SPH (Krawczak [18]), the CVFEM method has been, usually, used to simulate resin flow in the RTM process. However, this numerical approach has some inherent drawbacks. First, the flow front is difficult to define with the exact location because of using fixed mesh system. This problem in the resin flow front location limits the accuracy of CVFEM method [19]. Mass conservation problems have also been reported with the use of this numerical approach [20,21]. Researchers have addressed these numerical problems and put forward methods to improve the conventional CVFEM method [19, 22].

In this study, the simulation of the resin flow in the RTM process is developed by the control volume finite element method (CVFEM) coupled with the equation of the free surface location. The equation is solved at each time step using nonconforming linear finite elements on triangles, which allow the conservation of the resin flow rate along inter-element boundaries [23]. At each time step, the velocity and pressure in the saturated domain is calculated. The effective velocity is used to update the front position. The filling algorithm determines the time increment needed to fill up completely at least one new element, then the boundary condition is updated and the flow front is advanced for the next iteration. The flow front is refined in an adaptive manner at each time step by using our mesh generator to add new nodes, to get a smoother flow front and reduce the error in the pressure at the flow front of a CVFEM simulation of resin flow in a porous medium. Thus, the position of the flow front, the time-lapse and the rate of the unsaturated zone are calculated at every step. Our results will be compared with the experimental and analytical models in the literature.

On the whole, our study is concerned with the simulation of isothermal filling of moulds in RTM process while adopting the CVFEM and VOF method, taking into account the presence of obstacles and the thickness variation of the reinforcement. The elaborated code allows calculating the position of the injection points and vents, and injection pressure in order to optimize the process parameters. We present a mesh generator for 1D, 2D and 2.5 D geometries for one or several points of injection and vents, and a numerical method for the simulation of the RTM process. Numerical examples are used to validate and assess the applicability of the developed code in the case of anisotropic reinforcements, multilayered, several injection points and the existence of inserts.

Advertisement

2. Mathematical formalism

2.1. Continuity equations and Darcy law

In RTM process and when filling the mould, the resin flow passes through a bed of fibers, The process of injection in the mould is treated as part of the flows of fluids inside a porous medium.

On the basis of partial saturation concept, the mass balance at a point within the domain of an isothermal incompressible fluid flow inside a fiber preform can be expressed as [24] :

ϕst=.qE1

Where q is the volumetric flow rate per unit area, ϕ is the porosity and the saturation level s is 1 for a fully saturated node and its value ranges between 0 and 1 for a partially saturated point. If the transient term on the left hand side of the above equation is removed (saturate case), the following equation for quasi-steady state situation is obtained:

qxi=0E2

As the fluid flows through the pores of the preform, the interstitial velocity of the resin is given by :

vi=qiϕE3

Where vi the intrinsic phase average resin velocity within the pores and ϕ is the porosity of the solid.

Using the assumptions that the preform is a porous medium and that the flow is quasi-steady state, the momentum equation can be replaced by Darcy's law:

qi=KijμPxjE4

where μ is the fluid viscosity, Kij is the permeability tensor of the preform, and P is the fluid pressure.

Assuming that the resin is incompressible and substituting (4) into (2) gives the governing differential equation of the flow :

xi(KijμPxj)=0E5

This second order partial differential equation can be solved when the boundary conditions are prescribed. Two common boundary conditions for the inlet to the mould are either a prescribed pressure condition:

Pinlet=Pinlet(t)E6

Or a prescribed flow rate condition:

Qn=niKijμPxjE7

Where Qn is the volumetric flow rate and ni is the normal vector to the inlet.

The boundary conditions along the flow front are as follows:

Pfront=0E8

Since the resin cannot pass through the mould wall, the final boundary condition necessary to solve equation (5) is that the velocity normal to the wall at the boundary of the mould must be zero:

v¯.n¯=0E9

Where n is the vector normal to the mould wall.

Advertisement

3. Discretization of the domain by CV /FEM -VOF method

3.1. Delaunay triangulations

In mathematics and computational geometry, a Delaunay triangulation for a set P of points in the plane is a triangulation DT (P) such that no point in P is inside the circumcircle (figure 1) of any triangle in DT (P). Delaunay triangulations maximize the minimum angle of all the angles of the triangles in the triangulation; they tend to avoid triangles with high aspect ratio [25].

Suppose P = {p1,….., pn} is a point set in d dimensions. The convex hull of d+1 affinely independent points from P forms a Delaunay simplex if the circumscribed ball of the simplex contains no point from P in its interior. The union of all Delaunay simplices forms the Delaunay diagram, DT (P). If the set P is not degenerate then the DT (P) is a simplex decomposition of the convex hull of P.

The geometric dual of Delaunay Diagram is the Voronoi Diagram, which consists of a set of polyhedra V1,..., Vn, one for each point in P, called the Voronoi Polyhedra. Geometrically, Vi is the set of points pdwhose Euclidean distance to pi is less than or equal to that of any other point in P. We call pi the center of polyhedra Vi. For more discussion, see [26, 27].

The DT has some very desired properties for mesh generation. For example, among all triangulations of a point set in 2D, the DT maximizes the smallest angle, it contains the nearest-neighbors graph, and the minimal spanning tree. Thus Delaunay triangulation is very useful for computer graphics and mesh generation in two dimensions. Moreover, discrete maximum principles will only exist for Delaunay triangulations. Chew [28] and Ruppert [29] have developed Delaunay refinement algorithms that generate provably good meshes for 2D domains.

Figure 1.

A Delaunay triangulation in the plane with circumcircles.

3.2. Discretization domain

In processes such as Resin Transfer Moulding (RTM), numerical simulations are usually performed on a fixed mesh, on which the numerical algorithm predict the displacement of the flow front. Error estimations can be used in the numerical algorithm to optimize the mesh for the finite element analysis. The mesh can also be adapted during mould filling to follow the shape of the moving boundary. In CVFEM, the calculation domain is first discretized using finite elements, and then each element is further divided into sub-volumes. For the discretization of the calculation domain in FEM, we developed a mesh generator (figure 2) allowing to generate 2 and 2.5 dimensional, unstructured Delaunay and constrained Delaunay triangulations in general domains.

Figure 2.

Discretization of calculation domain

3.3. Domain discretization CV/FEM

To use the method CV/FEM coupled with VOF, the mould is first divided into finite elements. Around each nodal location, a control volume is constructed by subdividing the elements into smaller volumes. These control volumes are used to track the location of the flow front.

The calculation domain is in a finite number of triangular elements. After connecting the centroides of the elements with the middles of the elements borders, the calculation domain another time being divided in a number of polygonal control volume, as indicated in figure 3. The borders of any element of the control volume constitute the control surface.

Figure 3.

Discretization of the calculation domain during CV/FEM

3.4. Resin front tracking

The control volumes can be empty, partially filled, or completely filled. The amount of fluid in each control volume is monitored by a quantity called the fill factor. It is the ratio of the volume of fluid to the total volume of the control volume. The fill factor takes values from 0 to 1 where 0 represents totally empty and 1 represents totally full. The control volume method tracks the flow front by determining which control volumes are partially filled and connecting them to form the flow front. The numerical flow front is composed from the nodes with partially filled control volumes as shown in figure 4. The location of the fluid in the control volume cannot be identified, therefore the exact shape of the flow front is not known. Thus, the mesh density can affect seriously the accuracy of numerical solution of the flow front.

For any control volume and after integration equation 5, we obtained the following relationship:

cvxi(KijμPxj)dΩ=csKijμPxinds=0E10

Where s,Ω, n are the control surface, the control volume and the normal vector of the control surface, respectively. CV and CS represent the control volume and the control surface domains respectively.

Figure 4.

Treatment of the flow front during the fixed meshing method.

Moreover, in every iteration, the calculation matrix contains only elements that have at least one node with a filling ratio unity f=1. This approach requires a rigor during the development of code. However, the time of treatment of the problem is ameliorated.

Advertisement

4. Numerical simulation

4.1. Pressure

During the resolution of the pressure field, we adopted Galerkin’s approximation to represent the distribution of the field of pressure.

Using the procedure outlined by Reddy [30], the finite element formulation of Equation (5) was found to be:

[Kije]{Pje}={Fie}E11

Where

Kije=ΩeKαβμψixαψjxβdΩE12
And
Fie=ΩefΨidΩ+ΓeQnΨidΓE13

Here Ωe is the domain of an element. Γe is the surface of an element, Pje is the pressure at each node, f is a volumetric source term, Qn is a specified fluid flux through the face of the element, and Ψi is a linear interpolation function.

4.2. Velocity

After the pressures are calculated, the velocities are calculated at the centroid of each element using the volumetric flux equation 4 :

vi=KijμϕPxjE14

4.3. Calculation of the parameters of filling

The control volume method tracks the flow front by identifying the controls volume partially filled, and connecting them to form the flow front. The numerical flow front is made from the nodes with the partially filled control volumes.

4.3.1. Flow rate calculation

It is assumed that the velocity of the fluid is constant throughout each element (figure.5).

Qen=v¯ea¯en=oAKijμPxjndsE15

Where Qenis the volumetric flow rate in the control volume (n) from element (e), v¯en is the fluid velocity in the element, and a¯en is the area vector for the sub-volume.

Figure 5.

Calculation of the filling velocity (CV/FEM)

4.3.2. Fill factor calculations

After the flow rates in each control volume have been calculated, the fill factors can be updated. Given the current time step, the fill factors from the previous step, the calculated flow rate, and the volume of each CV, the new fill factors can be calculated with:

fni+1=fni+ΔteQenVnE16

where fn is the fill factor, Δt is the time step, Vn is the volume of the control volume, and the superscripts indicate time level.

4.3.3. Time step calculation

The time step for the next iteration must be calculated before the solution can proceed. The optimal time step would be where the fluid just fills one control volume. If a larger step were chosen, the flow front would over-run the control volume and a loss of mass from the system would result. The time to fill the partially filled control volume “n” is calculated with the following relation:

Δtn=(1fn)VneQenE17

Once Δtn has been calculated for all the partially filled control volumes, the smallest Δt is chosen as the time step for the next iteration.

Advertisement

5. Adaptive mesh

The numerical schemes used in mould filling simulations are usually based on a time dependent resolution of an unsteady (free surface) boundary value problem. The boundary of the filled area in the mould cavity is constantly evolving, and it is difficult to generate a mesh suitable for all the successive calculation steps of a filling simulation. The fluid front cannot be approximated with a fine precision with an isotropic mesh. Such a mesh would have to be very fine everywhere in the geometrical domain in order to provide an accurate approximation. This would lead to time consuming calculations, although a fine mesh is required only in the vicinity of the flow front and near the inlet gates. For this reason, several researchers have proposed to construct a new mesh of the fluid saturated domain at each time step (Bechet et al. [31] for Eulerian scheme, Muttin et al. [32] for Lagrangian schemes). This approach is long in terms of computer time and rather complex, especially in the case of obstacles, merging flow fronts and for 3D problems Kang and Lee [19] proposed an algorithm, referred to as the Floating Imaginary Nodes and Elements (FINE) method, to get a smoother flow front and reduce the error in the pressure at the flow front of a CVFEM simulation of resin flow in a porous medium. With the FINE method, imaginary new nodes were added at the estimated flow front and the flow front elements were divided into two separate regions: the area of resin and the area of air. Thus, the flow front element was refined in an adaptive manner at each time step. In this study, the generation of the mesh is realized by a code developed by our team, included like a module of the code of numerical simulation. The mesh generator allows to discretize the field in unstructured triangular elements with possibility of local refinement (static and dynamic) and inclusion of inserts. The development of the mesh generator code and its use in our solution allows the refinement of the critical zone (0<f<1) in each iteration.

In the CVFEM process, the numerical flow front is composed from the nodes with partially filled control volumes. So, since the location of the fluid in the control volume is not known, the exact shape of the flow front cannot be identified. In our numerical code, for the zone positioned in the flow front, we have developed a technique of local refinement. This technique uses an iterative method to refine repeatedly an initial triangulation of Delaunay, by inserting new nodes in the triangulation until satisfying size criteria and the shape of the elements (figure.6). The number of calculation points necessary to characterize accurately the deformations of the flow front decreases, and thus, the numerical computing time is reduced.

The refinement of position and shape of the front flow consists in adding the new nodes to the initials meshes (triangulation of Delaunay) in the zone of the flow front. The integration of these refined nodes, in the computer code, is conditioned by the value of the filling rate. The algorithm adopted for the mesh generator makes possible to generate first the standard Delaunay elements and initial nodes for the calculation domain. Then, in a second time, these elements are re-meshed by a technique of addition of nodes (figure.7). The criteria to be respected during refinement are:

The meshing coincides at the interfaces: the meshing technique used implies the coincidence of the grid at the interfaces between the neighbouring elements (of the first standard grid). The triangulation of Delaunay is based directly on the contour nodes discretization which are discretized only once.

An automatic identification of the nodes and the elements of refinement: During the refinement of the meshes created, the initial nodes and elements are identified by a traditional technique of programming called “the coloring”. This technique consists in affecting a particular code to define the elements of the sub-domains. During the resolution of the equations of the linear system, the integration of the nodes and elements resulting from refinement, in the numerical code, is conditioned by the value of the filling rate. Only, the elements with partially filled nodes are taken into account.

Association of the sub-domains to the principal element: During the refinement of the initial elements, the numerical algorithm affects a code to each sub-domain realized by the mesh generator. This code corresponds to the principal element generating the sub-domains. Thus, the mesh code generates a structure of data that permits to associate the sub-domains, resulting from the refinement process, to their principal element.

Figure 6.

Refinement of the triangular element.

Figure 7.

Refinement by inserting new nodes in the triangulation.

In the present approach, a local mesh generator module has been developed and integrated to the principal code of numerical simulation of the RTM process. This approach is useful to carry out the instruction of the meshing at each step time during the execution of the program, which improves calculation time. The meshing technique adopted is based on two concepts. The first one is the restricted triangulations of Delaunay and the second is the Delaunay refinement applied to elements of the flow front (figure.8).

Starting from the reference level of meshing G0, we define for each element E1,ps, the condition of refinement as :

Condition:{nodeiE1,ps/fnodei=1nodejE1,ps/fnodej<1

Figure 8.

Identification of the elements for refinement

Figure 9.

Example of numerical simulation in RTM process using refinement technique.

The operation for detecting which elements of G0 must be refined, is repeated at each iteration of the resolution process. If the condition has value “true” for an element E1,ps of the level G0, the numerical algorithm applies the refinement process and create sub-domains. Thus, the element E1,ps is divided into an number of sub-domains (7 in figure.9), in each direction to preserve good properties of connection between the domains, which creates a new meshing level Gl. The solutions at the refined Gl are initialized by a prolongation of the same numerical algorithm of the G0 level. The system of equation is solved successively at each level of grid. Each refined element has a pressure boundary conditions of Dirichlet type. These operations are repeated at each iteration of the numerical resolution until the mould is completely filled.

The advantage of this technique is to increase the local precision of calculations while preserving the properties of a meshing. On the other hand, the resolution process at each meshing level can be carried out starting from the same system of equations, the same approximations and the same solver.

Advertisement

6. Numerical algorithm

Large complex structures need computational models that accurately capture both the geometric and physical phenomena. This may involve the use of flow simulations as warranted by geometry, thickness, and fiber preforms employed. There also exists a need for accuracy improvements by refining the discretization of the computational domain. All these have serious impact on the computational time and power requirements. Physical modeling and computational algorithms and methodologies play an important role in computational times. For large-scale computations, it becomes critical to have algorithms that are physically accurate and permit faster solution of the computational domain. It is not only essential to design efficient parallel algorithms, data structures, and communication strategies for highly scalable parallel computing, it is also very important to have improved computational algorithms and methodologies to further improve the computational performance of large-scale simulations.

In this study, the algorithm adopted uses techniques for the optimization of the execution time. For example, the management of the memory by the dynamic allocation of the tables and matrices allow the optimization of the resources machines. Also, the utilization of the pointers in the definition of the variables of the problems ensures the code the adaptation to the size of the data to be treated. In the same way, the adoption of algorithm of the sparse matrix for the inversion impacts the processing time seriously. Also in every iteration, the calculation matrix is dynamic and contains only elements that have a node with a filling ratio unity f=1. This approach imposes a rigor during the development of code, however, the time of treatment of the problem is ameliorated.

In this study, the numerical adopted is based on the various computational steps involved in adaptive meshing that accurately capture both the geometric and physical phenomena., CVFEM methodology for the update of the filled regions and refinement technique for flow front advancement are summarized below.

Figure 10.

Numerical Algorithm of simulation of filling of moulds in RTM process

Advertisement

7. Results and discussion

7.1. Adaptive meshing

In the first case (figure.11), we present examples prove the accuracy provided by our adaptive meshing technique. These examples treat an injection mold for radial rectangular 400mmx400mm with a uniform thickness of 4mm. The injection is located at the center of the mold. The meshing generates the following data (table.1). The running time is related to a machine CPU 2Ghz Core Duo 2GB RAM

Using Technique
Adaptive Mesh
Number of principal elementsNumber of secondary elementsNumber of principal NodesNumber of secondary NodesTime
Consuming
Example ANo160097012s
Example BYes1608009750627s
Example CYes160352097197297s

Table 1.

Data of meshing

Figure 11.

Numerical simulation with different type of meshing

In the second case (figure.12), we present two examples for comparison. These examples are related to the gain of the execution time for our adaptive meshing technique. These two examples treat an injection mold for radial rectangular 400mmx400mm with a uniform thickness of 4 mm. The first example is related to a discretization without adaptive meshing. This model has the same level of precision as the second example related to the adaptive mesh (same total number of nodes and elements). The meshing generates the following data (table.2). The running time is related to a machine CPU 2Ghz Core Duo 2GB RAM

Using Technique
Adaptive Mesh
Number of principal elementsNumber of secondary elementsNumber of principal NodesNumber of secondary NodesTime
Consuming
Example ANo3680020690452s
Example BYes160352097197297s

Table 2.

Data of meshing

Figure 12.

Numerical simulation with different type of meshing

7.2. Validation of the results relating to RTM flow with uniform thickness

In the validation examples presented, the moulds used, have a rectangular cavity, with dimensions: (1000 × 200) mm2 and (400 × 400) mm2, respectively. The first example is relative to the unidirectional validation (1D) of our numerical results, whereas the second is used in radial injection (2D). The fluid viscosity μ = 0,109 Pa.s, the pressure injection Pinj = 2 × 105 Pa, the permeability K = 2,65 × 10−10 m2 and the porosity is φ= 0,696.

7.2.1. Unidirectional validation

The mould used has a rectangular cavity of dimensions (1000 × 200) mm2, the thickness is uniform and equal to 4 mm. The resin is injected from left side of the mould and the vents are placed on the right-side of the cavity. Under these conditions, the kinetics of the flow can be obtained analytically by the equations of table.3. The comparison of the three kinetics of the front flow obtained is presented in figure 13. It shows a good concordance with the solution obtained.

PressureFront’s positionFilling time

Table 3.

Analytical solutions of unidirectional simulations in RTM

Figure 13.

Unidirectional Validation

7.2.2. Bidirectional validation

The mould used has rectangular cavity of dimensions 400x400 mm2, and the thickness is uniform 4mm. The resin is injected from the central point of the mould, the reinforcement is isotropic and the permeability is the same one in the various directions. Under these conditions, the form and the position of the flow front can be obtained analytically by the equation 18. The comparison of the two front’s kinetics (analytical and numerical) is presented in figure.14. It shows a good concordance with the solution obtained.

rf22ln(rfr0)+14(r02rf2)=Kφμ(PfPinlet)tE19

With rf is the radius of the front flow in a time t.

7.3. Validation of the results relating to RTM flow with variable thickness

7.3.1. Analytical validation

RTM process can be used to produce pieces with complex geometry. In the industry of the composite, the plates employed often consist of reinforcements with a variable number of plies and stacking sequences. A correct simulation of this process requires taking into account all these parameters. Lonné makes a modeling according to a formalism derived from the Thomson-Haskell method for the prediction of these geometrical variations on the ultrasound transmission [33].

Figure 14.

Bidirectional Validation with K11=K22=K

The reinforcement variation generates different pressures when closing the mold. Under the impact of the compressibility or the relaxation of the mold plates, a variation occurs in the volume and the pores distribution through the fabric and influences permeability and porosity. The mechanical performance of resin transfer molding depend on the fiber volume fraction [34], microstructure of the preform [3536], void content [37], and impregnation parameters [38]. In most cases, mechanical properties of composite parts can be improved by increasing fiber volume fraction. Higher fiber volume fractions, however, require increased injection pressure and longer time to fill up the mould, which may significantly affect the properties of the final part. Patel et al. [39] molded composite parts containing glass fibers at constant injection pressure.

The study of Chen and al [40] showed that the initial compressibility of reinforcements is essentially related to that of the pores. This compressibility or « relaxation » effect directly influences the global volume and the distribution of the pores. During the mold closing, the variation of the reinforcement thickness generates, under the compressibility or the relaxation effects, a variation of the pores volume and their distribution through the fabric. The works of Buntain and Bickerton [41] were oriented to the way that compressibility affects permeability. Their results clearly showed that permeability (a property required to be perfectly controlled for a correct simulation of the flow front and the distribution of the pressure) was closely related to the pore volumetric fraction. Several models have been proposed to estimate the value of the permeability for various porous media. Capillary models such as those proposed by Carman [42] and Gutowski et al. [43] use the fiber radius and porosity to predict the permeability, but several discrepancies with experimental data have been reported [4347]. Theoretical models have also been developed for different idealized media structures [4447]. Most models may not give accurate prediction of permeabilities since fibrous mats used in RTM are often more complex than the idealized unit cell patterns used in theoretical derivations. Thus due to the lack of adequate predictive models, permeability of RTM preforms are usually determined experimentally.

A number of permeability measurement methods have been developed; however, there is no standardized measurement technique for RTM applications. Trevino et al. [48] and Young et al. [49] determined unidirectional permeability using two pressure transducers at each of the inlet and the exit in conjunction with an equation based on Darcy’s law applied to their flow geometry. Calhoun et al. [50] presented a technique based on placing several pressure transducers at various locations inside the mold. Adams and Rebenfeld [51–53] developed a technique that quantifies the planar permeability using the position and shape of the advancing resin front as a function of time. A transparent mold was used to enable the monitoring of the advancing front. Other techniques based also on the observation of the moving resin front are common in the literature [43,51-59]. However, transparent mold walls may not have enough rigidity to avoid deflection, which has been shown to perturbate the measured permeability values [45,48,49,54]. In this context, the University of Plymouth radial flow permeability appartus was enhanced by the use of a laminate of two 25 mm toughened float glass sheets [60] as the upper mould tool to achieve a similar stiffness to the aluminium mould base [61].

In this study, the variation of the plies number (figure.15.a) and the stacking sequence are modeled by the variation of permeability and porosity. During the standard approach, these parameters are defined as an intrinsic property of the global discretized domain. In our approach, the permeability and porosity are defined at the level of the element. The comparison of the two kinetic fronts (analytical and numerical) is presented in figure.15.b ; it shows a good concordance with the solution obtained.

The analytical model for this type of reinforcement is indeed the prolongation of the linear model already adopted in the case of a medium with isotropic permeability. To ensure the accuracy of our numerical results, the elements of the initial meshing belong only to the one of the two zones. Also, in the static refinement of meshing, the creation of the new refined elements respects the condition of the uniformity of the permeability within the element (the element of refinement must belong only to the one of the two zones).

In addition, to illustrate the thickness effect, we present within the framework of the analytical validation, the case of a radial flow through a multi-thickness reinforcement.

In the setting of a bi-dimensional flow, we used the reinforcement with variation of the number of plies. The mould cavity had a uniform thickness.

  1. Reinforcement with a constant thickness (10 plies) (Figure 16.a)

  2. Reinforcement with half 10 plies and half 20 plies (Figure 16.b)

  3. Reinforcement with ¼ 10 plies and ¾ 20 plies (Figure 16.c)

Figure 15.

a) Reinforcement with multiple thickness, b) Evolution of the pressure-position for multiple thickness

For a reinforcement with uniform thickness (figure16.a), the permeability in the principal directions is constant. The shape of the flow front for a radial injection is a circle whose center is the point of injection. For the case of two different reinforcements thicknesses (figure 16.b, and 16.c), the position and the shape of the flow are variable according to the resistance presented by the fabric (permeability).

Thus, for the figure 16.b where each half of the reinforcement is characterized by a fixed value of the permeability, it is quite clear that the solution of the Darcy law concerning the shape of flow front, in each zone, has a form of half-circles spaced according to the value of the permeability. The connection between the two shapes respects the continuity of the flow front. Finally, and in order to ensure the required precision, we proceeded to each step of time, with a refinement in the zone of connection of the two parts. The same approach is adopted for the figure16.c.

Figure 16.

a) Flow Front for a bi-dimensional injection with Reinforcement with a constant thickness, b) Flow Front for a bi-dimensional injection with Reinforcement half 10 plies and half 20 plies, c) Flow Front for a bi-dimensional injection with Reinforcement ¼ 10 plies and ¾ 20 plies

7.4. Simulation of the pressure distribution for a multiple – Thickness reinforcement

The pressure distribution directly influences the injection pressure, the time needed to fill up the mould, the position of the injection points and vents and especially the mechanical properties of the final piece. The approach adopted by our team, use the permeability at the element’s level. The thickness variation of the element directly influences its permeability and its porosity. The integration of these parameter’s variation inside the code of resolution, gives more precision.

The model we treated is a wiring cover made of glass fibers and an Isophthalic Polyester resin. The model has the specificity of including a square insert inside the piece, with the possibility to vary the thickness around the insert (square zone, Figure 17).

Figure 17.

Piece with insert and reinforcement multiple thickness

During the moulding in RTM process, the resin injected infiltrates in empty spaces between fibers. However, a minor modification of the characteristics of the preform in specific places (around the insert for example), can cause significant deviations in the flow and the results on the final properties of the part can be disastrous generating the rejection of the whole process.

In order to simulate the filling process for 3D Dimension, logically a 3D model would be required. Since the thickness of composite parts is often much smaller than its length and width, thin part assumptions can be used for these simulation models [62]. For example, the resin flow in the thickness direction (here denoted as z) is neglected. Therefore, these models, although they describe 3D geometries, they are often called 2.5 D flow models [63].

The figures presented in 18.a, 18.b and 19 clearly show the impact of taking into account the variation thickness on the accuracy of the simulation of the flow front and the distribution of the pressure for 2.5 D models. These elements are paramount to control the parameters of the moulding and to obtain the required properties of the final part. the increase in thickness on a particular area by inserting new plies of reinforcement, leading to decreased permeability and increased porosity.

During numerical resolution, after the pressures are calculated, the velocities are calculated at the centroid of each element. Thus, given the reduced permeability and increased porosity, the velocity decreases while increased the thickness. In Figure 18.b we note the delaying of flow front in this area.

Figure 18.

a) 2D Simulation without taking into account the effect of thickness variation, b) 2D Simulation when taking into account the effect of thickness variation

Figure 19.

2.5D simulation of pressure distribution with thickness variation

The approach adopted during this study ensures flexibility during the simulation of the heterogeneities of the problem. The properties of the medium are calculated at the level of the element of the mesh. Having developed an adaptive mesh generator specific to the team, we are able to ensure a better adaptation of the elements of grid to describe physical specificities generated in each problem. The results obtained on the figures of this paragraph show the relevance of the present approach.

Advertisement

8. Conclusion

During this study, we developed a mesh generator and a numerical code to simulate the filling of an isothermal mould in RTM process, by adopting the CV/FEM and VOF method. An adaptive static meshing to model the variation of the thickness, and dynamic to refine the flow front are used. This approach is useful to carry out the meshing at each step of time during the resolution process, which improves precision and calculation time. The algorithm adopted treats permeability and porosity at the level of the element of the mesh. The effects of the variations of the plies number and the stacking sequence, around the inserts for example, are modeled by the variation of permeability and porosity. The flows around obstacles and through the reinforced area near inserts are simulated by the present formalism with a local refinement of the meshing. The results obtained during the numerical simulation show a good concordance with the results: analytical, experimental and numerical. We can note the effectiveness of the numerical model developed in the predicted flow front and the distribution of pressure. An excellent reproduction of the form of the front and a good precision of its position are obtained. In our next studies, we will be interested in applying a similar approach to simulate saturation effects.

References

  1. 1. Rigas EJ, Walsh SM, Spurgeon WA.Development of a novel processing technique for vacuum assisted resin transfer molding (VARTM)”. Int SAMPE Symp Exhibit (Proc) 2001I: 108694
  2. 2. LuoJ.LiangZ.ZhangC.WangB. “.Optimum tooling design for resin transfer molding with virtual manufacturing and artificial intelligence”. Compos Part A: Appl Sci Manuf, 200132687788
  3. 3. Loos AC, Fingerson JC, MacRae JD, “Verification of a three dimensional RTM/RFI flow model, technology transfer in a global community”, Int SAMPE Tech Conf199628393403
  4. 4. NielsenD.PitchumaniR. “.Intelligent model-based control of preform permeation in liquid composite molding processes, with online optimization”. Compos Part A: Appl Sci Manuf, 200132121789803
  5. 5. WangV. W.HieberC. A.WangK. K.Simulation“.inInjection.Moldingof.Three-DimensionalThin.Parts,”In. A. N. T. E. C. 8.Boston.FairfieldConnecticut.Societyof.PlasticsEngineer.pp971021986
  6. 6. Fracchia, C.A., Castro, J., and Tucker, Cl.L., “A Finite Element/Control Volume Simulation of Resin Transfer Mold Filling,” In Proceedings of the American Society for Composites Fourth Technical Conference, Lancaster, PA,1989157166
  7. 7. Bruschke, M.V., and Advani S.G., “A Finite Element Control Volume Approach to Mold Filling in Anisotropic Porous Media,” Polymer Composites, Vol.61990398405
  8. 8. LiS.GauvinR.Numerical“.Analysisof.theResin.Flowin.ResinTransfer.Molding,”Journal.ofReinforced.PlasticsCompositesVol.1991314327
  9. 9. Young, W.B. al., “Analysis of Resin Injection Molding in Molds with preplaced Fiber Mats: 2.Numerical Simulation and Experiments of Mold Filling,” Polymer Composites, Vol.N° 1, 19913038
  10. 10. Lin, R., Lee, L.J. and Liou, M., “Non-isothermal Mold Filing and Curing Simulation in Thin Cavities with Preplaced Fiber Mats,” International Polymer Processing, Vol.41991356369
  11. 11. TrochuF.GauvinR.Limitations“.ofa.Boundary-FittedFinite.DifferenceMethod.forthe.Simulationof.theResin.TransferMolding.Process,”Journal.ofReinforced.PlasticsComposites1992117772786
  12. 12. Voller, V.R., and Chen, Y.F., “Prediction of Filling Time in Porous Cavities,” International Journal for Numerical Methods in Fluids, Vol.N° 7., 1996661672
  13. 13. SpoerreJ.ZhangC.WangB.ParnasR. “.Integrated product and process design for resin transfer molded parts”. Journal Composite Mater 19983213124472
  14. 14. PadmanabhanS. K.PitchumaniR.Stochastic “modeling of non isothermal flow during resin transfer molding” Int J Heat Mass Transfer 19994216305770
  15. 15. MoonKoo.KangWoo.IlLee,”. A.flow-frontrefinement.techniquefor.thenumerical.simulationof.theresin-transfer.moldingprocess”.CompositesScience.Technology59(11.199916631674
  16. 16. HattabiM.SnaikeI.EchaabiJ.BensalehM. O.Simulation“.dufront.d’écoulementdans.lesprocédés.de moulagedes.compositesliquide. ».ComptesRendus.MécaniqueVolume.33Issue.July2005585591
  17. 17. Comas-CardonaS. .GroenenboomP. .BinetruyC. (..KrawczakA.generic-Smixed. “. F. E.methodP. H.toaddress.hydro-mechanicalcoupling.inliquid.compositemoulding.processes”Composites.Part A, Applied science and manufacturing 0135-9835X 200536710041010
  18. 18. SoukaneS. .TrochuF. .Application“.ofthe.levelset.methodto.thesimulation.ofresin.transfermolding”.Compositesscience.technologyI. S. S. N.0266-35C. O. D. E. N. C. S. T. C. E. H.2006667-810671080
  19. 19. KangM. K.LeeW. I. I.Flow“. A.FrontRefinement.Techniquefor.theNumerical.Simulationof.theResin.TransferMolding.Process”Composites Science and Technology 59166317741999
  20. 20. PhelanR. F. J. R. “.Simulationof.theInjection.Processin.ResinTransfer.Molding”Polymer Composites 18(4), 460-476.1997
  21. 21. BruschkeM. V.AdvaniS. G.Numerical“. A.Approachto.Model-isothermalNon.ViscousFlow.throughFibrous.Mediawith.FreeSurfaces”.International Journal for Numerical Methods in Fluids 195756031994
  22. 22. JoshiS. C.LamY. C.LiuX.L. “.Mass Conservation in Numerical Simulation of Resin Flow”. Composites: Part A 31106110682000
  23. 23. Tucker CL, Dessenberger RB.Governing equations for flow and heat transfer in stationary fiber beds. In: Advani SG, editor. Flow and rheology in polymer composites manufacturing. Amsterdam: Elsevier; 2573231994
  24. 24. LinM.HahnH. T.HuhH. A.finiteelement.simulationof.resintransfer.moldingbased.onpartial.nodalsaturation.implicittime.integrationComposites Part A 19982954150
  25. 25. B. Delaunay: Sur la sphère vide, Izvestia Akademii Nauk SSSR, Otdelenie Matematicheskikh i Estestvennykh Nauk, 7:793-800, 1934
  26. 26. PreparataF. P.ShamosM. I.Computational Geometry An Introduction. Texts and Monographs in Computer Science. Springer-Verlag, 1985
  27. 27. EdelsbrunnerH.Algorithms in Combinatorial Geometry, 10of EATCS Monographs on Theoretical CS. Springer-Verlag, 1987
  28. 28. ChewL. P.Guaranteed-qualitytriangular.meshesT.R-8998 Cornell, 1989
  29. 29. RuppertJ.newA.simplealgorithm.forquality.2 -dimensionalmesh.generationProc.4th ACM-SIAM Symp. Discrete Algorithms (1993
  30. 30. PontazaJ. P.ChenH. C.ReddyJ. N.local-analytic-based“. A.discretizationprocedure.forthe.numericalsolution.ofincompressible.flows”International.Journalfor.NumericalMethods.inFluids.Vol66576992005
  31. 31. BechetE.RuizE.TrochuF.CuillièreJ. C.Remeshing algorithms applied to mould filling simulations in resin transfer moulding. J Reinforced Plast Compos in press. 2003
  32. 32. MuttinF.CoupezT.BelletM. .ChenotJ. L. “.Lagrangian finite-element analysis of time-dependent viscous free-surface flow using an automatic remeshing technique” 0029-5981CODEN IJNMBH 361220012015ref.)1993
  33. 33. S. Lonné, PhD thesis "Modélisation de la propagation ultrasonore dans les matériaux composites obtenus par le procédé de fabrication RTM (Resin Transfer Molding) Université Bordeaux 1, 2003.
  34. 34. NaikR. A. “.Failure Analysis of Woven and Braided Fabric Reinforced Composites”, Journal of Composite Materials, 2917233423631995
  35. 35. WangY. “.Effect of Consolidation Method on the Mechanical Properties of Nonwoven Fabric Reinforced Composites”, Applied Composite Materials, 6119341999
  36. 36. WangY.LiJ. “.Properties of Composites Reinforced with E-Glass Nonwoven Fabric”, Journal of Advanced Materials, 26328341995
  37. 37. GoodwinA. A.HoweC. A.PatonR. J. “.The Role of Voids in Reducing the Interlaminar Shear Strength in RTM Laminates”, In: Scott, M.L. (ed.), Proceedings of ICCM-11, 411191997
  38. 38. LeeC.L.WeiK.H. “.Effect of Material and Process Variables on the Performance of Resin-Transfer-Molded Epoxy Fabric Composites”, Journal of Applied Polymer Science, 7710214921552000
  39. 39. PatelN.RohatgiV.LeeL. J. “.Influence of Processing and Material Variables in Resin-Fiber Interface in Liquid Composite Molding”, Polymer Composites, 1421611721993
  40. 40. ChenB.-DA. H.Leng-WT.Chou“. A.nonlinear.compactionmodel.forfibrous.preforms”Composites.PartA.AppliedScience.Manufacturing32(5.pp7017072001
  41. 41. BuntainM. J.S.Bickerton “Compression flow permeability measurement: a continuous technique” Composites Part A: Applied Science and Manufacturing, 344454572003
  42. 42. CarmanP. C. “.Fluid Flow Through a Granular Bed”, Transaction of the Institution of Chemical Engineers, 151501661937
  43. 43. GutowskiT. G.MorigakiT.CaiZ. “.The Consolidation of Laminate Composites”, Journal of Composite Materials, 2121721881987
  44. 44. GebartB. R. “.Permeability of Unidirectional Reinforcements for RTM”, Journal of Composite Materials, 268110011331992
  45. 45. Bruschke, M.V. and Advani, S.G. A “Finite Element/Control Volume Approach to Mold Filling in Anisotropic Porous Media”, Polymer Composites, 11(6): 398-405. 1990.
  46. 46. NgoN. D.TammaK. K.Microscale “Permeability Predictions of Porous Fibrous Media”, International Journal of Heat and Mass Transfer, 4416313531452001
  47. 47. WilliamsJ. G.MorrisC. E. M.EnnisB. C. “.Liquid Flow Through Aligned Fiber Beds”, Polymer Engineering and Science, 1464134191974
  48. 48. TrevinoL.RupelK.YoungW. B.LiouM. J.LeeL. J. “.Analysis of Resin Injection Molding in Molds with Preplaced Fiber Mats”. I: “Permeability and Compressibility Measurements”, Polymer Composites, 12120291991
  49. 49. YoungW. B.RupelK.LeeL. J.LiouM. J. “.Analysis of Resin Injection Molding in Molds with Preplaced Fiber Mats. II: Numerical Simulation and Experiments of Mold Filling”, Polymer Composites, 12130381991
  50. 50. CalhounD. R.Yalvac¸S.WettersD. G.RaeckC. A. “.Critical Issues in Model Verification for the Resin Transfer Molding Process”, Polymer Composites, 17111221996
  51. 51. AdamsK. L.MillerB.RebenfeldL.Forced In-Plane Flow of an Epoxy Resin in Fibrous Network, Polymer Engineering and Science, 2620143414411986
  52. 52. AdamsK. L.RebenfeldL. “.Permeability Characteristics of Multilayer Fiber Reinforcements. Part I: Experimental Observations”, Polymer Composites, 1231791851991
  53. 53. AdamsK. L.RebenfeldL. “.Permeability Characteristics of Multilayer Fiber Reinforcements. Part II: Theoretical Model”, Polymer Composites, 1231861901991
  54. 54. Bickerton, S., Sozer, E.M., Graham, P.J. and Advani, S.G “Fabric Structure and Mold Curvature Effects on Preform Permeability and Mold Filling in the RTM Process”.Part I. Experiments, Composites Part A, 3154234382000
  55. 55. BickertonS.SozerE. M.SimacekP.AdvaniS. G. “.Fabric Structure and Mold Curvature Effects on Preform Permeability and Mold Filling in the RTM Process”. Part II. Predictions and Comparisons with Experiments, Composites Part A, 3154394582000
  56. 56. GauvinR.TrochuF.LemennY.DialloL. “.Permeability Measurement and Flow Simulation Through Fiber Reinforcement”, Polymer Composites, 17134421996
  57. 57. SheardJ.SenftV.MantellS. C.VogelJ. H. “.Determination of Corner and Edge Permeability in Resin Transfer Molding”, Polymer Composites, 191961051998
  58. 58. FerlandP.GuittardD.TorchuF. “.Concurrent Methods for Permeability Measurement in Resin Transfer Molding”, Polymer Composites, 1711491581996
  59. 59. DunganF. D.SenoguzM. T.SastryA. M.FaillaciD. A. “.Simulation and Experiments on Low Pressure” Permeation of Fabrics: Part I-3D Modeling of Unbalanced Fabric, Journal of Composite Materials, 3514125012842001
  60. 60. Pearce N.R.L., Summerscales J. and Guild F.J., Improving the resin transfer moulding process for fabric-reinforced composites by modification of the fibre architecture, Composites Part A, 31A(12); 1433-1441. 2000.
  61. 61. Carter E.J., Fell A.W., Griffin P.R. and Summerscales J., Data validation procedures for the automated determination of the two-dimensional permeability tensor of a fabric reinforcement, Composites Part A, A27(4); 255-261. 1996.
  62. 62. BuntainM. J.S.Bickerton “Compression flow permeability measurement: a continuous technique” Composites Part A: Applied Science and Manufacturing, 342003445457
  63. 63. JosefF. A.KesselsAttie. S.JonkerRemko.Akkerman“.Fully2.1.flowD.modelingof.resininfusion.underflexible.toolingusing.unstructuredmeshes.wetdrycompaction.properties”Composites.PartA.AppliedScience.ManufacturingVol.20075160

Written By

Jamal Samir, Jamal Echaabi and Mohamed Hattabi

Submitted: 14 April 2012 Published: 10 October 2012