wave_height_pierson.h

00001 
00005 #pragma once
00006 
00007 #include <usml/ublas/ublas.h>
00008 
00009 namespace usml {
00010 namespace ocean {
00011 
00014 
00046 template<class T> T wave_height_pierson(T wind_speed) {
00047         return (0.22 / 9.8 / 4) * wind_speed * wind_speed;
00048 }
00049 
00051 }// end of namespace ocean
00052 }  // end of namespace usml

Generated on 4 May 2015 for USML by  doxygen 1.6.1