Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Variables
TYSolverHelper.cpp File Reference
#include <solvers/9613Solver/TYSolverHelper.h>
#include <QtCore/qdir.h>
#include <fstream>
Include dependency graph for TYSolverHelper.cpp:

Go to the source code of this file.

Variables

const std::vector< double > tabFreq = {31.5, 63.0, 125.0, 250.0, 500.0, 1000.0, 2000.0, 4000.0, 8000.0}
 
const std::vector< double > dAWeighting = {-39.5, -26.2, -16.1, -8.6, -3.2, 0.0, 1.2, 1.0, -1.1}
 
const char * SEP = ";"
 
const std::streamsize PRECISION = 2
 

Variable Documentation

◆ dAWeighting

const std::vector<double> dAWeighting = {-39.5, -26.2, -16.1, -8.6, -3.2, 0.0, 1.2, 1.0, -1.1}

Definition at line 21 of file TYSolverHelper.cpp.

◆ PRECISION

const std::streamsize PRECISION = 2

Definition at line 23 of file TYSolverHelper.cpp.

◆ SEP

const char* SEP = ";"

Definition at line 22 of file TYSolverHelper.cpp.

◆ tabFreq

const std::vector<double> tabFreq = {31.5, 63.0, 125.0, 250.0, 500.0, 1000.0, 2000.0, 4000.0, 8000.0}

Definition at line 20 of file TYSolverHelper.cpp.