All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
SIMULATION OF CONJUGATE HEAT TRANSFER ANALYSIS OF AIR-FLOW THROUGH PIPE USING SUPER-CYCLING MODEL l. OBJECTIVES 1. Simulate the…
Himanshu Chavan
updated on 03 Aug 2021
SIMULATION OF CONJUGATE HEAT TRANSFER ANALYSIS OF AIR-FLOW THROUGH PIPE USING SUPER-CYCLING MODEL
l. OBJECTIVES
1. Simulate the flow of air through a pipe using conjugate heat transfer analysis and super-cycling model.
2. Perform a grid dependence test.
3. Analyse the effects of variation of super-cycle stage interval on the convergence and total simulation time.
ll. INTRODUCTION
1. Super-cycling Model
Super-cycling is a method used by CONVERGE Studio in the case of conjugate heat transfer problems with solid and liquid regions.
The integral problem here is that both solvers cannot run simultaneously since solving in the fluid domain is much faster due to the time scale difference for heat transfer in liquids compared to solids. This causes problems during the solution given that the solid side solver would not have reached convergence in the time the liquid solver does. This is where the concept of super-cycling can be used.
The basic idea of super-cycling is that the solver for the fluid domain is paused until the solver for the solid domain converges. This pausing is done in intervals that can be set by the user.
2. Wall Functions and Y+
Gradients of velocity, temperature, etc. close to the wall are large and hence a fine grid resolution is required to accurately resolve the gradients.
Wall Functions are empirical functions that are fitted to the observed behavior close to the wall.
In the turbulent region, we have three layers: the viscous sub-layer, the buffer layer, and the log-law layer. We can use the no-slip condition to resolve the flow in the viscous sub-layer and hence no wall function is required. The wall function can help to resolve the flow in the log-law layer.
We need a method to determine the layer of the flow to s=resolve the flow. This is done by the non-dimensional term Y+, which can be used to understand how coarse or fine our grid is. This can be used to determine if wall functions need to be used or not.
Note that the wall functions cannot resolve the flow accurately at the buffer region, hence CFD codes don't recommend placing cells in the buffer region. This leads to resolved meshes (y+ < 5) and wall-function based meshes (y+ > 30). Also, note the wall functions (y+ > 30) are likely to be inaccurate if the models are subjected to adverse pressure gradients, separation of flow, to the presence of curvatures.
lll. SIMULATION OF FLOW OF AIR THROUGH A PIPE - BASELINE CONFIGURATION
A. Model
The model considered in this project is as shown below -
B. Dimensions
The pipe has the following dimensions -
C. Geometry Setup And Boundary Flagging
The geometry is set up and the boundaries are flagged in converge studio as shown in the figure below-
D. Diagnosis Check
A diagnosis check is performed to check for errors -
Diagnosis Check 1 - After Geometry Setup
The Nonmanifold Problems occur due to the presence of three surfaces of a triangle element in contact with each other which are not recommended in ordinary simulations but are unavoidable in the CHT analysis. This error will automatically disappear after the case setup procedure as CONVERGE identifies this simulation to be a CHT analysis -
Diagnosis Check 2 - After Case Setup
E. CASE SETUP
1. Application Type: Time-Based
2. Materials:
3. Solver: Transient
4. Simulation Time Parameters:
5. Regions and Initialization:
6. Boundary Conditions:
We will be defining the inlet Reynold's Number as 7000.
Diameter of the Fluid Region,
At an inlet temperature of 300 K, the density and viscosity of air is as follows -
ρ=1.177kgm3
μ=1.846⋅10−5kgms
The Reynold's Number is defined as -
From the above equation, the inlet velocity can be calculated as follows
Boundary |
Region |
Boundary Type |
Dirichlet Boundary Condition |
Neumann Boundary Condition |
Outer Wall |
Solid |
WALL |
Velocity: Stationary and Slip Temperature: Heat Flux = -10000 W/m2 |
- |
Solid Side |
Solid |
WALL |
Velocity: Stationary and Slip |
Temperature |
Inlet |
Fluid |
INFLOW |
Velocity = 3.66 m/s Temperature = 300 K Species = Air |
Pressure |
Outlet |
Fluid |
OUTFLOW |
Pressure = 101325 Pa Temperature = 300 K (Backflow) Species = Air (Backflow) |
Velocity |
Interface |
Forward Boundary: Fluid Region |
INTERFACE |
Velocity: Law of Wall Temperature: Law of Wall |
- |
Reverse Boundary: Solid Region |
Velocity: Slip Temperature: Specified Value |
7. Physical Models:
8. Grid Control:
9. Output Files:
F. OUTPUTS
1. Mesh
Figure 1 - Mesh
2. Flow Properties Contour Animation
Animation 2.1 - Temperature Contour
Animation 2.2 - Y+ Contour
3. Plots
Figure 3.1 - Super-cycle At The Monitor Point
Figure 3.2 - Temperature Profile In the Solid Region
Figure 3.2 - Temperature Profile In the Fluid Region
G. RESULTS AND INFERENCES
1. Temperature Contour
The temperature contour animation shows that the solid gradually heats up which is followed by the heating of the fluid. The contour is not well defined due to the coarseness of the mesh.
2. Y+ Contour
The y+ contour shows that most of the y+ values at the wall are in the range of 10-30. This region is the buffer region where the laminar flow is transitioning to the turbulent flow and is the least desirable range as the CFD codes are not able to accurately predict the boundary effects in this region. Hence, it is recommended to either increase the mesh size to obtain a y+ value of above 30 or decrease the mesh size to obtain a y+ value of below 10.
Increasing the size of the mesh will result in a coarse mesh which further results in inaccurate results. Decreasing the mesh size will increase the accuracy and increase the computational resources required to simulate the flow. An alternative and recommended approach is to only refine the mesh at the boundary to capture the effects accurately.
3. Super-cycle At The Monitor Point
At monitor, a point is made in the Solid Thickness boundary to observe the effects of super-cycling. The plot shows that the steady-state solver is employed in the said region at fixed intervals of time (i.e. the Super-cycle Stage Interval) and the results are computed while the transient solver computing the fluid flow is temporarily paused.
Super-cycling is done as the heat flow in the solids when depicted by a transient solver, is time-consuming. Hence, it is better to apply steady-state analysis for the heat transfer through the solid while studying the behavior of the fluid flow through the pipe.
4. Temperature profile In The Solid Region
As mentioned above, the steady-state solver is employed in the solid region resulting in the sudden increase in temperature at various time intervals. This does not depict the actual temperature flow in the solid and only the steady-state temperature. Note that the increase in the temperature in the solid regions is due to the heat flux added to the solid outer wall.
5. Temperature Profile In The Fluid Region
The transient solver is used to simulate the flow in the fluid region and hence the actual increase in the temperature is observed in this case. The increase in temperature is due to the transfer of heat from the solid to the fluid.
lV. SIMULATION OF FLOW OF AIR THROUGH A PIPE - REFINED CONFIGURATION
The dimensions and geometry setup for the pipe remain the same as that for the baseline configuration.
A. CASE SETUP
In the case setup, the grid size is further refined and one embedded layer is also added to the boundary of the fluid region to properly capture the fluid behavior at the boundaries.
Also, The super-cycling stage interval is reduced to ensure that the solid region reaches equilibrium conditions within the simulation time.
All the other conditions and values remain the same as that of the baseline configuration.
1. Physical Models:
B. OUTPUTS
1. Mesh
Figure 1 -Mesh
2. Flow Properties Contour Animation
Animation 2.1 - Temperature Contour
Animation 2.2 - Y+ Contour
3. Plots
Figure 3.1 - Temperature Profile In the Solid Region
Figure 3.2 - Temperature Profile In The Fluid Region
C. RESULTS AND INFERENCES
1. Temperature Contour
The temperature contour animation shows that the solid gradually heats up which is followed by the heating of the fluid. The contour is much more well-defined as compared to the contour generated by the base mesh.
2. Y+ Contour
The y+ contour shows that most of the Y+ values at the wall are in the range of 0-10. This region is the laminar region where the flow is laminar and the no-slip condition is applied. Although the generated y+ values are not the most recommended value(i.e. Y+ ≤ 1), it is still within the acceptable range and the results are much more accurate than those obtained in the baseline configuration.
3. Temperature Profile In The Solid Region
As mentioned before, the steady-state temperature results do not depict the actual temperature flow in the solid and only the equilibrium temperature. Since we have reduced the super-cycle stage interval, the number of cycles executed to achieve steady-state temperature has increased. This is done to ensure that steady-state temperature is achieved within the defined simulation time.
4. Temperature Profile In The Fluid Region
The transient solver is used to simulate the flow in the region and hence the actual increase in the temperature is observed in this case. Note that the mean temperature of the fluid is higher than that obtained in the base mesh as the refined mesh can capture the fluid flow more accurately.
V. GRID DEPENDENCE TEST
The grid dependence test is carried out by refining the mesh in the baseline configuration while keeping the remaining parameters unchanged. We shall be considering the following three cases -
A. OUTPUTS
1. Mesh
2. Flow properties Contour Animation
Animation 2.1 - Temperature Contour
Animation 2.2 - Y+ Contour
3. Plots
Figure 3.1 - Temperature Profile In The Solid Region
Figure 3.2 - Temperature Profile In The Fluid Region
B. RESULTS AND INFERENCES
1. Temperature Contour
From the temperature contour animation, it can be observed that as the mesh size decreases, the contour becomes more well defined and the number of contour bands in the fluid region also increases. Decreasing the size of the mesh helps in increasing the accuracy of the results at each cell, which further results in an overall increase in the accuracy of the solution.
2. Y+ Contour
The values of Y+ decrease as the size of the mesh decreases. The average value of Y+ for the most refined mesh is in the range of 10-20, which is still in the buffer region and the results at the boundary can still not be considered to be accurate.
3. Temperature Profile In The Solid And Fluid Region
The temperature profile shows that as the grid decreases, the mean temperature of the solid and the fluid decreases. This is because, as the mesh size decreases, the temperature distribution is captured more accurately at each cell, which results in an overall decrease in the mean temperature in the solid and fluid region.
Vl. VARIATION OF SUPER-CYCLE STAGE INTERVAL
In this part, we shall be varying the time length for each cycle stage i.e. the super-cycle stage interval, and observe the effects on the mean temperature in the solid region for the entire simulation interval. We shall be considering the following three cases -
A. OUTPUT
B. RESULTS AND INFERENCES
1. Effect of SSI on the Convergence Time
Decreasing the super-cycle stage interval results in faster convergence of the solution concerning the simulation time.
It is better to have a small duration and need the simulation to converge within the given simulation time.
In the given cases, the solution converges in about 0.39s for an SSI of 0.01s.
2. Effect of SSI on the Total Simulation Time
Decreasing the super-cycle stage interval results in an increase in the number of cycles executed by the solver. This results in more pauses in the fluid solver, which will further increase the computation time of the solution.
It is better to have a larger SSI when we have a larger simulation time for the steady-state solver to converge. However, the condition is that the solution should completely converge within the stipulated simulation time.
Vll. CONCLUSIONS
The flow of air through a pipe using conjugate heat transfer analysis and super-cycling model has been simulated successfully. The grid dependence test is performed and the effects of variation of super-cycle stage interval on the convergence and total simulation time are analyzed.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Simulation Of A 1D Super-sonic Nozzle Using Macormack Method
AIM: To simulate the isentropic flow through a Quasi 1D subsonic - supersinic nozzle by deriving both the conservation and non-conservation forms of the governing equations and solve them by implementing Macormacks's technique using MATLAB. Objective: Determine the steady-state temperature distribution for the flow field…
19 Oct 2021 11:02 AM IST
Project 1 : CFD Meshing for Tesla Cyber Truck
ADVANCED CFD MESHING OF THE TESLA CYBER TRUCK l. OBJECTIVE 1. Geometry Clean-up of the model 2. Generation of surface mesh on the model. 3. Analyze and correct the quality of the mesh. 4. Setting…
08 Oct 2021 10:34 PM IST
Week 4 Challenge : CFD Meshing for BMW car
ADVANCED CFD MESHING OF THE BMW M6 MODEL USING ANSA l. OBJECTIVE 1. Detailed geometry clean-up of the BMW M6 Model. 2. Generation of a surface mesh on the model. 3. Analyze and correct the quality of the mesh. 4. Setting up a wind…
29 Sep 2021 10:51 PM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.