summaryrefslogtreecommitdiff
path: root/src/ocean/ocean_alt.h
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-05-04 16:53:45 -0400
committersotech117 <michael_foiani@brown.edu>2024-05-04 16:53:45 -0400
commit6120499fd6d66fa010ab0bfcf3089eeeddb3b45c (patch)
tree054da27557494d971a538b46d0892d0c760b02f6 /src/ocean/ocean_alt.h
parent7bf86226e158a818e6d6ccac8657140789612bd0 (diff)
further testing at higher params
Diffstat (limited to 'src/ocean/ocean_alt.h')
-rw-r--r--src/ocean/ocean_alt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h
index a3f1be5..4bb1d54 100644
--- a/src/ocean/ocean_alt.h
+++ b/src/ocean/ocean_alt.h
@@ -60,18 +60,18 @@ private:
- const double Lx = 32.0;
- const double Lz = 32.0;
+ const double Lx = 512.0;
+ const double Lz = 512.0;
const int num_rows = 256;
const int num_cols = 256;
const int N = num_rows*num_cols; // total number of grid points
- const double lambda = 0.4; // how much displacement matters
+ const double lambda = 0; // how much displacement matters
const double spacing = 35.0; // spacing between grid points
- const double A = .25; // numeric constant for the Phillips spectrum
- const double V = 49; // wind speed
+ const double A = 100; // numeric constant for the Phillips spectrum
+ const double V = 50; // wind speed
const double gravity = 9.81;
const double L = V*V/gravity;
const Eigen::Vector2d omega_wind = Eigen::Vector2d(1.0, 0.0); // wind direction, used in Phillips equation