DNS 1-5 Storage Format: Difference between revisions

From KBwiki
Jump to navigation Jump to search
Line 35: Line 35:


# ''favre_averaged_fields.pvtu'':
# ''favre_averaged_fields.pvtu'':
* Favre averaged velocity, \tilde{u},  
* Favre averaged velocity, <math>\tilde{u}</math>,  
* Favre averaged temperature, \tilde{T}
* Favre averaged temperature, <math>\tilde{T}</math>


# ''averaged_fields.pvtu'':
# ''averaged_fields.pvtu'':
* averaged velocity, \overline{u}_{i}
* averaged velocity, <math>\overline{u}_{i}</math>
* averaged pressure, \overline{p}
* averaged pressure, <math>\overline{p}</math>
* averaged density, \overline{\rho}
* averaged density, <math>\overline{\rho}</math>
* averaged temperature, \overline{T}
* averaged temperature, <math>\overline{T}</math>


# ''averaged_shear_stress.pvtu'': \overline{\tau_{ij}}
# ''averaged_shear_stress.pvtu'': <math>\overline{\tau_{ij}}</math>


# ''averaged_heat_flux.pvtu'': \overline{q_i}
# ''averaged_heat_flux.pvtu'': <math>\overline{q_i}</math>


# ''Reynolds_stress.pvtu'': \mathchal{R}_{ij}  
# ''Reynolds_stress.pvtu'': <math>\mathchal{R}_{ij}</math>


# ''budget_terms.pvtu'':
# ''budget_terms.pvtu'':
* convection C_{ij};
* convection <math>C_{ij}</math>;
* production P_{ij};
* production <math>P_{ij}</math>;
* diffusion D^1_{ij};
* diffusion <math>D^1_{ij}</math>;
* diffusion D^2_{ij};
* diffusion <math>D^2_{ij}</math>;
* diffusion D^3_{ij};
* diffusion <math>D^3_{ij}</math>;
* redistribution/pressure strain, \Phi_{i j};
* redistribution/pressure strain, <math>\Phi_{i j}</math>;
* pressure dilatation, \Phi_{i j}^{\prime};
* pressure dilatation, <math>\Phi_{i j}^{\prime}</math>;
* dissipation, \epsilon_{ij};
* dissipation, <math>\epsilon_{ij}</math>;
* density fluctuation effect K_{ij}.
* density fluctuation effect <math>K_{ij}</math>.


where i and j range between 1 and 3 and u_1, u_2, u_3 are alias of u, v, w
where <math>i</math> and <math>j</math> range between 1 and 3 and <math>u_1</math>, <math>u_2</math>, <math>u_3</math> are alias of <math>u</math>, <math>v</math>, <math>w</math>


==References==
==References==

Revision as of 10:50, 15 September 2022


Front Page

Description

Computational Details

Quantification of Resolution

Statistical Data

Instantaneous Data

Storage Format

Storage Format

The volume data provided is stored in the XML Parallel vtkUnstructuredGrid format, e.g, filename.pvtu [1]. The Parallel data format does not actually contain any data but references other serial files (Serial vtkUnstructuredGrid) containing the data for each grid partition used for the computation, e.g., filename_partition_number.vtu. Both the .pvtu (or any .vtu) file can be easily read through the open-source Paraview software, a multi-platform application for data analysis and visualization [2].

Instantaneous data format

The dataset consists of a single .pvtu file per snapshot, directly referencing all the nondimensional variables and their spatial derivatives as well as the node positions. For the sake of handling, the instantaneous data was extracted from a limited region of the computational domain shown in Fig. X.

The names of the provided variables are:

  • p, pressure;
  • T, temperature;
  • u, velocity component in x-direction;
  • v, velocity component in y-direction;
  • w, velocity component in z-direction.

The spatial derivatives of each variable are named as variable_di where i={x,y,z}, e.g., u_dy is the derivative of the first component of the velocity vector with respect to the x-direction.

All the quantities are made dimensionless with respect to the reference state:

    R_max = 0.0762 m
    p_ref = 89377 Pa
    T_ref = 293.15 K
    u_ref = 46.186 m/s
    Ma    = 0.13455

Statistical data format

The dataset consists of a set of .pvtu files, possibly grouping similar statistics:

  1. favre_averaged_fields.pvtu:
  • Favre averaged velocity, ,
  • Favre averaged temperature,
  1. averaged_fields.pvtu:
  • averaged velocity,
  • averaged pressure,
  • averaged density,
  • averaged temperature,
  1. averaged_shear_stress.pvtu:
  1. averaged_heat_flux.pvtu:
  1. Reynolds_stress.pvtu: Failed to parse (unknown function "\mathchal"): {\displaystyle \mathchal{R}_{ij}}
  1. budget_terms.pvtu:
  • convection ;
  • production ;
  • diffusion ;
  • diffusion ;
  • diffusion ;
  • redistribution/pressure strain, ;
  • pressure dilatation, ;
  • dissipation, ;
  • density fluctuation effect .

where and range between 1 and 3 and , , are alias of , ,

References

[1] https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf

[2] https://www.paraview.org/





Contributed by: Francesco Bassi, Alessandro Colombo, Francesco Carlo Massa — Università degli studi di Bergamo (UniBG)

Front Page

Description

Computational Details

Quantification of Resolution

Statistical Data

Instantaneous Data

Storage Format


© copyright ERCOFTAC 2024