<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://benchmark.coria-cfd.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abdelsamie</id>
		<title>CFD Benchmark - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://benchmark.coria-cfd.fr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abdelsamie"/>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php/Special:Contributions/Abdelsamie"/>
		<updated>2026-04-11T01:45:38Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=532</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=532"/>
				<updated>2020-10-01T14:44:27Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark = &lt;br /&gt;
&lt;br /&gt;
== Irene Joliot-Curie from TGCC ==&lt;br /&gt;
&lt;br /&gt;
The YALES2 results were obtained on the Irene Joliot-Curie machine~\cite{irene} operated by TGCC/CEA for GENCI (French National Agency for Supercomputing).&lt;br /&gt;
%This machine built by Atos was introduced in Sept. 2018 and is ranked at the 61th position of June 2020 Top500 ranking~\cite{ireneTop500}.&lt;br /&gt;
It is composed of 1,656 compute nodes, with 192 GB memory on each node and two sockets of Intel Skylake (Xeon Platinum 8168) with 24 cores each, operating at 2.7 GHz.&lt;br /&gt;
Each core can deliver a theoretical peak performance of 86.4 GFlop/s with AVX-512 and FMA activated.&lt;br /&gt;
The interconnect is an Infiniband EDR, and the theoretical maximum bandwidth is 128 GB/s per socket and thus 5.33 GB/s by core when all cores are active.&lt;br /&gt;
The software stack consists of the Intel Compiler 19 and OpenMPI 2.0.4, both used for all results obtained in this benchmark.&lt;br /&gt;
&lt;br /&gt;
== SuperMUC-NG from LRZ ==&lt;br /&gt;
&lt;br /&gt;
All test cases with DINO were simulated on the SuperMUC machine, hosted at the Leibniz Supercomputing Center (LRZ) in Munich, Germany~\cite{supermuc}. &lt;br /&gt;
In the course of the project, results have been obtained on three versions of SuperMUC (Phase I, Phase II, and NG), but &lt;br /&gt;
only the performance on the most recent system, SuperMUC-NG, will be discussed here. &lt;br /&gt;
%This machine was assembled by Lenovo and ranks at the 13th position at June 2020 Top500~\cite{supermucTop500}.&lt;br /&gt;
SuperMUC-NG is a combination of 6,336 compute nodes built from bi-socket Intel Skylake Xeon Platinum Processor 8174 with 96 GB of memory and 24 cores. &lt;br /&gt;
The theoretical peak performance of a single core is 99.2 GFlop/s with AVX512 and FMA activated at a sustained frequency of 3.1 GHz. &lt;br /&gt;
The nodes are interconnected with Intel OmniPath interconnect network. All tests presented here were obtained with the Intel 19 compiler and Intel MPI.&lt;br /&gt;
&lt;br /&gt;
== Piz Daint from CSCS ==&lt;br /&gt;
&lt;br /&gt;
The Nek5000 simulations were performed on the XC40 partition of the Piz Daint machine at CSCS in Switzerland~\cite{pizdaint}.&lt;br /&gt;
%This machine ranks at the 231th position of the June 2020 Top500 ranking~\cite{pizdaintTop500} and was manufactured by HPE and Cray.&lt;br /&gt;
It is composed of 1,813 compute nodes, each containing 64~GB of RAM and two sockets using the Intel Xeon E5-2695~v4 processors (18 cores at 2.1 GHz by socket).&lt;br /&gt;
The theoretical peak performance of a single core is 33.6~GFlop/s with AVX2 and FMA activated.&lt;br /&gt;
The interconnect is based on the Aries routing and communications ASIC and a Dragonfly &lt;br /&gt;
network topology, and the maximum achievable bandwidth (BW) with a single socket is 76.8 GB/s, &lt;br /&gt;
which allows 4.27~GB/s transfer to each core in a fully occupied socket.&lt;br /&gt;
All tests presented here have been obtained with the Intel 18 compiler.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= TauBench performance benchmark = &lt;br /&gt;
&lt;br /&gt;
The scalable benchmark TauBench emulates the run time behavior of the compressible TAU flow solver~\cite{dlr22421} with respect to the memory footprint and floating-point performance. &lt;br /&gt;
Since the TAU solver relies on unstructured grids, its most important property is that all access points to the grid are indirect, as in most modern CFD solvers.&lt;br /&gt;
TauBench can therefore be used to estimate the performance of a generic flow solver with respect to machine properties, like memory bandwidth or cache miss/latencies.&lt;br /&gt;
It is used to provide a reference measurement of a system on a workload that is more representative of usual CFD codes than the widely used LINPACK benchmark~\cite{linpack}, which is mostly CPU-bound.&lt;br /&gt;
Even though some important effects are neglected by using a single-core benchmark (like MPI communications or memory bandwidth saturation that appear on fully-filled nodes), TauBench is still a good indicator of the relative performance of each architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance center&amp;quot;&lt;br /&gt;
 |+  Single-core performance obtained by TauBench for the three HPC systems employed in the benchmarks&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Machine&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Irene Joliot-Curie&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | SuperMuc-NG&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Pitz Daint&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Frequency [GHz]&lt;br /&gt;
 | 2.7&lt;br /&gt;
 | 3.1&lt;br /&gt;
 | 2.1&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core TauBench [GFlop/s]&lt;br /&gt;
 | 2.97&lt;br /&gt;
 | 3.34&lt;br /&gt;
 | 4.13&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core Peak [GFlop/s]&lt;br /&gt;
 | 86.4&lt;br /&gt;
 | 99.2&lt;br /&gt;
 | 33.6&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core BW [GB/s]&lt;br /&gt;
 | 21.3&lt;br /&gt;
 | 21.3&lt;br /&gt;
 | 19.2&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This table  presents some important data of the three considered HPC systems:  the processor frequency, the result ofTauBench, the theoretical peak performance and the memory bandwidth.  The last three results are given for a singlecore.  The most striking – though not unexpected – conclusion is that TauBench provides results that are much lowerthan the theoretical peak performance (3% of the peak for Irene Joliot-Curie and for SuperMUC-NG, and 12% forPitz Daint).  This is in agreement with the results from the similar and well-known benchmark HPCG [86] that is alsointended as a complement to the High Performance LINPACK (HPL) benchmark, currently used to rank the Top500computing  systems.   For  example,  the  HPCG  benchmark  on  the  Irene  Joliot-Curie  revealed  a  peak  performanceof  0.66  GFlop/s  per  core  [87],  which  is  approximately  only  0.8%  of  the  peak  performance.   The  main  reason  forthe discrepancy between the LINPACK and the HPCG benchmark is that the first one is purely CPU-bound whileHPCG is mostly limited by the memory bandwidth and cache-miss effects.  TauBench is somewhere in between andis probably a good estimate for many CFD codes.Indeed, the theoretical peak performance can only be reached when performing 2 fully-vectorized Fused Multiply-Add (FMA) instructions per cycle.  This situation is never achieved in any CFD code.  Most of them are usuallylimited to issuing only one non-vectorized non-FMA instruction per cycle; in this situation, the peak performance (inGFlop/s) is simply equal to the processor frequency (in GHz).  This can be observed very clearly on SuperMUC andIrene Joliot-Curie.  Regarding the Pitz Daint machine, it appears that the TauBench result is actually much betterthere than on the two other machines when compared to theoretical peak performance; this is somewhat unexpectedand might be due to the use of TurboBoost on this machine, or to a better memory/cache performance.It  should  be  pointed  out  that  no  effort  was  made  to  find  the  best  parameters  (tolerances,  timestep,  etc.)   tominimize the computational cost, and the following results should only be considered as indicative of the time-to-solution of the three codes.&lt;br /&gt;
&lt;br /&gt;
= Methodology =&lt;br /&gt;
Several metrics will be used in the following sections to characterize the codes.  They are introduced by givingboth a formal definition as well as a few complementary explanations.  In order to avoid any confusion between CPUtime and Simulated time, the corresponding data will be indexed by &amp;lt;sub&amp;gt;CPU&amp;lt;/sub&amp;gt; and &amp;lt;sub&amp;gt;Sim&amp;lt;/sub&amp;gt;, respectively.&lt;br /&gt;
&lt;br /&gt;
First, the Wall-Clock Time (WCT) is the elapsed time to perform a simulation on a given number of cores Ncores.The product TCPU = Ncores×WCT is thus the total CPU time for the simulation.A more meaningful metric is the so-called Reduced Computational Time (RCT), which is computed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
RTC = \frac{TCPU}{Nit \times N_p}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Analysis_of_Step_1&amp;diff=531</id>
		<title>Analysis of Step 1</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Analysis_of_Step_1&amp;diff=531"/>
				<updated>2020-10-01T14:39:40Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The verification involves a direct comparison with the analytical solution. For this purpose, analytic fields for&lt;br /&gt;
'''velocity''' (x- and y-components) and '''vorticity''' &amp;lt;math&amp;gt;(\partial_x v - \partial_y u)&amp;lt;/math&amp;gt; at &amp;lt;math&amp;gt;t=10 \tau_{ref}&amp;lt;/math&amp;gt; are presented in Fig. 3. It should be noted&lt;br /&gt;
that both '''YALES2''' and '''DINO''' used 642 '''grid points''' for this test case, while '''Nek5000''' employed 82&lt;br /&gt;
'''spectral elements of order 8''', which results in 64 '''discretization points''' in each direction. The velocity profiles along both centerlines of&lt;br /&gt;
the domain at &amp;lt;math&amp;gt;t = 10 \tau_{ref}&amp;lt;/math&amp;gt; are shown in Fig. 4. It can be observed that the three codes give perfect visual agreement&lt;br /&gt;
14&lt;br /&gt;
with the '''analytical solution'''. Table 3 present the analytical maximal velocity at &amp;lt;math&amp;gt;t = 10 \tau_{ref}&amp;lt;/math&amp;gt; (as computed from Eq. 2)&lt;br /&gt;
and the values obtained with the three codes, as well as the associated relative error: it is observed that the maximal&lt;br /&gt;
deviation is less than &amp;lt;math&amp;gt;0.03%&amp;lt;/math&amp;gt; for the three codes.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance center&amp;quot;&lt;br /&gt;
 |+ Comparison of the peak velocity at &amp;lt;math&amp;gt;t = 10 \tau_{ref}&amp;lt;/math&amp;gt; for Step 1 (verification)&lt;br /&gt;
 |-&lt;br /&gt;
 |&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Analytical&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | YALES2&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | DINO&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Nek5000&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | &amp;lt;math&amp;gt;V_{max}&amp;lt;/math&amp;gt;&lt;br /&gt;
 | 0.9875778&lt;br /&gt;
 | 0.987583&lt;br /&gt;
 | 0.987565&lt;br /&gt;
 | 0.9875785&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | &amp;lt;math&amp;gt;\epsilon_{rel}&amp;lt;/math&amp;gt;&lt;br /&gt;
 | 0 [Ref]&lt;br /&gt;
 | &amp;lt;math&amp;gt;5.3·10^{-4}%&amp;lt;/math&amp;gt;&lt;br /&gt;
 | &amp;lt;math&amp;gt;1.3·10^{-3}%&amp;lt;/math&amp;gt;&lt;br /&gt;
 | &amp;lt;math&amp;gt;7.1·10^{-5}%&amp;lt;/math&amp;gt;&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This configuration, although quite far from any realistic flame, is nevertheless an excellent manner to verify the&lt;br /&gt;
numerical procedure. It can be used to check the obtained discretization order in space and time and to quantify&lt;br /&gt;
numerical dissipation, as documented for instance in Figure 5 of &amp;lt;ref name=&amp;quot;abelsamie2016&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[File:vx_t2.png|250px|alt text]]&lt;br /&gt;
[[File:vy_t2.png|250px|alt text]]&lt;br /&gt;
[[File:wz_t2.png|250px|alt text]]&lt;br /&gt;
&lt;br /&gt;
You can see on the figures above the analytic fields of x-velocity, y-velocity, and vorticity, respectively (from left to right), at &amp;lt;math&amp;gt;t = 10 \tau_{ref}&amp;lt;/math&amp;gt; for '''Step 1''' (verification step).&lt;br /&gt;
&lt;br /&gt;
[[File:vx_2d.png|250px]]&lt;br /&gt;
[[File:vy_2d.png|250px]]&lt;br /&gt;
&lt;br /&gt;
Comparing the results of the '''three codes''' with the analytical solution for the '''2-D Taylor-Green vortex''' ('''Step 1'''). Left: xcomponent of velocity. Right: y-component of velocity.&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;abelsamie2016&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Abdelsamie2016, &lt;br /&gt;
	author= {A. Abdelsamie and G. Fru and F. Dietzsch and G. Janiga and D. Thévenin},&lt;br /&gt;
	title= {Towards direct numerical simulations of low-Mach number turbulent reacting and two-phase flows using immersed boundaries},&lt;br /&gt;
	journal={Comput. Fluids},&lt;br /&gt;
	year= {2016},&lt;br /&gt;
	volume={131},&lt;br /&gt;
	number={5},&lt;br /&gt;
	pages={123--141},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=530</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=530"/>
				<updated>2020-10-01T14:33:21Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* TauBench performance benchmark */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark = &lt;br /&gt;
&lt;br /&gt;
== Irene Joliot-Curie from TGCC ==&lt;br /&gt;
&lt;br /&gt;
The YALES2 results were obtained on the Irene Joliot-Curie machine~\cite{irene} operated by TGCC/CEA for GENCI (French National Agency for Supercomputing).&lt;br /&gt;
%This machine built by Atos was introduced in Sept. 2018 and is ranked at the 61th position of June 2020 Top500 ranking~\cite{ireneTop500}.&lt;br /&gt;
It is composed of 1,656 compute nodes, with 192 GB memory on each node and two sockets of Intel Skylake (Xeon Platinum 8168) with 24 cores each, operating at 2.7 GHz.&lt;br /&gt;
Each core can deliver a theoretical peak performance of 86.4 GFlop/s with AVX-512 and FMA activated.&lt;br /&gt;
The interconnect is an Infiniband EDR, and the theoretical maximum bandwidth is 128 GB/s per socket and thus 5.33 GB/s by core when all cores are active.&lt;br /&gt;
The software stack consists of the Intel Compiler 19 and OpenMPI 2.0.4, both used for all results obtained in this benchmark.&lt;br /&gt;
&lt;br /&gt;
== SuperMUC-NG from LRZ ==&lt;br /&gt;
&lt;br /&gt;
All test cases with DINO were simulated on the SuperMUC machine, hosted at the Leibniz Supercomputing Center (LRZ) in Munich, Germany~\cite{supermuc}. &lt;br /&gt;
In the course of the project, results have been obtained on three versions of SuperMUC (Phase I, Phase II, and NG), but &lt;br /&gt;
only the performance on the most recent system, SuperMUC-NG, will be discussed here. &lt;br /&gt;
%This machine was assembled by Lenovo and ranks at the 13th position at June 2020 Top500~\cite{supermucTop500}.&lt;br /&gt;
SuperMUC-NG is a combination of 6,336 compute nodes built from bi-socket Intel Skylake Xeon Platinum Processor 8174 with 96 GB of memory and 24 cores. &lt;br /&gt;
The theoretical peak performance of a single core is 99.2 GFlop/s with AVX512 and FMA activated at a sustained frequency of 3.1 GHz. &lt;br /&gt;
The nodes are interconnected with Intel OmniPath interconnect network. All tests presented here were obtained with the Intel 19 compiler and Intel MPI.&lt;br /&gt;
&lt;br /&gt;
== Piz Daint from CSCS ==&lt;br /&gt;
&lt;br /&gt;
The Nek5000 simulations were performed on the XC40 partition of the Piz Daint machine at CSCS in Switzerland~\cite{pizdaint}.&lt;br /&gt;
%This machine ranks at the 231th position of the June 2020 Top500 ranking~\cite{pizdaintTop500} and was manufactured by HPE and Cray.&lt;br /&gt;
It is composed of 1,813 compute nodes, each containing 64~GB of RAM and two sockets using the Intel Xeon E5-2695~v4 processors (18 cores at 2.1 GHz by socket).&lt;br /&gt;
The theoretical peak performance of a single core is 33.6~GFlop/s with AVX2 and FMA activated.&lt;br /&gt;
The interconnect is based on the Aries routing and communications ASIC and a Dragonfly &lt;br /&gt;
network topology, and the maximum achievable bandwidth (BW) with a single socket is 76.8 GB/s, &lt;br /&gt;
which allows 4.27~GB/s transfer to each core in a fully occupied socket.&lt;br /&gt;
All tests presented here have been obtained with the Intel 18 compiler.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= TauBench performance benchmark = &lt;br /&gt;
&lt;br /&gt;
The scalable benchmark TauBench emulates the run time behavior of the compressible TAU flow solver~\cite{dlr22421} with respect to the memory footprint and floating-point performance. &lt;br /&gt;
Since the TAU solver relies on unstructured grids, its most important property is that all access points to the grid are indirect, as in most modern CFD solvers.&lt;br /&gt;
TauBench can therefore be used to estimate the performance of a generic flow solver with respect to machine properties, like memory bandwidth or cache miss/latencies.&lt;br /&gt;
It is used to provide a reference measurement of a system on a workload that is more representative of usual CFD codes than the widely used LINPACK benchmark~\cite{linpack}, which is mostly CPU-bound.&lt;br /&gt;
Even though some important effects are neglected by using a single-core benchmark (like MPI communications or memory bandwidth saturation that appear on fully-filled nodes), TauBench is still a good indicator of the relative performance of each architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance center&amp;quot;&lt;br /&gt;
 |+  Single-core performance obtained by TauBench for the three HPC systems employed in the benchmarks&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Machine&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Irene Joliot-Curie&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | SuperMuc-NG&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Pitz Daint&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Frequency [GHz]&lt;br /&gt;
 | 2.7&lt;br /&gt;
 | 3.1&lt;br /&gt;
 | 2.1&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core TauBench [GFlop/s]&lt;br /&gt;
 | 2.97&lt;br /&gt;
 | 3.34&lt;br /&gt;
 | 4.13&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core Peak [GFlop/s]&lt;br /&gt;
 | 86.4&lt;br /&gt;
 | 99.2&lt;br /&gt;
 | 33.6&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core BW [GB/s]&lt;br /&gt;
 | 21.3&lt;br /&gt;
 | 21.3&lt;br /&gt;
 | 19.2&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
This table  presents some important data of the three considered HPC systems:  the processor frequency, the result ofTauBench, the theoretical peak performance and the memory bandwidth.  The last three results are given for a singlecore.  The most striking – though not unexpected – conclusion is that TauBench provides results that are much lowerthan the theoretical peak performance (3% of the peak for Irene Joliot-Curie and for SuperMUC-NG, and 12% forPitz Daint).  This is in agreement with the results from the similar and well-known benchmark HPCG [86] that is alsointended as a complement to the High Performance LINPACK (HPL) benchmark, currently used to rank the Top500computing  systems.   For  example,  the  HPCG  benchmark  on  the  Irene  Joliot-Curie  revealed  a  peak  performanceof  0.66  GFlop/s  per  core  [87],  which  is  approximately  only  0.8%  of  the  peak  performance.   The  main  reason  forthe discrepancy between the LINPACK and the HPCG benchmark is that the first one is purely CPU-bound whileHPCG is mostly limited by the memory bandwidth and cache-miss effects.  TauBench is somewhere in between andis probably a good estimate for many CFD codes.Indeed, the theoretical peak performance can only be reached when performing 2 fully-vectorized Fused Multiply-Add (FMA) instructions per cycle.  This situation is never achieved in any CFD code.  Most of them are usuallylimited to issuing only one non-vectorized non-FMA instruction per cycle; in this situation, the peak performance (inGFlop/s) is simply equal to the processor frequency (in GHz).  This can be observed very clearly on SuperMUC andIrene Joliot-Curie.  Regarding the Pitz Daint machine, it appears that the TauBench result is actually much betterthere than on the two other machines when compared to theoretical peak performance; this is somewhat unexpectedand might be due to the use of TurboBoost on this machine, or to a better memory/cache performance.It  should  be  pointed  out  that  no  effort  was  made  to  find  the  best  parameters  (tolerances,  timestep,  etc.)   tominimize the computational cost, and the following results should only be considered as indicative of the time-to-solution of the three codes.&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=529</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=529"/>
				<updated>2020-10-01T14:32:21Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark = &lt;br /&gt;
&lt;br /&gt;
== Irene Joliot-Curie from TGCC ==&lt;br /&gt;
&lt;br /&gt;
The YALES2 results were obtained on the Irene Joliot-Curie machine~\cite{irene} operated by TGCC/CEA for GENCI (French National Agency for Supercomputing).&lt;br /&gt;
%This machine built by Atos was introduced in Sept. 2018 and is ranked at the 61th position of June 2020 Top500 ranking~\cite{ireneTop500}.&lt;br /&gt;
It is composed of 1,656 compute nodes, with 192 GB memory on each node and two sockets of Intel Skylake (Xeon Platinum 8168) with 24 cores each, operating at 2.7 GHz.&lt;br /&gt;
Each core can deliver a theoretical peak performance of 86.4 GFlop/s with AVX-512 and FMA activated.&lt;br /&gt;
The interconnect is an Infiniband EDR, and the theoretical maximum bandwidth is 128 GB/s per socket and thus 5.33 GB/s by core when all cores are active.&lt;br /&gt;
The software stack consists of the Intel Compiler 19 and OpenMPI 2.0.4, both used for all results obtained in this benchmark.&lt;br /&gt;
&lt;br /&gt;
== SuperMUC-NG from LRZ ==&lt;br /&gt;
&lt;br /&gt;
All test cases with DINO were simulated on the SuperMUC machine, hosted at the Leibniz Supercomputing Center (LRZ) in Munich, Germany~\cite{supermuc}. &lt;br /&gt;
In the course of the project, results have been obtained on three versions of SuperMUC (Phase I, Phase II, and NG), but &lt;br /&gt;
only the performance on the most recent system, SuperMUC-NG, will be discussed here. &lt;br /&gt;
%This machine was assembled by Lenovo and ranks at the 13th position at June 2020 Top500~\cite{supermucTop500}.&lt;br /&gt;
SuperMUC-NG is a combination of 6,336 compute nodes built from bi-socket Intel Skylake Xeon Platinum Processor 8174 with 96 GB of memory and 24 cores. &lt;br /&gt;
The theoretical peak performance of a single core is 99.2 GFlop/s with AVX512 and FMA activated at a sustained frequency of 3.1 GHz. &lt;br /&gt;
The nodes are interconnected with Intel OmniPath interconnect network. All tests presented here were obtained with the Intel 19 compiler and Intel MPI.&lt;br /&gt;
&lt;br /&gt;
== Piz Daint from CSCS ==&lt;br /&gt;
&lt;br /&gt;
The Nek5000 simulations were performed on the XC40 partition of the Piz Daint machine at CSCS in Switzerland~\cite{pizdaint}.&lt;br /&gt;
%This machine ranks at the 231th position of the June 2020 Top500 ranking~\cite{pizdaintTop500} and was manufactured by HPE and Cray.&lt;br /&gt;
It is composed of 1,813 compute nodes, each containing 64~GB of RAM and two sockets using the Intel Xeon E5-2695~v4 processors (18 cores at 2.1 GHz by socket).&lt;br /&gt;
The theoretical peak performance of a single core is 33.6~GFlop/s with AVX2 and FMA activated.&lt;br /&gt;
The interconnect is based on the Aries routing and communications ASIC and a Dragonfly &lt;br /&gt;
network topology, and the maximum achievable bandwidth (BW) with a single socket is 76.8 GB/s, &lt;br /&gt;
which allows 4.27~GB/s transfer to each core in a fully occupied socket.&lt;br /&gt;
All tests presented here have been obtained with the Intel 18 compiler.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= TauBench performance benchmark = &lt;br /&gt;
&lt;br /&gt;
The scalable benchmark TauBench emulates the run time behavior of the compressible TAU flow solver~\cite{dlr22421} with respect to the memory footprint and floating-point performance. &lt;br /&gt;
Since the TAU solver relies on unstructured grids, its most important property is that all access points to the grid are indirect, as in most modern CFD solvers.&lt;br /&gt;
TauBench can therefore be used to estimate the performance of a generic flow solver with respect to machine properties, like memory bandwidth or cache miss/latencies.&lt;br /&gt;
It is used to provide a reference measurement of a system on a workload that is more representative of usual CFD codes than the widely used LINPACK benchmark~\cite{linpack}, which is mostly CPU-bound.&lt;br /&gt;
Even though some important effects are neglected by using a single-core benchmark (like MPI communications or memory bandwidth saturation that appear on fully-filled nodes), TauBench is still a good indicator of the relative performance of each architecture.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance center&amp;quot;&lt;br /&gt;
 |+  Single-core performance obtained by TauBench for the three HPC systems employed in the benchmarks&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Machine&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Irene Joliot-Curie&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | SuperMuc-NG&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Pitz Daint&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Frequency [GHz]&lt;br /&gt;
 | 2.7&lt;br /&gt;
 | 3.1&lt;br /&gt;
 | 2.1&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core TauBench [GFlop/s]&lt;br /&gt;
 | 2.97&lt;br /&gt;
 | 3.34&lt;br /&gt;
 | 4.13&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core Peak [GFlop/s]&lt;br /&gt;
 | 86.4&lt;br /&gt;
 | 99.2&lt;br /&gt;
 | 33.6&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;row&amp;quot; | Single core BW [GB/s]&lt;br /&gt;
 | 21.3&lt;br /&gt;
 | 21.3&lt;br /&gt;
 | 19.2&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=528</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=528"/>
				<updated>2020-09-26T21:11:44Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark = &lt;br /&gt;
&lt;br /&gt;
== Irene Joliot-Curie from TGCC ==&lt;br /&gt;
&lt;br /&gt;
The YALES2 results were obtained on the Irene Joliot-Curie machine~\cite{irene} operated by TGCC/CEA for GENCI (French National Agency for Supercomputing).&lt;br /&gt;
%This machine built by Atos was introduced in Sept. 2018 and is ranked at the 61th position of June 2020 Top500 ranking~\cite{ireneTop500}.&lt;br /&gt;
It is composed of 1,656 compute nodes, with 192 GB memory on each node and two sockets of Intel Skylake (Xeon Platinum 8168) with 24 cores each, operating at 2.7 GHz.&lt;br /&gt;
Each core can deliver a theoretical peak performance of 86.4 GFlop/s with AVX-512 and FMA activated.&lt;br /&gt;
The interconnect is an Infiniband EDR, and the theoretical maximum bandwidth is 128 GB/s per socket and thus 5.33 GB/s by core when all cores are active.&lt;br /&gt;
The software stack consists of the Intel Compiler 19 and OpenMPI 2.0.4, both used for all results obtained in this benchmark.&lt;br /&gt;
&lt;br /&gt;
== SuperMUC-NG from LRZ ==&lt;br /&gt;
&lt;br /&gt;
All test cases with DINO were simulated on the SuperMUC machine, hosted at the Leibniz Supercomputing Center (LRZ) in Munich, Germany~\cite{supermuc}. &lt;br /&gt;
In the course of the project, results have been obtained on three versions of SuperMUC (Phase I, Phase II, and NG), but &lt;br /&gt;
only the performance on the most recent system, SuperMUC-NG, will be discussed here. &lt;br /&gt;
%This machine was assembled by Lenovo and ranks at the 13th position at June 2020 Top500~\cite{supermucTop500}.&lt;br /&gt;
SuperMUC-NG is a combination of 6,336 compute nodes built from bi-socket Intel Skylake Xeon Platinum Processor 8174 with 96 GB of memory and 24 cores. &lt;br /&gt;
The theoretical peak performance of a single core is 99.2 GFlop/s with AVX512 and FMA activated at a sustained frequency of 3.1 GHz. &lt;br /&gt;
The nodes are interconnected with Intel OmniPath interconnect network. All tests presented here were obtained with the Intel 19 compiler and Intel MPI.&lt;br /&gt;
&lt;br /&gt;
== Piz Daint from CSCS ==&lt;br /&gt;
&lt;br /&gt;
The Nek5000 simulations were performed on the XC40 partition of the Piz Daint machine at CSCS in Switzerland~\cite{pizdaint}.&lt;br /&gt;
%This machine ranks at the 231th position of the June 2020 Top500 ranking~\cite{pizdaintTop500} and was manufactured by HPE and Cray.&lt;br /&gt;
It is composed of 1,813 compute nodes, each containing 64~GB of RAM and two sockets using the Intel Xeon E5-2695~v4 processors (18 cores at 2.1 GHz by socket).&lt;br /&gt;
The theoretical peak performance of a single core is 33.6~GFlop/s with AVX2 and FMA activated.&lt;br /&gt;
The interconnect is based on the Aries routing and communications ASIC and a Dragonfly &lt;br /&gt;
network topology, and the maximum achievable bandwidth (BW) with a single socket is 76.8 GB/s, &lt;br /&gt;
which allows 4.27~GB/s transfer to each core in a fully occupied socket.&lt;br /&gt;
All tests presented here have been obtained with the Intel 18 compiler.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= TauBench performance benchmark = &lt;br /&gt;
&lt;br /&gt;
The scalable benchmark TauBench emulates the run time behavior of the compressible TAU flow solver~\cite{dlr22421} with respect to the memory footprint and floating-point performance. &lt;br /&gt;
Since the TAU solver relies on unstructured grids, its most important property is that all access points to the grid are indirect, as in most modern CFD solvers.&lt;br /&gt;
TauBench can therefore be used to estimate the performance of a generic flow solver with respect to machine properties, like memory bandwidth or cache miss/latencies.&lt;br /&gt;
It is used to provide a reference measurement of a system on a workload that is more representative of usual CFD codes than the widely used LINPACK benchmark~\cite{linpack}, which is mostly CPU-bound.&lt;br /&gt;
Even though some important effects are neglected by using a single-core benchmark (like MPI communications or memory bandwidth saturation that appear on fully-filled nodes), TauBench is still a good indicator of the relative performance of each architecture.&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=527</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=527"/>
				<updated>2020-09-26T21:07:36Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=526</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=526"/>
				<updated>2020-09-26T18:09:21Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark =&lt;br /&gt;
&lt;br /&gt;
== [[Irene Joliot-Curie from TGCC]] ==&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
The YALES2 results were obtained on the Irene Joliot-Curie machine~\cite{irene} operated by TGCC/CEA for GENCI (French National Agency for Supercomputing).&lt;br /&gt;
%This machine built by Atos was introduced in Sept. 2018 and is ranked at the 61th position of June 2020 Top500 ranking~\cite{ireneTop500}.&lt;br /&gt;
It is composed of 1,656 compute nodes, with 192 GB memory on each node and two sockets of Intel Skylake (Xeon Platinum 8168) with 24 cores each, operating at 2.7 GHz.&lt;br /&gt;
Each core can deliver a theoretical peak performance of 86.4 GFlop/s with AVX-512 and FMA activated.&lt;br /&gt;
The interconnect is an Infiniband EDR, and the theoretical maximum bandwidth is 128 GB/s per socket and thus 5.33 GB/s by core when all cores are active.&lt;br /&gt;
The software stack consists of the Intel Compiler 19 and OpenMPI 2.0.4, both used for all results obtained in this benchmark.&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=525</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=525"/>
				<updated>2020-09-26T18:07:32Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Irene Joliot-Curie from TGCC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark =&lt;br /&gt;
== [[Irene Joliot-Curie from TGCC]] ==&lt;br /&gt;
The YALES2 results were obtained on the Irene Joliot-Curie machine~\cite{irene} operated by TGCC/CEA for GENCI (French National Agency for Supercomputing).&lt;br /&gt;
%This machine built by Atos was introduced in Sept. 2018 and is ranked at the 61th position of June 2020 Top500 ranking~\cite{ireneTop500}.&lt;br /&gt;
It is composed of 1,656 compute nodes, with 192 GB memory on each node and two sockets of Intel Skylake (Xeon Platinum 8168) with 24 cores each, operating at 2.7 GHz.&lt;br /&gt;
Each core can deliver a theoretical peak performance of 86.4 GFlop/s with AVX-512 and FMA activated.&lt;br /&gt;
The interconnect is an Infiniband EDR, and the theoretical maximum bandwidth is 128 GB/s per socket and thus 5.33 GB/s by core when all cores are active.&lt;br /&gt;
The software stack consists of the Intel Compiler 19 and OpenMPI 2.0.4, both used for all results obtained in this benchmark.&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=524</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=524"/>
				<updated>2020-09-26T18:05:14Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
= Presentation of the machines used for the benchmark =&lt;br /&gt;
== [[Irene Joliot-Curie from TGCC]] ==&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=523</id>
		<title>Performances</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Performances&amp;diff=523"/>
				<updated>2020-09-26T18:02:37Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: Created page with &amp;quot;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes. However, the TauBench pseudo-benchmark~...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The results presented above were obtained on different architectures, preventing the direct comparison of the performance of the codes.&lt;br /&gt;
However, the TauBench pseudo-benchmark~\cite{TauBench,TauBench2} made it possible to assess in a separate test the raw performance of each machine.&lt;br /&gt;
The following sections will describe the configuration of the three high performance &lt;br /&gt;
computing (HPC) systems that were used to run YALES2, DINO and Nek5000 for the TGV benchmarks. &lt;br /&gt;
Subsequently, the TauBench methodology and its results on the target computers will be presented.&lt;br /&gt;
Finally, the performance analysis for the 3-D TGV cases is discussed in the last subsection.&lt;br /&gt;
&lt;br /&gt;
'''Presentation of the machines used for the benchmark&lt;br /&gt;
'''[[Irene Joliot-Curie from TGCC]]&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Step13b_dino_space.txt&amp;diff=522</id>
		<title>File:Step13b dino space.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Step13b_dino_space.txt&amp;diff=522"/>
				<updated>2020-09-24T00:14:57Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: Abdelsamie uploaded a new version of File:Step13b dino space.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Results of Step 3 with DINO.&lt;br /&gt;
&lt;br /&gt;
This file contains 7 columns:&lt;br /&gt;
&lt;br /&gt;
the position on the x-axis [cm]&lt;br /&gt;
&lt;br /&gt;
the x-component of the velocity [m/s]&lt;br /&gt;
&lt;br /&gt;
the position on the y-axis [cm]&lt;br /&gt;
&lt;br /&gt;
the y-component of the velocity [m/s]&lt;br /&gt;
&lt;br /&gt;
the temperature [K]&lt;br /&gt;
&lt;br /&gt;
the mass fraction of H2 [-]&lt;br /&gt;
&lt;br /&gt;
the mass fraction of O2 [-]&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YOH_nek5000.txt&amp;diff=521</id>
		<title>File:YOH nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YOH_nek5000.txt&amp;diff=521"/>
				<updated>2020-09-21T21:50:56Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YOH_514.txt&amp;diff=520</id>
		<title>File:YOH 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YOH_514.txt&amp;diff=520"/>
				<updated>2020-09-21T21:50:34Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YOH_253.txt&amp;diff=519</id>
		<title>File:YOH 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YOH_253.txt&amp;diff=519"/>
				<updated>2020-09-21T21:50:07Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YO2_514.txt&amp;diff=518</id>
		<title>File:YO2 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YO2_514.txt&amp;diff=518"/>
				<updated>2020-09-21T21:49:33Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: Abdelsamie uploaded a new version of File:YO2 514.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YO2_nek5000.txt&amp;diff=517</id>
		<title>File:YO2 nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YO2_nek5000.txt&amp;diff=517"/>
				<updated>2020-09-21T21:26:16Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YO2_514.txt&amp;diff=516</id>
		<title>File:YO2 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YO2_514.txt&amp;diff=516"/>
				<updated>2020-09-21T21:25:43Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YO2_253.txt&amp;diff=515</id>
		<title>File:YO2 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YO2_253.txt&amp;diff=515"/>
				<updated>2020-09-21T21:22:27Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YH2_nek5000.txt&amp;diff=514</id>
		<title>File:YH2 nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YH2_nek5000.txt&amp;diff=514"/>
				<updated>2020-09-21T21:18:28Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YH2_514.txt&amp;diff=513</id>
		<title>File:YH2 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YH2_514.txt&amp;diff=513"/>
				<updated>2020-09-21T21:17:53Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:YH2_253.txt&amp;diff=512</id>
		<title>File:YH2 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:YH2_253.txt&amp;diff=512"/>
				<updated>2020-09-21T21:17:21Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Vy_nek5000.txt&amp;diff=511</id>
		<title>File:Vy nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Vy_nek5000.txt&amp;diff=511"/>
				<updated>2020-09-21T21:15:42Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Vy_514.txt&amp;diff=510</id>
		<title>File:Vy 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Vy_514.txt&amp;diff=510"/>
				<updated>2020-09-21T21:14:59Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Vy_253.txt&amp;diff=509</id>
		<title>File:Vy 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Vy_253.txt&amp;diff=509"/>
				<updated>2020-09-21T21:13:05Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Vx_nek5000.txt&amp;diff=508</id>
		<title>File:Vx nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Vx_nek5000.txt&amp;diff=508"/>
				<updated>2020-09-21T21:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Vx_514.txt&amp;diff=507</id>
		<title>File:Vx 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Vx_514.txt&amp;diff=507"/>
				<updated>2020-09-21T21:08:32Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Vx_253.txt&amp;diff=506</id>
		<title>File:Vx 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Vx_253.txt&amp;diff=506"/>
				<updated>2020-09-21T21:07:41Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:T_nek5000.txt&amp;diff=505</id>
		<title>File:T nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:T_nek5000.txt&amp;diff=505"/>
				<updated>2020-09-21T21:06:26Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:T_514.txt&amp;diff=504</id>
		<title>File:T 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:T_514.txt&amp;diff=504"/>
				<updated>2020-09-21T21:05:52Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=503</id>
		<title>Results</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=503"/>
				<updated>2020-09-21T21:05:08Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;256^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;384^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;512^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
= Nek5000 =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Ux_vs_x_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Uy_vs_y_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t9.33864.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:profs.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
= DINO =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:DINO_Step11b_dino.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:epsVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:kVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_768.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_256.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_384.txt]].&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:T_253.txt&amp;diff=502</id>
		<title>File:T 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:T_253.txt&amp;diff=502"/>
				<updated>2020-09-21T21:04:33Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=501</id>
		<title>Results</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=501"/>
				<updated>2020-09-21T21:02:28Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;256^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;384^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;512^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
= Nek5000 =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Ux_vs_x_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Uy_vs_y_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t9.33864.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:profs.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_253:.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
= DINO =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:DINO_Step11b_dino.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:epsVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:kVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_768.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_256.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_384.txt]].&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=FileT_253:.txt&amp;diff=500</id>
		<title>FileT 253:.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=FileT_253:.txt&amp;diff=500"/>
				<updated>2020-09-21T21:00:50Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:T_253.txt]]&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=FileT_253:.txt&amp;diff=499</id>
		<title>FileT 253:.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=FileT_253:.txt&amp;diff=499"/>
				<updated>2020-09-21T21:00:15Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:T.253.txt]]&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=FileT_253:.txt&amp;diff=498</id>
		<title>FileT 253:.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=FileT_253:.txt&amp;diff=498"/>
				<updated>2020-09-21T20:59:42Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: Created page with &amp;quot;Media:T.253.txt&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Media:T.253.txt]]&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:T.txt&amp;diff=497</id>
		<title>File:T.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:T.txt&amp;diff=497"/>
				<updated>2020-09-21T20:52:22Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:Profs.txt&amp;diff=496</id>
		<title>File:Profs.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:Profs.txt&amp;diff=496"/>
				<updated>2020-09-21T20:51:54Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:HRR_nek5000.txt&amp;diff=495</id>
		<title>File:HRR nek5000.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:HRR_nek5000.txt&amp;diff=495"/>
				<updated>2020-09-21T20:50:34Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=494</id>
		<title>Results</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=494"/>
				<updated>2020-09-21T20:49:50Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;256^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;384^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;512^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
= Nek5000 =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Ux_vs_x_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Uy_vs_y_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t9.33864.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:profs.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[FileT_253:.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_nek5000.txt]].&lt;br /&gt;
&lt;br /&gt;
= DINO =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:DINO_Step11b_dino.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:epsVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:kVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_768.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_256.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_384.txt]].&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:HRR_514.txt&amp;diff=493</id>
		<title>File:HRR 514.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:HRR_514.txt&amp;diff=493"/>
				<updated>2020-09-21T20:46:00Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=492</id>
		<title>Results</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=492"/>
				<updated>2020-09-21T20:45:08Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Step 4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;256^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;384^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;512^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
= Nek5000 =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Ux_vs_x_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Uy_vs_y_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t9.33864.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_253.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_514.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:profs.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[FileT_253:.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
= DINO =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:DINO_Step11b_dino.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:epsVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:kVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_768.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_256.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_384.txt]].&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:HRR_253.txt&amp;diff=491</id>
		<title>File:HRR 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:HRR_253.txt&amp;diff=491"/>
				<updated>2020-09-21T20:44:32Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: Abdelsamie uploaded a new version of File:HRR 253.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:HRR_253.txt&amp;diff=490</id>
		<title>File:HRR 253.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:HRR_253.txt&amp;diff=490"/>
				<updated>2020-09-21T20:43:21Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:KVStime.txt&amp;diff=489</id>
		<title>File:KVStime.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:KVStime.txt&amp;diff=489"/>
				<updated>2020-09-16T16:01:17Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=488</id>
		<title>Results</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=488"/>
				<updated>2020-09-16T16:00:41Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Step 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;256^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;384^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;512^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
= Nek5000 =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Ux_vs_x_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Uy_vs_y_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t9.33864.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:profs.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[FileT_253:.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
= DINO =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:DINO_Step11b_dino.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:epsVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:kVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_768.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_256.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_384.txt]].&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=487</id>
		<title>Results</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Results&amp;diff=487"/>
				<updated>2020-09-16T15:57:53Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* Step 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The results of the Benchmark are organized as follows:&lt;br /&gt;
&lt;br /&gt;
= Yales2 = &lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Ux_vs_x_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step11b_Uy_vs_y_10.0s_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.20.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.30.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2 YALES2 512 CFL0.60.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_12.11s_Wz_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_EPS_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_KE_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_scaling_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12d_PressureConvergence_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_description_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;256^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;384^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_384.txt]].&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;math&amp;gt;512^3&amp;lt;/math&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_T_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YH2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.0ms_YO2_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_HRR_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_T_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Ux_vs_x_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_Uy_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YH2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YO2_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_0.5ms_YOH_vs_y_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_P_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_Tmax_vs_t_CORIA_YALES2_512.txt]].&lt;br /&gt;
&lt;br /&gt;
= Nek5000 =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Ux_vs_x_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:NEK500_Step1_Uy_vs_y_t10.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t9.33864.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12b_ETH_t12.11_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step12c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13a_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_space.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_ETH_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13c_ETH.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:HRR_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:profs.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[FileT_253:.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:T_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vx_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Vy_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YH2_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YO2_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_253.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_514.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:YOH_nek5000.dat]].&lt;br /&gt;
&lt;br /&gt;
= DINO =&lt;br /&gt;
&lt;br /&gt;
== Step 1 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:DINO_Step11b_dino.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 2 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:epsVStime.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:kVStime.dat]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 3 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step13b_dino_space.txt]].&lt;br /&gt;
&lt;br /&gt;
== Step 4 ==&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_384.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_512.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_space_768.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_256.txt]].&lt;br /&gt;
&lt;br /&gt;
This is a link to get the file [[File:Step2b_dino_time_384.txt]].&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:EpsVStime.txt&amp;diff=486</id>
		<title>File:EpsVStime.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:EpsVStime.txt&amp;diff=486"/>
				<updated>2020-09-16T15:55:21Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: Abdelsamie uploaded a new version of File:EpsVStime.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=File:EpsVStime.txt&amp;diff=485</id>
		<title>File:EpsVStime.txt</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=File:EpsVStime.txt&amp;diff=485"/>
				<updated>2020-09-16T15:54:24Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	<entry>
		<id>https://benchmark.coria-cfd.fr/index.php?title=Codes&amp;diff=484</id>
		<title>Codes</title>
		<link rel="alternate" type="text/html" href="https://benchmark.coria-cfd.fr/index.php?title=Codes&amp;diff=484"/>
				<updated>2020-09-16T15:26:52Z</updated>
		
		<summary type="html">&lt;p&gt;Abdelsamie: /* General comments on the codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Code Description =&lt;br /&gt;
&lt;br /&gt;
This page is dedicated to a short presentation of the three '''low-Mach number''' codes used for the rest of this benchmarl: [https://www.coria-cfd.fr/index.php/YALES2 YALES2], [http://www.lss.ovgu.de/lss/en/Research/Computational+Fluid+Dynamics.html DINO] and [http://nek5000.mcs.anl.gov Nek5000]. &lt;br /&gt;
&lt;br /&gt;
Since these codes have already been the subject of many publications and are not completely new, '''only the most relevant features are discussed in what follows''', with suitable references for those readers needing more details.&lt;br /&gt;
&lt;br /&gt;
== YALES2 ==&lt;br /&gt;
&lt;br /&gt;
YALES2 is a '''massively parallel multiphysics platform'''&amp;lt;ref name=&amp;quot;moureau2011&amp;quot;/&amp;gt; developed since 2009 by Moureau, Lartigue and co-workers at CORIA (Rouen, France).&lt;br /&gt;
It is dedicated to the high-fidelity simulation of '''low-Mach number flows in complex geometries'''.&lt;br /&gt;
It is based on the '''Finite Volumes formulation''' of the '''Navier-Stokes equations''' and it can solve both '''non-reacting''' and '''reacting flows'''.&lt;br /&gt;
It can actually solve various physical problems thanks to its original structure which is composed of a main numerical library accompanied with tens of dedicated solvers (for acoustics, multiphase flows, heat transfer, radiation\ldots) which can be coupled with one another.&lt;br /&gt;
YALES2 relies on '''unstructured meshes''' and a '''fully parallel dynamic mesh adaptation technique''' to improve the resolution in physically-relevant zones to mitigate the computational cost&amp;lt;ref name=&amp;quot;benard2015&amp;quot;/&amp;gt;. &lt;br /&gt;
As a result it can easily handle meshes composed of billions of tetrahedra, thus enabling the '''Direct Numerical Simulation''' of laboratory and semi-industrial configurations.&lt;br /&gt;
It is now composed of nearly 500,000 lines of object-oriented Fortran and the parallelism is currently ensured by a pure '''MPI''' paradigm, although a hybrid '''OpenMP/MPI''' as well as a GPU version are under development.&lt;br /&gt;
&lt;br /&gt;
As most low-Mach number codes, the time-advancement is based on a '''projection-correction method''' following the pioneering work of&amp;lt;ref name=&amp;quot;chorin1968&amp;quot;/&amp;gt;.&lt;br /&gt;
The prediction step uses a method which is a blend between a '''4th-order Runge-Kutta method''' and a '''4th-order Lax-Wendroff-like method'''&amp;lt;ref name=&amp;quot;kraushaar2011&amp;quot;/&amp;gt;, combined with a '''4th-order node-based centered finite-volume discretization''' of the convective and diffusive terms.&lt;br /&gt;
Moreover, to improve the performance of the correction step, the pressure of the previous iteration is included in the prediction step to limit the '''splitting errors'''.&lt;br /&gt;
The correction step is required to ensure '''mass conservation''', using a pressure that arises from a '''Poisson equation'''.&lt;br /&gt;
This is performed numerically by solving a linear system on the pressure at each node of the mesh thanks to a dedicated in-house version of the deflated conjugate gradient algorithm, which has been optimized for solving elliptic equations on massively parallel machines&amp;lt;ref name=&amp;quot;malandain2013&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
When considering '''multispecies''' and '''non-isothermal flows''', the extension of the classical projection method proposed by Pierce et al.&amp;lt;ref name=&amp;quot;pierce2004&amp;quot;/&amp;gt; is used to account for '''variable-density flows'''.&lt;br /&gt;
All the thermodynamic and transport properties are provided by the '''Cantera software'''&amp;lt;ref name=&amp;quot;goodwin2003&amp;quot;/&amp;gt;, which has been fully re-implemented in '''Fortran''' to avoid any performance issues.&lt;br /&gt;
Each species thermodynamic property is specified by '''5th-order polynomials''' on two temperature ranges (below and above 1000 K).&lt;br /&gt;
The mixture is supposed to be both thermally and mechanically perfect.&lt;br /&gt;
&lt;br /&gt;
Regarding transport properties, several type of models are implemented in YALES2: &lt;br /&gt;
&lt;br /&gt;
1) the default approach is based on the computation of transport properties for each species (using tabulated molecular potentials), then combining those to obtain mixture-averaged coefficients for '''viscosity''', '''conductivity''' and '''diffusion velocities''' (Hirschfelder and Curtiss approximation&amp;lt;ref name=&amp;quot;hirschfelder1964&amp;quot;/&amp;gt;; &lt;br /&gt;
&lt;br /&gt;
2) alternatively, simplified laws (for example the Sutherland law&amp;lt;ref name=&amp;quot;sutherland1893&amp;quot;/&amp;gt; can be used for the '''viscosity''', while fixed values for '''Prandtl''' and '''Schmidt numbers''' allow the computation of '''conductivity''' and '''diffusion coefficients'''; &lt;br /&gt;
&lt;br /&gt;
3) a mix of both approaches, for example computing '''viscosity''' and '''conductivity''' with a mixture-averaged approximation and then imposing a '''Lewis number''' for each species.&lt;br /&gt;
This last approach has been retained in the present benchmark.&lt;br /&gt;
&lt;br /&gt;
Finally, the source terms used in the '''reacting simulations''' are modeled with an '''Arrhenius law''' with the necessary modifications needed to take into account three-body or pressure-dependent reactions.&lt;br /&gt;
&lt;br /&gt;
From a numerical point of view, it must be noticed that both the '''diffusion''' and '''reaction processes''' occur at time scales which can be orders of magnitude smaller than the convective time scale.&lt;br /&gt;
Solving these phenomena with explicit methods would thus drastically limit the '''global timestep''' of the whole simulation and induce an overwhelming CPU cost.&lt;br /&gt;
To mitigate these effects when dealing with '''multi-species reacting flows''', the classical operator '''splitting technique''' is used.&lt;br /&gt;
The '''diffusion process''' is solved with a fractional timestep method inside each convective iteration, each substep being limited by a '''Fourier condition''' to ensure stability. &lt;br /&gt;
This method gets activated only when the mesh is very fine (typically when performing DNS with very diffusive species like &amp;lt;math&amp;gt;H_2&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt;, as in the present project); otherwise an explicit treatment is sufficient.&lt;br /&gt;
The chemical source terms are then integrated with a dedicated stiff solver, namely the '''CVODE''' library from SUNDIALS&amp;lt;ref name=&amp;quot;cohen1996cvode&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;cvodeUG&amp;quot;&amp;gt;A.C. Hindmarsh and R. Serban. User documentation for '''CVODE'''. [https://computing.llnl.gov/sites/default/files/public/cv_guide.pdf].&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;sundials&amp;quot;/&amp;gt;. &lt;br /&gt;
To that purpose, each control volume is considered as an isolated reactor with both constant pressure and enthalpy.&lt;br /&gt;
&lt;br /&gt;
Using the stiff integration technique results in a very strong load imbalance between the various regions of the flow: the fresh gases are solved in a very small number of integration steps while the inner flame region may require tens or even hundreds of integration steps. &lt;br /&gt;
To overcome this difficulty, a dedicated '''MPI''' dynamic scheduler based on a work-sharing algorithm ensures global load-balancing.&lt;br /&gt;
&lt;br /&gt;
== DINO ==&lt;br /&gt;
&lt;br /&gt;
DINO is a '''3-D DNS code''' used for '''incompressible''' or '''low-Mach number flows''', the latter approach being used in this project. &lt;br /&gt;
The development of DINO started in the group of D. Thévenin (Univ. of Magdeburg) in 2013. &lt;br /&gt;
DINO is a '''Fortran-90 code''', written on top of a 2-D pencil decomposition to enable efficient large-scale parallel simulations on distributed-memory supercomputers by coupling with the open-source library 2-DECOMP&amp;amp;FFT&amp;lt;ref name=&amp;quot;li2010&amp;quot;/&amp;gt;. &lt;br /&gt;
The code offers different features and algorithms in order to investigate different physicochemical processes. &lt;br /&gt;
Spatial derivative are computed by default using '''sixth-order central finite differences'''. &lt;br /&gt;
Time integration relies on '''several Runge-Kutta solvers'''. &lt;br /&gt;
In what follows, an explicit '''4th-order Runge-Kutta approach''' has been used. &lt;br /&gt;
A '''3rd-order semi-implicit Runge-Kutta integration''' can be activated as needed, when considering stiff chemistry. &lt;br /&gt;
In this case, non-stiff terms are still computed with explicit Runge-Kutta, while the '''PyJac package'''&amp;lt;ref&amp;gt;Create analytical jacobian matrix source code for chemical kinetics.&amp;lt;/ref&amp;gt; is used to integrate in an implicit manner all chemistry terms with an analytical Jacobian computation. &lt;br /&gt;
All thermodynamic, chemical and transport properties are computed using the open-source library '''Cantera 2.4.0'''&amp;lt;ref&amp;gt;Cantera.&amp;lt;/ref&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The transport properties can be computed based on three different models: &lt;br /&gt;
&lt;br /&gt;
1) Constant Lewis numbers, &lt;br /&gt;
&lt;br /&gt;
2) mixture-averaged, &lt;br /&gt;
&lt;br /&gt;
3) full multicomponent diffusion, by coupling either again with '''Cantera''' or with the open-source library EGlib&amp;lt;ref name=&amp;quot;ern1995&amp;quot;/&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
The '''Poisson equation''' is solved using Fast Fourier Transform ('''FFT''') for '''periodic''' as well as for '''non-periodic boundary conditions''', relying in the latter case on an in-house pre- and post-processing technique. &lt;br /&gt;
The I/O operations are implemented using two different approaches: (1) binary '''MPI-I/O''' using 2-DECOMP&amp;amp;FFT for check-points and restart files; (2) HDF5 files used for analysis and visualization.&lt;br /&gt;
&lt;br /&gt;
'''Multi-phase flows''' can be simulated in DINO using resolved or non-resolved (point) particles and droplets using a '''Lagrangian approach'''&amp;lt;ref name=&amp;quot;abdelsamie2019&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;abdelsamie2020&amp;quot;/&amp;gt;. Complex boundaries are represented by a novel second-order immersed boundary method implementation ('''IBM''') based on a directional extrapolation scheme&amp;lt;ref name=&amp;quot;chi2020&amp;quot;/&amp;gt;. &lt;br /&gt;
More details about the implemented algorithms can be found in particular in&amp;lt;ref name=&amp;quot;abdelsamie2016&amp;quot;/&amp;gt;. &lt;br /&gt;
Since DINO has been developed as a multi-purpose code for analyzing many different '''reacting''' and '''non-reacting flows'''&amp;lt;ref name=&amp;quot;chi2018&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;oster2018&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;abdelsamie2019-2&amp;quot;/&amp;gt;, a detailed verification and validation is obviously essential.&lt;br /&gt;
&lt;br /&gt;
== Nek5000 ==&lt;br /&gt;
&lt;br /&gt;
This '''spectral element low-Mach number reacting flow solver''' is based on the highly-efficient open-source solver Nek5000&amp;lt;ref&amp;gt;Nek5000 version v17.0, Argonne National Laboratory, IL, U.S.A.&amp;lt;/ref&amp;gt; extended by a plugin developed at ETH implementing a '''high-order splitting scheme''' for '''low-Mach number reacting flows'''&amp;lt;ref name=&amp;quot;tomboulides1997&amp;quot;/&amp;gt;. &lt;br /&gt;
The spectral element method ('''SEM''') is a '''high-order weighted residual technique''' for spatial discretization that combines the accuracy of spectral methods with the geometric flexibility of the finite element method allowing for accurately representation of complex geometries&amp;lt;ref name=&amp;quot;deville2002&amp;quot;/&amp;gt;.&lt;br /&gt;
The computational domain is decomposed into &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; conforming elements, which are '''quadrilaterals''' ('''in 2-D''') or '''hexahedra''' (in '''3-D''') that conform to the domain boundaries. &lt;br /&gt;
Within each element, functions are expanded as &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;th-order polynomials so that resolution can be increased either by decreasing the element size (&amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt;-type refinement) or by increasing the polynomial order (&amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;-type refinement; typically &amp;lt;math&amp;gt;N = 7 - 15&amp;lt;/math&amp;gt;). &lt;br /&gt;
The grids can be unstructured and allow for '''static local refinement''', while '''adaptive mesh refinement''' has been recently developed&amp;lt;ref name=&amp;quot;tanarro2020&amp;quot;/&amp;gt;. &lt;br /&gt;
By casting the '''polynomial approximation''' in tensor-product form, the differential operators on &amp;lt;math&amp;gt;N^3&amp;lt;/math&amp;gt; gridpoints per element can be evaluated with only &amp;lt;math&amp;gt;O(N^4)&amp;lt;/math&amp;gt; work and &amp;lt;math&amp;gt;O(N^3)&amp;lt;/math&amp;gt; storage.&lt;br /&gt;
&lt;br /&gt;
The principal advantage of the '''SEM''' is that convergence is exponential in &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;, yielding minimal '''numerical dispersion''' and '''dissipation''', so that significantly fewer grid points per wavelength are required in order to accurately propagate a turbulent structure over the extended time required in high Reynolds number simulations. &lt;br /&gt;
Nek5000 uses locally '''structured basis coefficients''' (&amp;lt;math&amp;gt;N\times N \times N&amp;lt;/math&amp;gt; arrays), which allow direct addressing and tensor-product-based derivative evaluation that can be cast as efficient matrix-matrix products involving &amp;lt;math&amp;gt;N^2&amp;lt;/math&amp;gt; operators applied to &amp;lt;math&amp;gt;N^3&amp;lt;/math&amp;gt; data values for each element. &lt;br /&gt;
As a result, data movement per grid point is the same as for '''low-order methods'''. &lt;br /&gt;
It uses scalable domain-decomposition-based iterative solvers with efficient preconditioners. &lt;br /&gt;
Communication is based on the Message Passing Interface ('''MPI''') standard, and the code has proven scalability to over one million ranks. &lt;br /&gt;
Nek5000 provides balanced I/O latency among all processors and reduces the overhead or even completely hides the I/O latency by using dedicated I/O communicators in the optimal case.&lt;br /&gt;
&lt;br /&gt;
'''Time advancement''' is performed using the '''splitting scheme''' proposed in&amp;lt;ref name=&amp;quot;tomboulides1997&amp;quot; /&amp;gt; to decouple the highly non-linear and stiff thermochemistry (species and energy governing equations) from the hydrodynamic system (continuity and momentum).&lt;br /&gt;
Species and energy equations are integrated without further '''splitting using the implicit stiff integrator solver CVODE from the SUNDIALS package'''&amp;lt;ref name=&amp;quot;cohen1996cvode&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;cvodeUG&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;sundials&amp;quot; /&amp;gt; that uses backward differentiation formulas (BDF).&lt;br /&gt;
The '''continuity''' and '''momentum equations''' are integrated using a '''second-''' or '''third-order semi-implicit formulation''' (EXT/BDF) treating the non-linear advection term explicitly&amp;lt;ref name=&amp;quot;deville2002&amp;quot; /&amp;gt;.&lt;br /&gt;
The thermodynamic properties, detailed chemistry, and transport properties are provided by optimized subroutines compatible with '''Chemkin'''&amp;lt;ref name=&amp;quot;chemkin&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The reacting flow solver can handle complex time-varying geometries and has been used for instance to simulate laboratory-scale internal combustion engines&amp;lt;ref name=&amp;quot;MS&amp;quot;/&amp;gt;&amp;lt;ref name=&amp;quot;TCC&amp;quot;/&amp;gt;. &lt;br /&gt;
It can account for conjugate fluid-solid heat transfer and detailed gas phase as well as surface kinetics&amp;lt;ref name=&amp;quot;catalytic&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== General comments on the codes ==&lt;br /&gt;
&lt;br /&gt;
The three '''aforementioned solvers''' are all '''unsteady''', '''high-fidelity codes''' based on the '''low-Mach number''' formulation of the '''Navier-Stokes equations'''.&lt;br /&gt;
They can perform both '''Direct Numerical Simulations''' or '''Large Eddy Simulations''' of reacting flows, only '''DNS''' being considered here.&lt;br /&gt;
However, they differ in a certain number of points, mainly from the numerical point of view.&lt;br /&gt;
The aim of this section is to emphasize those major differences.&lt;br /&gt;
First, '''YALES2''' is an '''unstructured code''', designed to handle any type of elements; its main application field pertains to '''LES''' of industrially relevant flows, though '''DNS''' is possible as well. &lt;br /&gt;
On the other hand, both '''DINO''' and '''Nek5000''' are mostly dedicated to '''DNS''' of configurations found in fundamental research.&lt;br /&gt;
Both '''DINO''' and '''Nek5000''' can only deal with '''quads''' or '''hexas''', with the major difference that '''DINO''' is based on a '''structured connectivity''' while '''Nek5000''' can use '''unstructured meshes''' (pavings).&lt;br /&gt;
As a consequence, both '''DINO''' and '''Nek5000''' employ '''higher-order numerical schemes''' compared to '''YALES2''', limited at best to a '''4th-order scheme'''.&lt;br /&gt;
All codes rely on dedicated libraries to compute the thermo-chemical properties of the flow, either '''Chemkin''', '''Cantera''', or in-house versions of those.&lt;br /&gt;
Moreover, they also rely at least to some extent on external software to perform the temporal integration of the stiff chemical source terms.&lt;br /&gt;
Regarding the Poisson equation for pressure which must be solved by all codes, '''DINO''' relies on a spectral formulation by performing direct and inverse Fourier transforms, which is possible thanks to its structured mesh.&lt;br /&gt;
On the other hand, both '''YALES2''' and '''Nek5000''' use an iterative solver with an efficient preconditioning technique; this method is more versatile and should be computationally more efficient for large and complex geometrical configurations.&lt;br /&gt;
'''Nek5000''' employs CVODE to integrate the thermochemical equations without further '''splitting''' of the different terms accounting for convection, diffusion and chemistry.&lt;br /&gt;
The main differences between the three codes are summarized in the table below. &lt;br /&gt;
Please note that the presented values are those used for the benchmark, even though some other options are available in each codes.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable alternance center&amp;quot;&lt;br /&gt;
 |+ Table 1: Major numerical properties of the three high-fidelity codes as used in this benchmark&lt;br /&gt;
 |-&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Code&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | YALES2&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | DINO&lt;br /&gt;
 ! scope=&amp;quot;col&amp;quot; | Nek5000&lt;br /&gt;
 |-&lt;br /&gt;
 | Connectivity&lt;br /&gt;
 | Unstructured&lt;br /&gt;
 | Structured&lt;br /&gt;
 | Unstructured&lt;br /&gt;
 |-&lt;br /&gt;
 | Discretization Type&lt;br /&gt;
 | Finite Volumes&lt;br /&gt;
 | Finite Differences&lt;br /&gt;
 | Spectral Elements&lt;br /&gt;
 |-&lt;br /&gt;
 | Grid point distribution&lt;br /&gt;
 | Regular hexahedra&lt;br /&gt;
 | Regular hexahedra&lt;br /&gt;
 | Regular hexahedra with GLL points&lt;br /&gt;
 |-&lt;br /&gt;
 | Spatial order&lt;br /&gt;
 | 4th&lt;br /&gt;
 | 6th&lt;br /&gt;
 | 7th - 15th (typically)&lt;br /&gt;
 |-&lt;br /&gt;
 | Temporal method&lt;br /&gt;
 | expl. RK4&lt;br /&gt;
 | expl. RK4 / semi-impl. RK3&lt;br /&gt;
 | semi-impl. BDF3&lt;br /&gt;
 |-&lt;br /&gt;
 | Pressure solver&lt;br /&gt;
 | CG with Deflation MPrec.&lt;br /&gt;
 | FFT-based&lt;br /&gt;
 | CG/GMRES with Jacobi/Schwartz Prec.&lt;br /&gt;
 |-&lt;br /&gt;
 | Thermo-chemistry&lt;br /&gt;
 | Cantera (re-coded)&lt;br /&gt;
 | Cantera&lt;br /&gt;
 | Chemkin interface&lt;br /&gt;
 |-&lt;br /&gt;
 | Chemistry integration&lt;br /&gt;
 | CVODE&lt;br /&gt;
 | expl. RK4&lt;br /&gt;
 | CVODE&lt;br /&gt;
 |-&lt;br /&gt;
 | Operator splitting&lt;br /&gt;
 | Yes&lt;br /&gt;
 | No&lt;br /&gt;
 | No&lt;br /&gt;
 |-&lt;br /&gt;
 | Parallel paradigm&lt;br /&gt;
 | MPI&lt;br /&gt;
 | MPI&lt;br /&gt;
 | MPI&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
= References =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;moureau2011&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Moureau2011, &lt;br /&gt;
	author= {V. Moureau, P. Domingo, and L. Vervisch},&lt;br /&gt;
	title= {From large-eddy simulation to direct numerical simulation of a lean premixed swirl flame: Filtered laminar flame-pdf modeling},&lt;br /&gt;
	journal={Combust. Flame},&lt;br /&gt;
	year= {2011},&lt;br /&gt;
	volume={158},&lt;br /&gt;
	number={7},&lt;br /&gt;
	pages={1340--1357},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;benard2015&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Benard2015, &lt;br /&gt;
	author= {P. Benard, G. Balarac, V. Moureau, C. Dobrzynski, G. Lartigue, and Y. D’Angelo},&lt;br /&gt;
	title= {Mesh adaptation for largeeddy simulations in complex geometries},&lt;br /&gt;
	journal={Int. J. Numer. Methods Fluids},&lt;br /&gt;
	year= {2015},&lt;br /&gt;
	volume={81},&lt;br /&gt;
	pages={719--740},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chorin1968&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Chorin1968, &lt;br /&gt;
	author= {A.J. Chorin},&lt;br /&gt;
	title= {Numerical solution of the Navier-Stokes equations},&lt;br /&gt;
	journal={Math. Computation},&lt;br /&gt;
	year= {1968},&lt;br /&gt;
	volume={22},&lt;br /&gt;
	number={104},&lt;br /&gt;
	pages={745--762},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;kraushaar2011&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Kraushaar2011, &lt;br /&gt;
	author= {M. Kraushaar},&lt;br /&gt;
	title= {Application of the compressible and low-Mach number approaches to Large-Eddy Simulation of turbulent flows in aero-engines},&lt;br /&gt;
	journal={ PhD thesis, PhD, Institut National Polytechnique de Toulouse-INPT},&lt;br /&gt;
	year= {2011},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;malandain2013&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Malandain2013, &lt;br /&gt;
	author= {M. Malandain, N. Maheu, and V. Moureau},&lt;br /&gt;
	title= {Optimization of the deflated conjugate gradient algorithm for the solving of elliptic equations on massively parallel machines},&lt;br /&gt;
	journal={J. Comput. Phys.},&lt;br /&gt;
	year= {2013},&lt;br /&gt;
	volume={238},&lt;br /&gt;
	pages={32--47},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;pierce2004&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Pierce2004, &lt;br /&gt;
	author= {C.D. Pierce and P. Moin},&lt;br /&gt;
	title= {Progress-variable approach for large-eddy simulation of non-premixed turbulent combustion},&lt;br /&gt;
	journal={J. Fluid Mech.},&lt;br /&gt;
	year= {2004},&lt;br /&gt;
	volume={504},&lt;br /&gt;
	pages={73--97},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;goodwin2003&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Goodwin2003, &lt;br /&gt;
	author= {A.J. Chorin},&lt;br /&gt;
	title= {An open-source, extensible software suite for CVD process simulation},&lt;br /&gt;
	journal={Chemical Vapor Deposition XVI and EUROCVD},&lt;br /&gt;
	year= {2003},&lt;br /&gt;
	volume={14},&lt;br /&gt;
	pages={2003--2008},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;hirschfelder1964&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Hirschfelder1964, &lt;br /&gt;
	author= {J. Hirschfelder, R.B. Bird, and C.F. Curtiss},&lt;br /&gt;
	title= {Molecular Theory of Gases and Liquids},&lt;br /&gt;
	journal={Wiley},&lt;br /&gt;
	year= {1964},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;sutherland1893&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Sutherland1893, &lt;br /&gt;
	author= {W. Sutherland. LII},&lt;br /&gt;
	title= {The viscosity of gases and molecular force},&lt;br /&gt;
	journal={The London, Edinburgh, and Dublin Philosophical&lt;br /&gt;
Magazine and Journal of Science},&lt;br /&gt;
	year= {1893},&lt;br /&gt;
	volume={36},&lt;br /&gt;
	number={223},&lt;br /&gt;
	pages={507--531},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;cohen1996cvode&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Cohen1996cvode, &lt;br /&gt;
	author= {S.D. Cohen, A.C. Hindmarsh, and P.F. Dubois},&lt;br /&gt;
	title= {CVODE, a stiff/nonstiff ODE solver in C},&lt;br /&gt;
	journal={Computers Phys.},&lt;br /&gt;
	year= {1996},&lt;br /&gt;
	volume={10},&lt;br /&gt;
	number={2},&lt;br /&gt;
	pages={138--143},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;sundials&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Sundials, &lt;br /&gt;
	author= {A.C. Hindmarsh, P.N. Brown, K.E. Grant, S.L. Lee, R. Serban, D.E. Shumaker, and C.S. Woodward},&lt;br /&gt;
	title= {SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers},&lt;br /&gt;
	journal={ACM Trans. Math. Soft. (TOMS)},&lt;br /&gt;
	year= {2005},&lt;br /&gt;
	volume={31},&lt;br /&gt;
	number={3},&lt;br /&gt;
	pages={363--396},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;li2010&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Li2010, &lt;br /&gt;
	author= {N. Li and S. Laizet},&lt;br /&gt;
	title= {2DECOMP&amp;amp;FFT - a highly scalable 2D decomposition library and FFT interface},&lt;br /&gt;
	journal={Cray User’s Group 2010 conference, Edinburgh},&lt;br /&gt;
	year= {2010},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;ern1995&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Ern1995, &lt;br /&gt;
	author= {A. Ern and V. Giovangigli},&lt;br /&gt;
	title= {Fast and accurate multicomponent transport property evaluation},&lt;br /&gt;
	journal={J. Comput. Phys.},&lt;br /&gt;
	year= {1995},&lt;br /&gt;
	volume={120},&lt;br /&gt;
	pages={105--116},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;abdelsamie2019&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Abdelsamie2019, &lt;br /&gt;
	author= {A. Abdelsamie and D. Thévenin.},&lt;br /&gt;
	title= { On the behavior of spray combustion in a turbulent spatially-evolving jet investigated by direct numerical simulation},&lt;br /&gt;
	journal={Proc. Combust. Inst.},&lt;br /&gt;
	year= {2019},&lt;br /&gt;
	volume={37},&lt;br /&gt;
	number={3},&lt;br /&gt;
	pages={2493--2502},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;abdelsamie2020&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Abdelsamie2020, &lt;br /&gt;
	author= {A. Abdelsamie and D. Thévenin},&lt;br /&gt;
	title= {Nanoparticle behavior and formation in turbulent spray flames investigated by DNS},&lt;br /&gt;
	journal={Direct and Large Eddy Simulation XII, ERCOFTAC Series},&lt;br /&gt;
	year= {2020},&lt;br /&gt;
	volume={27},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chi2020&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Chi2020, &lt;br /&gt;
	author= {C. Chi, A. Abdelsamie, and D. Thévenin},&lt;br /&gt;
	title= {A directional ghost-cell immersed boundary method for incompressible flows},&lt;br /&gt;
	journal={J. Comput. Phys.},&lt;br /&gt;
	year= {2020},&lt;br /&gt;
	volume={404},&lt;br /&gt;
	pages={109122--109142},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chi2018&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Chi2018, &lt;br /&gt;
	author= {C. Chi, A. Abdelsamie, and D. Thévenin},&lt;br /&gt;
	title= {Direct numerical simulations of hotspot-induced ignition in homogeneous hydrogen-air pre-mixtures and ignition spot tracking},&lt;br /&gt;
	journal={Flow Turbul. Combust.},&lt;br /&gt;
	year= {2018},&lt;br /&gt;
	volume={101},&lt;br /&gt;
	number={1},&lt;br /&gt;
	pages={103--121},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;oster2018&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Oster2018, &lt;br /&gt;
	author= {T. Oster, A. Abdelsamie, M. Motejat, T. Gerrits, C. Rössl, D. Thévenin, and H. Theisel},&lt;br /&gt;
	title= {On-the-fly tracking of flame surfaces for the visual analysis of combustion processes},&lt;br /&gt;
	journal={Comput. Graph. Forum},&lt;br /&gt;
	year= {2018},&lt;br /&gt;
	volume={37},&lt;br /&gt;
	number={6},&lt;br /&gt;
	pages={358--369},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;abdelsamie2019-2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Abdelsamie2019-2, &lt;br /&gt;
	author= {A. Abdelsamie and D. Thévenin},&lt;br /&gt;
	title= {Impact of scalar dissipation rate on turbulent spray combustion investigated by DNS},&lt;br /&gt;
	journal={Direct and Large-Eddy Simulation XI, ERCOFTAC Series},&lt;br /&gt;
	year= {2019},&lt;br /&gt;
	volume={25},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;tomboulides1997&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Tomboulides1997, &lt;br /&gt;
	author= {A.G. Tomboulides, J.C.Y. Lee, and S.A. Orszag},&lt;br /&gt;
	title= {Numerical simulation of low Mach number reactive flows},&lt;br /&gt;
	journal={J. Sci. Comput.},&lt;br /&gt;
	year= {1997},&lt;br /&gt;
	volume={12},&lt;br /&gt;
	pages={139--167},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;deville2002&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Deville2002, &lt;br /&gt;
	author= {M.O. Deville, P.F. Fischer, and E.H. Mund},&lt;br /&gt;
	title= {High-order Methods for Incompressible Fluid Flows},&lt;br /&gt;
	journal={Cambridge University Press},&lt;br /&gt;
	year= {2002},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;tanarro2020&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Tanarro2020, &lt;br /&gt;
	author= {A. Tanarro, F. Mallor, N. Offermans, A. Peplinski, R. Vinuesa, and P. Schlatter},&lt;br /&gt;
	title= {Enabling adaptive mesh refinement for spectral-element simulations of turbulence around wing sections},&lt;br /&gt;
	journal={Flow Turbul. Combust},&lt;br /&gt;
	year= {2020},&lt;br /&gt;
	volume={105},&lt;br /&gt;
	number={2},&lt;br /&gt;
	pages={415--436},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chemkin&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Chemkin, &lt;br /&gt;
	author= {R.J. Kee, F.M. Rupley, and J.A. Miller},&lt;br /&gt;
	title= {Chemkin-II: A Fortran chemical kinetics package for the analysis of gas-phase chemical kinetics},&lt;br /&gt;
	journal={SAND-89-8009},&lt;br /&gt;
	year= {1989},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;MS&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{MS, &lt;br /&gt;
	author= {M. Schmitt, C.E. Frouzakis, A.G. Tomboulides, Y.M. Wright, and K. Boulouchos},&lt;br /&gt;
	title= {Direct numerical simulation of the effect of compression on the flow, temperature and composition under engine-like conditions},&lt;br /&gt;
	journal={Proc. Combust. Inst.},&lt;br /&gt;
	year= {2015},&lt;br /&gt;
	volume={35},&lt;br /&gt;
	pages={3069--3077},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;TCC&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{TCC, &lt;br /&gt;
	author= {G.K. Giannakopoulos, C.E. Frouzakis, P.F. Fischer, A.G. Tomboulides, and K. Boulouchos},&lt;br /&gt;
	title= {LES of the gasexchange process inside an internal combustion engine using a high-order method},&lt;br /&gt;
	journal={Flow Turbul. Combust.},&lt;br /&gt;
	year= {2020},&lt;br /&gt;
	volume={104},&lt;br /&gt;
	pages={673--692},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;catalytic&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Catalytic, &lt;br /&gt;
	author= {B.O. Arani, C.E. Frouzakis, J. Mantzaras, and K. Boulouchos},&lt;br /&gt;
	title= {Three-dimensional direct numerical simulations of turbulent fuel-lean H2/air hetero-/homogeneous combustion over Pt with detailed chemistry},&lt;br /&gt;
	journal={Proc. Combust. Inst.},&lt;br /&gt;
	year= {2017},&lt;br /&gt;
	volume={36},&lt;br /&gt;
	number={3},&lt;br /&gt;
	pages={4355--4363},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;abdelsamie2016&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;bibtex&amp;gt;&lt;br /&gt;
@article{Abdelsamie2016, &lt;br /&gt;
	author= {B.O. Arani, C.E. Frouzakis, J. Mantzaras, and K. BoulouchosA. Abdelsamie, G. Fru, F. Dietzsch, G. Janiga, and D. Thévenin},&lt;br /&gt;
	title= {Towards direct numerical simulations of lowMach number turbulent reacting and two-phase flows using immersed boundaries},&lt;br /&gt;
	journal={Comput. Fluids},&lt;br /&gt;
	year= {2016},&lt;br /&gt;
	volume={131},&lt;br /&gt;
	number={5},&lt;br /&gt;
	pages={123--141},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/bibtex&amp;gt;&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abdelsamie</name></author>	</entry>

	</feed>