Skip to content

sinaheydariGIT/CFD-openFOAM-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CFD-openFOAM-projects

My CFD projects simulated using OpenFOAM solvers. OpenFOAM is an open source CFD software programmed in C++ and developed primarily by OpenCFD Ltd.

The three projects so far are all multiphase flow problems (water + air) solved using the interFoam solvers in OpenFOAM.
Snapshots showing the geometry of the problem and the flow fields at every save time steps are provided in /snapshots fore each project.

The geometries and the meshing are all generated by me using Gambit.

You need to have openFOAM installed to run these projects. To run each case, first go into its directory and then run

blockMesh

This will generate the geometry mesh of the problem. Then run

setFields

to set the initial fields of the problems. You can then run

interFoam 

to run the simulation. In order to post-process the data you will need to use paraView.

I encourage you to try changing the files in constant and system and directories to vary the boundary conditions, initial conditions, integration time, fluid properties and etc.

About

My CFD projects simulated using OpenFOAM solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages