Replies: 3 comments
-
hey @chowland congrats on submitting thesis! |
Beta Was this translation helpful? Give feedback.
-
Thanks @navidcy ! The method I suggested for the pressure is what Diablo uses, and may come in useful if you want to make a 3DNavierStokes module. |
Beta Was this translation helpful? Give feedback.
-
@chowland nice! Congrats! I think a 2D vorticity-streamfunction formulation might be a good place to start because of its simplicity. However, one consideration is that a 3D implementation could be easily reduced to 2D by setting, for example, As for the pressure solve, we do not need to use pressure projection or fractional time stepping methods with a 3D spectral method. Instead, we can obtain the pressure directly from the transformed equations in Fourier space, and substitute the result into the RHS. This approach is described in Winters et al 2004 (see equations 33-35). Looking at those equations, I do think it probably makes sense to start with the vorticity-streamfunction formulation. It's much simpler. I'd suggest using Finally, we should probably also have rotation! This requires an additional equation for |
Beta Was this translation helpful? Give feedback.
-
We've discussed this before, but now I've submitted my thesis (yay!), I actually have time to start working on a module for a vertical plane with an imposed mean stratification. There are a couple of options for the implementation of this:
Any thoughts?
Once this is working it should be relatively simple to include multiple scalars and make some cool examples of salt fingering and diffusive convection.
I'll be using the existing modules as a starting point and will let you know how I get on. Any tips for developing these modules are much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions