From 47cd8a592ecad52c1b01f27d23476c0a5afeb7f1 Mon Sep 17 00:00:00 2001 From: Sebastian Park Date: Wed, 10 Apr 2024 02:45:04 -0400 Subject: initial --- src/ocean/ocean.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ocean') diff --git a/src/ocean/ocean.h b/src/ocean/ocean.h index a576c44..b3197f8 100644 --- a/src/ocean/ocean.h +++ b/src/ocean/ocean.h @@ -23,12 +23,12 @@ public: private: - const int length = 32; // length of grid - const int width = 32; // width of grid + const int length = 256; // length of grid + const int width = 256; // width of grid const int N = length * width; // total number of grid points - const double A = 10; // numeric constant for the Phillips spectrum - const double V = 5.0; // wind speed + const double A = 30; // numeric constant for the Phillips spectrum + const double V = 0.5; // wind speed const std::pair omega_wind = std::make_pair(1.0, 0.0); // wind direction -- cgit v1.2.3-70-g09d2