All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM:- Channel flow simulation using CONVERGE CFD OBJECTIVE 1. For this challenge, we will be setting up a channel flow tutorial. 2. As you watch these videos, set up the case in CONVERGE 3. Make sure the inlet pressure and initial pressure are the same. 4. Once you have the base setup ready, run the case…
Amit Kumar
updated on 01 Dec 2022
AIM:- Channel flow simulation using CONVERGE CFD
OBJECTIVE
1. For this challenge, we will be setting up a channel flow tutorial.
2. As you watch these videos, set up the case in CONVERGE
3. Make sure the inlet pressure and initial pressure are the same.
4. Once you have the base setup ready, run the case for three different base mesh sizes
i.e You need to run 3 simulations and compare the results between all the 3 simulations.
3 different base mesh sizes are,
Contents to be shown in the report:
1. Velocity and pressure contours for all the 3 base mesh sizes
2. Show mesh (i.e surface with edges) for the 3 base mesh sizes
3. Plots for velocity, pressure, mass flow rate, and total cell count for all 3 base mesh sizes.
4. Explain the plots and write a detailed report on your project.
5. Upload an animation to youtube and attach the link here using the add media option. Explain the development of the flow using the animation.
Make sure you make your project public. Once you are done, paste the link to your project here.
INTRODUCTION:-
Channel flow is an internal flow in which the confining walls change the hydrodynamics structure of the flow from an arbitrary state at the channel inlet to a certain state at the outlet.
The simplest illustration of internal flow is a laminar flow in a circular tube while a turbulent flow in the rotor of a centrifugal compressor is an example of the most intricately shaped internal flow.
. Engineering devices complex channels with a cross-section of various geometrical shapes.
. In this project converge studio was used to establish a working idea of airflow simulation through a channel flow under certain parameters which will be elaborated on systematically in this report.
Theory:
Channel flow is an internal flow in which the confining walls change the hydrodynamic structure of the flow from an arbitrary state at the channel inlet to a certain state at the outlet.
The simplest illustration of internal flow is a laminar flow in a circular tube (see poiseuille flow).
Poiseuille flow is pressure-induced flow (channel flow) in a long duct, usually a pipe.
It is distinguished from drug-induced flow such as counter flow.
Specifically, it is assumed that there is the laminar flow of an incompressible Newtonian fluid of viscosity μ" data-dark reader-inline-border-top="" data-darkreader-inline-border-right="" data-darkreader-inline-border-bottom="" data-darkreader-inline-border-left="">μμinduced by a constant positive pressure difference or pressure drop Δp in a pipe of length L and radius R << L.
while fluid flow through the channel, the parabolic velocity profile is created.
Because the friction of the walls slows the fluid down. In fact, the velocity of the fluid at the wall is zero.
As you move away from the wall the velocity of the fluid increases until you reach the middle of the pipe, where it is at its max.
The resulting velocity profile is parabolic.
OBJECTIVE:-
1. Setting up a channel flow tutorial.
2. Velocity and pressure contours for all the 3 base mesh sizes
3. Show mesh (i.e surface with edges) for the 3 base mesh sizes
4. Plots for velocity, pressure, mass flow rate, and total cell count for all 3 base mesh sizes.
5 . Explain the plots and write a detailed report on your project.
6. Upload an animation to youtube and attach the link here using the add media option. Explain the development of the flow using the animation.
PROCEDURE:-
Create geometry:-
geometry:
here I have assumed the flow is poiseuille flow and i have taken the box-type channel. to run the simulation i have used converge software.
. I have created the above geometry in converge.
. To create the geometry, I have taken shape tool in geometry and then I selected the box tool in the shape tool.
. The dimensions of the box are length along the x-axis is 0.1m, along the y-axis is 0.01m and along the z-axis is 0.01m.
. The center of the box is 0.05m from the axis.
. Now I have used the boundary tool in the geometry.
. Here I have named the boundaries to the box.
. I have named the front and back 2D because I have taken the geometry to be 2D geometry.
. I am considering the 2D geometry because the channel length along the z-axis is infinite.
. So we can take any plane normal to the z-axis, and it shows the same results at every plane. I have taken xy plane
. Creating a geometry using the creation tool of Converge Studio
. Running diagnosis to check if there are any open edges or faces
. Checking the orientation of Normals, The normal should be such that their orientation is pointing towards the fluid flow.
ASSIGN TRINGLES TO SPECIFIED BOUNDARY
The boundaries are flagged. The converge studio basically uses triangular blocks to create geometry. So by selecting the boundaries of the triangle are Flagged
Inlet
Outlet
Top and Bottom Walls
Front2D
Back2D
In the above figure, the sum represents the number of triangles selected at each boundary.
Now use the normal toggle tool.
In the converge, the normals are always directed to outside-of-the-box faces as a default.
but here the fluid is inward flow.
So eliminate them, click on the transform in geometry and select the triangle and click apply.
to check whether the geometry is correct or not(ie open edges errors, overlap errors), click on the diagnosis which is shown at the bottom left of the display, and click findings. mow build the case setup.
CASE SETUP:
Application Type = Time-based
Materials- Air
click on gas simulation as the air is gaseous state and click on species to calculate how the mass fraction of N2 and O2 are changing along the flow.
Gas simulation is checked. The species are O2 and N2.
Simulation Parameter-
In Run Parameters- two main things to be considered
(a). Select the following solver settings.
Steady-State Monitor:-
steady-state monitor- It monitors the primitive variables and whether they reached the steady state or not.
The minimum number of cycles to be executed for a steady-state solver is 5000.
it tells us that even if we give the number of cycles to run the simulation at 15000, the software stop calculating the simulation if it reached the steady state between 5000 and 15000 cycles.
Monitor start delay indicates the simulation should run from zero cycles, that is from start.
simple size indicates the software takes the solution for every 1000 cycles and compares the difference in changing of primitive varisbles to see whether they reached a steady state or not. tolerance denotes the difference in changing primitive variables at every 1000 cycles.
. Simulation Parameter:-
Solver parameter [steady-state]
Navier -Stokes solver scheme:-
Equations:-
Steady-state solver control
Boundary Condition:-
1:- inflow
2:- Outflow
3:- Top-Bottom-Walls:-
Front 2D:-
Back 2D:-
Regions and initialization:-
initial conditions and events:-
here I have named the entire box region as the volumetric region.
. Physical Models: Uncheck Turbulence Modeling in this Case:-
Grid Control:-
1:-Base Grid:-
Post-Varible Selection:-
output/post-processing:
Typical variable / Geometry:-
Combustion/Turbulence:-
Species/Passive:-
Solution:-
Now export all the input files in a folder. so from this, we can see that converge is used to create the input files for the simulation.
Now insert the two application files from the converge folder to the folder where I have exported all the input files.
For the simulation, I used the cygwin64 terminal. in Cygwin Terminal open the folder where you have pasted all the input and application files.
now for the simulation write mpiexec.exe -n 4 converge.exe restricted and click enter. here 4 represents the number of processors used at a time.
post-processing of results:
For this copy, the post converts the application from converge folder to the output folder which is generated in the input files folder.
we are doing this because we are going to convert all the output files into a vtk file which can be easily read by ParaView software.
To convert the files we have to use a post-conver application as shown in the figure.
There we can see the results that are obtained.
Now in Cygwin open the output folder and write mpiexec.exe -n 4 post_convert.exe and click enter. now the below figure will appear
after naming the case and choosing 10, hit enter. now click yes for the boundary output surface. now all the output files will appear and then write 'all' to convert all the output files. now select 'all' at the cell variable selection menu. now all the files get converted into varaview to files.
now open ParaView. in ParaView, open the file and select case name .. vtm file which is present in the output files. finally, we see the geometry in the paraview.
Now choose the slice tool to select the axis along which all the primitive variables are the same.
As we know, along the z-axis the primitive variables are equal. so select the axis and click apply.
velocity:-
by seeing the velocity contour, we can clearly see the boundary layers formed at the walls and the velocity of the fluid goes on increases from the wall to the center of the channel.
Static pressure contour-
Now open the coverage and create the plots of primitive variables.
velocity profile at x 0.05m-
velocity plot at the inlet-
Velocity plot at outlet-
Static pressure plot at the inlet-
Total pressure plot at outlet-
Mass flow rate at inlet plot-
Mass flow rate at outlet plot-
Total cell count-
Animation of the above simulation:-
Velocity contour:-
Static pressure contour:-
Velocity profile at x 0.05m:-
Velocity plot at inlet:-
Velocity plot at outlet:-
Static pressure plot at the inlet:-
Total pressure plot at outlet:-
Mass flow rate plot at the inlet-
Mass flow rate plot at outlet:-
Total cell count:-
As we are seeing that plots are still not converged. it means ut will take more cycles for the primitive variables to get converge
Animation for the above simulation-
Velocity contour:-
Static pressure contour:-
Velocity profile at x 0.05m:-
Velocity plot at the inlet:-
Velocity plot at outlet:-
Static pressure plot at the inlet:-
Total pressure at outlet:-
Mass flow rate at the inlet:-
Mass flow rate at outlet:-
Total cell count:-
Animation for the above simulation:-
Conclusion:-
From the pressure contour, we can clearly see that there is a pressure difference between the inlet and outlet so that the fluid can move.
From the velocity contour, we can see that the velocity got increased from the wall to the center of the channel.
The velocity profiles we got are parabolic.
By decreasing the cell size, there the simulation to0k more time to get converge.
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...
Week - 9 Material Modeling from Raw Data
AIM:- Material Modeling from Raw Data OBJECTIVE:- Using the given video link, extract the data from the figure, and used it for validation. Create a material model for the Dogbone specimen using the diagram of the true stress-strain curve (graphite iron). From the above condition simulate…
29 Oct 2023 12:33 PM IST
Week-6 Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.
AIM:-calculate the Stretch Ratio by comparing the ELFORM OBJECTIVE:- Create a block of 10mmx10mmx10mm dimension with 10 elements for each direction and use the material card attached (Ogden_Material.k) that is representative of the material properties from the above figure. Use appropriate boundary conditions to simulate…
27 Oct 2023 05:47 PM IST
Week - 5 - Modelling Spotwelds
AIM:-Modelling SpotweldsOBJECTIVE:-In this assignment, you will model spot welds for the given assembly of parts and run a crash test similar to the one in assignment 4. Details about the spotweld location is in the image below. The yellow line signifies the spotweld directions. You need to use 3-7 spot welds along this…
26 Oct 2023 08:40 PM IST
Week - 4 - Crash Box Simulation
AIM:- Crash Box Simulation OBJECTIVE:-In this assignment, the student needs to simulate a crash test for a crash box for which mesh is given. A crash box is a highly energy-absorbing structure that crashes on application of loads and reduces impact on other components nearby. A full-fledges crashbox is a highly sophisticated…
26 Oct 2023 02:15 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.