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

Water in stewpot

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 24, 2014, 12:46
Default Water in stewpot
  #1
New Member
 
onder
Join Date: Mar 2009
Posts: 18
Rep Power: 17
mztcu is on a distinguished road
Hello

I am trying to simulate stewpot on cookstove. I did analysis. When I check the result, I notice that water density in stewpot is constant. Therefore no flow and turbulance being in stewport. And the tepreture spread is not correct. Teperature is rising only near of fire border stewport. When you look the photo of result you will see. I have done little research on the internet and the forum I found table of water density depend on temperature of water. Then I wrote lineer equation. I dont have any problem with equation but I could not manage to write expression. I tried many ccl but cfx didnot accept them. İf someone write the right structure of expression which is for density depend on water temperature. Thanks , regards.
At analysis there is one air domain , one water domain and one stewpot domain. http://postimg.org/image/jmld71jgd/
mztcu is offline   Reply With Quote

Old   March 24, 2014, 16:33
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Have a look at the buoyant flow examples in the CFX tutorial manual. You will have missed something you need. To do a buoyant flow you need:
* A gravity vector defined
* Either a boussinesq buoyancy model (incompressible fluid, buoyancy force applied as a source term proportional to temperature) or a density versus temperature model (eg ideal gas or variable properties fluid)
* Something to drive a temperature gradient
* Enough time to allow a temperature gradient to form.
ghorrocks is online now   Reply With Quote

Old   March 24, 2014, 16:54
Default
  #3
New Member
 
onder
Join Date: Mar 2009
Posts: 18
Rep Power: 17
mztcu is on a distinguished road
When I wrote exprssion in material properties->equation of state -> densiyt = function 1 (T)
Function 1 (T) is table water density at temperatures like
0 997
20 996
40 995 like this.

when start run solver gives this error
PROBLEM ENCOUNTERED WHEN EXECUTING CFX EXPRESSION LANGUAGE |
| |
| The CFX expression language was evaluating: |
| Density |
| |
| The problem was: |
| Value below interpolation range |
| |
| FURTHER INFORMATION |
| |
| The problem was encountered in executing the expression for: |
| densty |
| The complete expression is: |
| Function 1(T ) |
| The error occurs on sub-expression: |
| ction 1(T |
| |
| BACKGROUND INFORMATION |
| |
| The error was detected at one location. The same problem may be |
| present at other locations - that has not been investigated. |
| The following values are for the first location which has the |
| problem. |
| |
| |
| END OF DIAGNOSTIC OUTPUT FOR CFX EXPRESSION LANGUAGE



When I wrote the expression in pre-cfx it gives this alert

Material 'Water at 25 C': Table generation controls are not set for this material. Please ensure that the default pressure and temperature tabulation ranges are appropriate for your setup.
mztcu is offline   Reply With Quote

Old   March 24, 2014, 17:22
Default
  #4
New Member
 
onder
Join Date: Mar 2009
Posts: 18
Rep Power: 17
mztcu is on a distinguished road
I write another expression for densty
999[kg m^-3]-((T-273[K])/1[K])*0.385[kg m^-3]
with this expression I start the solver İt gave this eror

Domain Group: water1 domain

Buoyancy has been activated. The absolute pressure will include
hydrostatic pressure contribution, using the following reference
coordinates: ( 8.58744E-06, 0.00000E+00, 1.55602E+00).
Domain Group: water2 domain

This is a transient run with at least one compressible fluid
and no boundary pressure set. The pressure level is set
through the transient term in the continuity equation.
To accelerate convergence, the pressure level will also be
shifted dynamically to satisfy global mass conservation.
+--------------------------------------------------------------------+
| ****** Notice ****** |
| This is a multiphase simulation with a compressible phase. |
| Total pressure (used for post-processing or if total pressure |
| is specified at a boundary) is calculated assuming all phases |
| are incompressible. |
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| ****** Notice ****** |
| This is a multiphase simulation in a closed system. |
| A global correction will be applied to the volume fractions to |
| accelerate mass conservation. |
+--------------------------------------------------------------------+
Domain Group: water2 domain

Buoyancy has been activated. The absolute pressure will include
hydrostatic pressure contribution, using the following reference
coordinates: ( 4.15488E-02,-2.40000E-02, 1.64800E+00).

Fatal bounds error detected
---------------------------
Variable: water.Density
Locale :

+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Stopped in routine ENFORCE_BOUNDS |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| An error has occurred in cfx5solve: |
| |
| The ANSYS CFX solver exited with return code 1. No results file |
| has been created. |
+---------------------------------------------------------------
mztcu is offline   Reply With Quote

Old   March 24, 2014, 17:49
Default
  #5
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Yes, that is another problem with your approach - if the domain is sealed then you will have problems with the density going bezerk as the system heats up.

To start off I recommend you use the simple incompressible fluid buoyancy model. You do not need to define a density versus temperature relationship for this which simplifies things. Have a look in the CFX tutorials for examples of how to set this sort of simulation up.

Also - this error message says this is a multiphase model. You did not mention you are doing a multiphase model! You have not got the basic buoyancy driven flow working yet so you should remove the multiphase bit and just get the buoyant flow working on pure water. Once you can model a pot full of water successfully then you can add the multiphase bits - which I presume are the meat and veges (yummy).
ghorrocks is online now   Reply With Quote

Old   March 27, 2014, 14:03
Default
  #6
New Member
 
onder
Join Date: Mar 2009
Posts: 18
Rep Power: 17
mztcu is on a distinguished road
Thankyou so much ghorrock. I am working on it, I solved densty problem but still there are something wrong I willfix in soon time.
mztcu is offline   Reply With Quote

Old   September 19, 2014, 09:46
Default density variation
  #7
New Member
 
pavan
Join Date: Sep 2014
Posts: 5
Rep Power: 11
pavankonchada is on a distinguished road
Hi mztcu
How u have solved density problem. How u have varied density with temperature using user function. I am also getting same error please help i have got stuck in my project
pavankonchada is offline   Reply With Quote

Reply

Tags
density-variable


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
Mass imbalance problem in multiphase water and steam CFX case Antech CFX 1 October 26, 2020 04:03
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
Water vapour condensation in CFX-5.7.1 hdj CFX 1 November 27, 2005 07:15
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11
uptodate water distribution network fredius,magige,tanzanian,(e.a) Main CFD Forum 0 January 27, 2002 07:10


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