socolofs / tamoc

Texas A&M Oilspill Calculator
MIT License
34 stars 13 forks source link

Feature question: Modelling aqueous phase Jet/Plume #20

Open KKotzak opened 1 year ago

KKotzak commented 1 year ago

Hi developers and thank you for this great model.

My question is if it is possible to model with TAMOC aqueous phase Jet/Plume, such as in the case of produced water from a oil well or brine releases. In this cases you have water with significantly different salinity, temperature (and density).

If yes, what is the best way to approach this setup. e.g. create a aqueous "pseudo component" or create "salt" component etc? I am not sure if interfacial tension is required to calculate breakup into droplets since they are miscible fluids (the brine and the seawater).

This is not an issue but I though if I post it here it could be useful for other people too. Thank you for any advice.

socolofs commented 1 year ago

Hello,

Thank you for the question. TAMOC is already capable of making single-phase jet in crossflow simulations. This is handled in the bent_plume_model. The .simulate() method accepts Vj as the initial velocity of produced water in the jet. For an oil well blowout, this is normally zero. For a pure jet, this value should take on the jet exit velocity and the particles list should be empty. The salinity and temperature of the jet discharge are given by Sj and Tj.

Hope this answer the question.

Thank you, Scott


Scott A. Socolofsky, J. Walter “Deak” Porter ’22 and James W. “Bud” Porter ’51 Chair, Zachry Department of Civil and Environmental Engineering Department of Oceanography Department of Ocean Engineering Texas A&M University (979) 845-4517

On Jan 17, 2023, at 2:46 AM, KKotzak @.**@.>> wrote:

This Message Is From an External Sender This message came from outside your organization.

Hi developers and thank you for this great model.

My question is if it is possible to model with TAMOC aqueous phase Jet/Plume, such as in the case of produced water from a oil well or brine releases. In this cases you have water with significantly different salinity, temperature (and density).

If yes, what is the best way to approach this setup. e.g. create a aqueous "pseudo component" or create "salt" component etc? I am not sure if interfacial tension is required to calculate breakup into droplets since they are miscible fluids (the brine and the seawater).

This is not an issue but I though if I post it here it could be useful for other people too. Thank you for any advice.

— Reply to this email directly, view it on GitHubhttps://urldefense.com/v3/__https://github.com/socolofs/tamoc/issues/20__;!!KwNVnqRv!C2lp6lQfJcYMuOtl9XYF_Bq5z5-odLwh4LhOqSQOnj4PwN-siLq3ejCQ6-N6WpVH_zGoj1HASyws3YJkEX_sZVu0uQ$, or unsubscribehttps://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AA6XESGJCG3X7HG4ALETJ4DWSZL7FANCNFSM6AAAAAAT5SPKZI__;!!KwNVnqRv!C2lp6lQfJcYMuOtl9XYF_Bq5z5-odLwh4LhOqSQOnj4PwN-siLq3ejCQ6-N6WpVH_zGoj1HASyws3YJkEX_WCLJ1FA$. You are receiving this because you are subscribed to this thread.

KKotzak commented 1 year ago

Thank you Scott for the explanation. I will try it out as you described. Regards, Konstantinos