Skip to content

Output_File_Structure

Fabian Brinkmann edited this page Jul 15, 2022 · 1 revision

NumCalc writes the calculated pressure values to text files contained in the folder NumCalc/source_x/be.out This directory contains subdirectories be.x containing the results of for each frequency step. In each of these directories you will find the files pBoundary, vBoundary, pEvalGrid, and vEvalGrid containing the complex sound pressure and the complex particle velocity in direction of the element normal at mesh elements and evaluation grids. For brevity, we only give the structure for the pressure values

pBoundary

Format (s: string, d: integer, f: float):

%s
%d
%d %d
%d %f %f
.
.
.
%d %f %f
  1. Mesh2HRTF plus version number
  2. Number of all element groups For each element in a given group the next lines contain
    1. Number of the group and number of nodes in that group
    2. Element Number, real and imaginary part of the sound pressure at the element For the rest of the files the structure is the same. Please remember, for the evaluation mesh only one group is allowed, and the values are given for the element nodes.