CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

buoyancy Multiphase with Opening

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 24, 2017, 10:52
Default buoyancy Multiphase with Opening
  #1
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Dear all,

I got trouble with a transient multiphase case (continueous domains). It includes

- air (top)
- cold water (middle) separated through a narrow gap from
- hot water (bottom)

air and water are different domains with a free surface in between.

The hot water should mix up with the cold water and then heat up the air (there is also CHT around, but not interesting for the specific problem). Buoyancy is activated.

With a closed volume everything is working fine but I do not want to cool down the hot water (represents a big domain where temperature change is negligible). Thus, I defined an opening at the bottom. The opening relative pressure is zero and the temperature is equal to the hot water temperature. Now, hot water flows back in and temperature stays constant.

BUT the interface between air and cold water domain moves down, means the water level decreases. Of course, gravity does his job. Is there any trick to avoid this or can anyone recommend another workaround?
fabfi is offline   Reply With Quote

Old   October 24, 2017, 10:53
Default
  #2
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Code:
  BOUNDARY: Opening
       Boundary Type = OPENING
       Interface Boundary = Off
       Location = F1049.1034
       BOUNDARY CONDITIONS: 
         FLOW DIRECTION: 
           Option = Normal to Boundary Condition
         END
         FLOW REGIME: 
           Option = Subsonic
         END
         HEAT TRANSFER: 
           Opening Temperature = 98 [K]
           Option = Opening Temperature
         END
         MASS AND MOMENTUM: 
           Option = Opening Pressure and Direction
           Relative Pressure = 0 [Pa]
         END
       END
       FLUID: Steam
         BOUNDARY CONDITIONS: 
           VOLUME FRACTION: 
             Option = Value
             Volume Fraction = 0
           END
         END
       END
       FLUID: Water
         BOUNDARY CONDITIONS: 
           VOLUME FRACTION: 
             Option = Value
             Volume Fraction = 1
           END
         END
       END
     END
     DOMAIN MODELS: 
       BUOYANCY MODEL: 
         Buoyancy Reference Density = 1 [kg m^-3]
         Gravity X Component = 0 [m s^-2]
         Gravity Y Component = -9.81 [m s^-2]
         Gravity Z Component = 0 [m s^-2]
         Option = Buoyant
         BUOYANCY REFERENCE LOCATION: 
           Option = Automatic
         END
       END
       REFERENCE PRESSURE: 
         Reference Pressure = 1 [atm]
       END
     END
     FLUID DEFINITION: Steam
       Material = Air Ideal Gas
       Option = Material Library
       MORPHOLOGY: 
         Option = Continuous Fluid
       END
     END
     FLUID DEFINITION: Water
       Material = Water
       Option = Material Library
       MORPHOLOGY: 
         Option = Continuous Fluid
       END
     END
       FLUID: Steam
         FLUID BUOYANCY MODEL: 
           Option = Density Difference
         END
       END
       FLUID: Water
         FLUID BUOYANCY MODEL: 
           Option = Density Difference
         END
       END
       HEAT TRANSFER MODEL: 
         Homogeneous Model = True
         Option = Thermal Energy
       END
       TURBULENCE MODEL: 
         Option = Laminar
       END
     END
     FLUID PAIR: Steam | Water
       INTERPHASE TRANSFER MODEL: 
         Option = Free Surface
       END
       MASS TRANSFER: 
         Option = None
       END
       SURFACE TENSION MODEL: 
         Option = None
       END
     END
fabfi is offline   Reply With Quote

Old   October 24, 2017, 10:55
Default
  #3
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Maybe the picture helps to understand the problem. Displayed is the volume fraction of water. Over time it gets much worse.
Attached Images
File Type: png test.png (18.1 KB, 25 views)
fabfi is offline   Reply With Quote

Old   October 24, 2017, 11:00
Default
  #4
New Member
 
Shrirang
Join Date: May 2016
Location: India
Posts: 18
Rep Power: 9
shrirang is on a distinguished road
Why did you give an opening boundary condition?
How about defining the lower wall as wall with the hot water temperature?
shrirang is offline   Reply With Quote

Old   October 24, 2017, 11:05
Default
  #5
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Yep tried that as well. But only helped a little. In the end I had stratified water in the big volume (hot water has 98C and cold has 20C). Maybe I could define a wall heat flux depending on the average temperature in the hot volume but still it is not well distributed.
fabfi is offline   Reply With Quote

Old   October 24, 2017, 11:11
Default
  #6
New Member
 
Shrirang
Join Date: May 2016
Location: India
Posts: 18
Rep Power: 9
shrirang is on a distinguished road
Defining wall with the hot temperature should satisfy your need, as it is similar to having a fluid layer of that temperature at that position neglecting buoyancy.
shrirang is offline   Reply With Quote

Old   October 24, 2017, 11:12
Default
  #7
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Quote:
Originally Posted by shrirang View Post
Why did you give an opening boundary condition?
How about defining the lower wall as wall with the hot water temperature?
--> I try to keep the temperature in the hot zone constant by having a hot backflow into the domain when cold water leaves it.

I am open for other ideas. I could also make the hot volume veeery big but i try to avoid this due to model size reasons.
fabfi is offline   Reply With Quote

Old   October 24, 2017, 11:19
Default
  #8
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Quote:
Originally Posted by shrirang View Post
Defining wall with the hot temperature should satisfy your need, as it is similar to having a fluid layer of that temperature at that position neglecting buoyancy.
In the picture you can see a thin layer of hot water at the bottom and at the right wall. Still a little colder water stratifies above because it heats up too slow.

Dont be confused by the additional temperature profiles in th solids and the slightly different geometry (top right and left).
Attached Images
File Type: png test.png (37.3 KB, 17 views)
fabfi is offline   Reply With Quote

Old   October 24, 2017, 11:35
Default
  #9
New Member
 
Shrirang
Join Date: May 2016
Location: India
Posts: 18
Rep Power: 9
shrirang is on a distinguished road
You said that the hot water is a big domain physically. Is it modelled of the same scale?

If the cold water domain is very small in size, you wouldn't need any additional heat source other than initializing at high temperature.

Are the size of domain in the simulation exactly scaled from the physical one you want to compare?
shrirang is offline   Reply With Quote

Old   October 25, 2017, 01:32
Default
  #10
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Nope. The warm zone is just a tiny part of the real volume. I only look at a small detail of the construction. Sure, I could make it bigger but I guess the problem would still persist.
fabfi is offline   Reply With Quote

Old   October 25, 2017, 02:06
Default
  #11
New Member
 
Shrirang
Join Date: May 2016
Location: India
Posts: 18
Rep Power: 9
shrirang is on a distinguished road
You can just have a quick hand calculation for energy balance before and after mixing and get an idea how much temperature to expect.
shrirang is offline   Reply With Quote

Old   October 25, 2017, 07:32
Default
  #12
New Member
 
anon
Join Date: Oct 2017
Posts: 10
Rep Power: 8
fabfi is on a distinguished road
Got a solution, at least for the next steps. I stop Mass and Momentum transfer over the interface from water to air and allow only thermal interface flux. Thus, it behaves like a wall.

Actually, I wanted to have evaporation and condensation in a later state of the model as well. So for that I need the interface flux and I will have to come back to problem. But for now, this should be fine.

Btw: I also tried it with a heat source as function of warm water average temperature. But it is not mixing up perfectly.
fabfi is offline   Reply With Quote

Old   October 25, 2017, 11:55
Default
  #13
Senior Member
 
JuPa's Avatar
 
Mr CFD
Join Date: Jun 2012
Location: Britain
Posts: 361
Rep Power: 14
JuPa is on a distinguished road
Tips:
1) Solve the momentum and turbulence equations as homogeneous, but the energy equation as inhomogeneous.
2) For a better result switch everything (except turbulence) to inhomogeneous
3) The free surface sharpness is mesh dependent - refine the mesh where you expect the free surface to be
4) Make sure you're using the correct interfacial area density. If you get bubbly or droplet flow use the particle model. If it's all stratified use the free surface model. If its both then use the mixture model and define your own interfacial area density.
5) Couple volume fractions to the momentum and continuity equations for greater stability. This option is in solver control.
6) Use a specified blend factor of 1 as opposed to high resolution.
7) Thermal time scales are longer than molecular time scales. Freeze the flow fields and only solve the energy equation first to accelerate solution convergence.
JuPa is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening boundary condition for multiphase analysis in CFX shivasluzz CFX 3 May 15, 2015 09:49
Different buoyancy settings for multiphase flow nga911 CFX 1 August 14, 2014 06:44
Overflow Error in Multiphase Modelling with Two Continuous Fluids ashtonJ CFX 6 August 11, 2014 14:32
How to properly set up an opening in buoyancy driven problems lavoz CFX 5 July 23, 2014 06:06
Multiphase: Opening: prevent 1 Fluid of leaving the domain m0h CFX 6 November 23, 2013 10:17


All times are GMT -4. The time now is 00:38.