mathrack / incompact3d

During my PhD, I was using Incompact3d (http://www.incompact3d.com/) to perform DNS (Direct Numerical Simulation) of the turbulent channel flow with (conjugate) heat transfer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The present data and the associated source code are freely available under the GNU GPL v3 licence, EXCEPT for the tex files in the folders IJHFF and IJHMT. Below are direct links to the different cases, followed by links to websites and publications related to the present work.

Direct access to data and associated source code

Imposed temperature case

The statistics are directly available in a xls file but it is recommended to visit the directory to obtain a more detailed description of the case.

Imposed heat flux case

The statistics are directly available in a xls file but it is recommended to visit the directory to obtain a more detailed description of the case.

Conjugate heat-transfer cases

The statistics are directly available in xls files but it is recommended to visit the associated directories to obtain a more detailed description of the cases:

  • Cases with the same thermal properties in the fluid and solid domains:
  • Cases with different thermal properties in the fluid and solid domains:
    • This repository contains the cases and their description.
    • xls file for $G=\frac{1}{2}$ and $G_2=\frac{1}{2}$
    • xls file for $G=\frac{1}{2}$ and $G_2=1$
    • xls file for $G=\frac{1}{2}$ and $G_2=2$
    • xls file for $G=1$ and $G_2=\frac{1}{2}$
    • xls file for $G=1$ and $G_2=2$
    • xls file for $G=2$ and $G_2=\frac{1}{2}$
    • xls file for $G=2$ and $G_2=1$
    • xls file for $G=2$ and $G_2=2$

Cases with a Robin boundary condition

The statistics are directly available in xls files but it is recommended to visit the associated directories to obtain a more detailed description of the cases:

Data associated with our publication in International Journal of Heat and Fluid Flow

We have identified 2 minor typos in our publication in IJHFF:

  • $G_2$ is said to be the ratio of fluid-to-solid thermal conductivities while it is the ratio of solid-to-fluid thermal conductivities. Anyway, this ratio is equal to one in the publication.
  • After equation (14), the values given for $R$ are erroneous as they were obtained using the dissipation rate of the temperature variance, $\varepsilon_\theta$, which includes the Prandtl number. Both number given should be multiplied by $\sqrt{Pr} = \sqrt{0.71}$. The resulting values are close to $0.13$, not $0.16$.

The repository contains:

  • All the python scripts used to generate the figures in the publication.
  • The tex and bib files used to obtain the preprint of the publication.
  • A jpg picture sketching the computational domain.
  • Several xls and xlsx files containing our results. Most of them are only symbolic links.

Data associated with our publication in International Journal of Heat and Mass Transfer

The repository contains:

  • All the python scripts used to generate the figures in the publication.
  • The tex and bib files used to obtain the preprint of the publication.
  • A jpg picture sketching the computational domain. It is a symbolic link to the one in IJHFF
  • Several xls and xlsx files containing our results. Most of them are only symbolic links.

Bibliography

Our roots

The present source code was first downloaded from the website of Incompact3d the 2016-05-26 at 10:12 CEST = 08:12 UTC.

If using the software, you are kindly asked to cite:

Preliminary work

Semi-implicit version of the code available here was originally implemented by T. Dairay:

Our work

I have applied some modifications to the code during my PhD. All the publications associated with our work are available online:

Remarks

There seems to be an issue with symbolic links. If you can not compile some cases, please check carefully each file and symbolic link.

TODO

The module for the statistics would probably look much better if a derived type was used.

Acknowledgements

The author and coworkers thank the French National Research Agency and EDF R&D for funding the study (CIFRE 2012/0047) and providing computational time on Zumbrota supercomputer (IBM - Blue-geneQ). We also thank Framasoft and the Institut Jozef Stefan for providing the gitlab services that host the present project at https://repo.ijs.si/CFLAG/incompact3d and https://framagit.org/CFLAG/incompact3d.

About

During my PhD, I was using Incompact3d (http://www.incompact3d.com/) to perform DNS (Direct Numerical Simulation) of the turbulent channel flow with (conjugate) heat transfer.

License:GNU General Public License v3.0


Languages

Language:Fortran 73.2%Language:Scilab 12.5%Language:Python 9.2%Language:TeX 4.8%Language:Makefile 0.3%Language:Shell 0.1%