Blame view

src/ExternLib/Ram_Presure/ram_pressure.hh 228 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Ram_Presure.hh
 *
 *  Created on: 31 oct. 2012
 *      Author: AKKA IS
 */

#ifndef Ram_Pressure_HH_
#define Ram_Pressure_HH_

float ram_pressure(const float& density, const float& speed);


#endif /* Ram_Pressure_HH_ */