Bubble plume modeling #245
Replies: 2 comments 10 replies
-
Hi, I'm glad to hear you're interest in OceanBioME! If the methane is dissolved or the bubbles are sufficiently small then you could use a forcing or flux boundary condition (in the Oceananigans documentation) to release them as a tracer from the bottom, and you can use the GasExchange bc at the top. You would only need to copy the parameters for methane (I will find the paper link later) and it should work otherwise. |
Beta Was this translation helpful? Give feedback.
-
Hey all! I used a forcing to create a bubble inlet at the bottom. I also use the example of convecting plankton to understand the different model settings in Oceanigans. This example seems similar to my case, but with the bubble properties and dynamics instead of the plankton dynamics.
model = NonhydrostaticModel( Is it the correct approach, or is there a straightforward way to do it that I didn't see? Also, is this approach suitable if, later, I want to specify the gas parameters, including initial velocity and bubble/particle size, specific density, for example? Looking forward to hearing from you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I would like to model the transportation of methane gas from the sea bottom to the surface (for example, originating from a leak). Ideally, the model result will give the diluted gas concentration as a function of the depth.
I see that there is a GasExchange model, which I could eventually adapt to methane. Is this a good approach, or would anyone recommend another function/model?
I am also wondering if creating a gas inflow at the sea floor is possible instead of an exchange with the air.
For now, it is fine to start simple, and later add more complexity (everything can always be more complex...).
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions