/** * 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_ */