Modified on
30 Jun 2023 07:52 pm
Skill-Lync
CFD Simulations are carried out based on Navier Stoke equations. I.e., continuity equation, momentum equation, and energy equations.
After discretization, the guess value is given as input to all cells created in the domain. These guess values are interpolated over different iterations to obtain convergence. But to obtain the convergence at optimal conditions, a particular term called the under-relaxation factor is introduced. Under-relaxation factors are provided for different variables in different types of simulations.
Relaxation factors play a vital role in determining the rate of convergence for CFD simulation. For instance, for a stable solution with respect to combustion modeling, lower relaxation factors are required. When the relaxation factor is less than one, it is said to be under-relaxed, and it is called over-relaxed when the relaxation factor is more than one. The relaxation factor is always a constant, and it is multiplied by the algebraic equations to alter the path of the iteration. Changing the under-relaxation factors changes the convergence behavior of the CFD simulations. This is a technique used for improving the stability of a calculation, especially in solving steady-state analysis, where the first iterations are critical.
Most of the problems in fluid mechanics are solved using the Gauss-Jordan technique or Gauss-Seidel iterative method. Relaxation factors are used to get the results When the under-relaxed values are applied to the successive iterations of the above-mentioned methods, the convergence rate of the solution increases. The real challenge is to determine the best relaxation factor, which is only possible through a trial and error method. The optimum value of the relaxation factor is purely mesh dependent and is specific to a particular problem. However, it will be advantageous if we can select a relaxation parameter that minimizes the number of iterations required while conserving the stability of the solution as well.
Under-Relaxation
The method of under-relaxation is basically limiting the amount by which variable changes from the previous iteration to the next one. Due to the nonlinearity in the equations, it is important to control the change of the variable.
Because of the non-linearities of the equations being solved, it is necessary to control the change of variable φ. This is achieved by under-relaxation as follows:
Where α is the factor that defines the relaxation such that:
And:
This means that the new value of the variable φ depends upon the old value, the computed change of φ, and α.
Pressure correction factor
In the staggered grid, the velocity components are calculated for the points that lie on the faces of the control volumes. The x-direction velocity u is calculated at the faces that are normal to the x-direction. The calculation of the diffusion coefficient and the mass flow rate at the faces of the u control volume would require an appropriate interpolation. The resulting discretization equation can be written as
Here the number of neighbor terms will depend on the dimensionality of the problem. For the two-dimensional situation four u neighbors are shown outside the control volume; for a three-dimensional case, six neighbor u's would be included. The neighbor coefficients anb account for the combined convection-diffusion influence at the control-volume faces.The term (pP-pE)Ae is the pressure force acting on the u control volume, A, being the area on which the pressure difference acts.
The momentum equations can be solved only when the pressure field is given or is somehow estimated. Unless the correct pressure field is employed, the resulting velocity field will not satisfy the continuity equation. Such an imperfect velocity field based on a guessed pressure field p* will be denoted by u*, v*, w*. This "starred" velocity field will result from the solution of the following discretization equations:
To improve the guessed pressure p* such that the resulting starred velocity field will progressively get closer to satisfying the continuity equation, a correct pressure p is proposed as
where p' will be called the pressure correction. We need to know how the velocity components respond to this change in pressure. The corresponding velocity corrections u', v', w' can be introduced as
If we subtract the above Equations, we get
Where
The above equation is stated as a velocity-correction formula
The pressure-correction equation derived is also prone to divergence unless some under-relaxation is used. Many different under-relaxation practices can be devised.
We under-relax u*, v*, w* while solving the momentum equations with a relaxation factor mentioned in the above article. p is known as pressure correction under the relaxation factor. p is usually given a value of 0.8 and =0.5 in the SIMPLE algorithm.
Author
Navin Baskar
Author
Skill-Lync
Subscribe to Our Free Newsletter
Continue Reading
Related Blogs
Learn how to render a shock-tube-simulation and how to work on similar projects after enrolling into anyone of Skill-Lync's CAE courses.
10 May 2020
In this blog, read how to design the frontal BIW enclosure of a car (Bonnet) and learn how Skill-Lync Master's Program in Automotive Design using CATIA V5 will help you get employed as a design engineer.
10 May 2020
Tetrahedral is a four- nodded solid element that can be generated through the tria element by creating a volume and also through the existing volume of the geometry. These elements are used where the geometry has high thickness and complexity. The image attached below is a representation of a Tetra element. The Tetra element will have 4 triangular faces with four nodes joining them together
02 Aug 2022
A connector is a mechanism that specifies how an object (vertex, edge, or face) is connected to another object or the ground. By often simulating the desired behaviour without having to build the precise shape or specify contact circumstances, connectors make modeling simpler.
03 Aug 2022
One of the most crucial processes in carrying out an accurate simulation using FEA is meshing. A mesh is composed of elements that have nodes—coordinate positions in space that might change depending on the element type—that symbolise the geometry's shape.
04 Aug 2022
Author
Skill-Lync
Subscribe to Our Free Newsletter
Continue Reading
Related Blogs
Learn how to render a shock-tube-simulation and how to work on similar projects after enrolling into anyone of Skill-Lync's CAE courses.
10 May 2020
In this blog, read how to design the frontal BIW enclosure of a car (Bonnet) and learn how Skill-Lync Master's Program in Automotive Design using CATIA V5 will help you get employed as a design engineer.
10 May 2020
Tetrahedral is a four- nodded solid element that can be generated through the tria element by creating a volume and also through the existing volume of the geometry. These elements are used where the geometry has high thickness and complexity. The image attached below is a representation of a Tetra element. The Tetra element will have 4 triangular faces with four nodes joining them together
02 Aug 2022
A connector is a mechanism that specifies how an object (vertex, edge, or face) is connected to another object or the ground. By often simulating the desired behaviour without having to build the precise shape or specify contact circumstances, connectors make modeling simpler.
03 Aug 2022
One of the most crucial processes in carrying out an accurate simulation using FEA is meshing. A mesh is composed of elements that have nodes—coordinate positions in space that might change depending on the element type—that symbolise the geometry's shape.
04 Aug 2022
Related Courses