|
[Sponsors] |
November 25, 2010, 06:20 |
Initialising VOF model
|
#1 |
New Member
Join Date: Nov 2010
Posts: 2
Rep Power: 0 |
Hi, does anyone know how to initialise the VOF model in STAR-CCM+ so that I can specify a particular area of the grid to one phase, and have the rest as the other phase.
It's the analagous case of the "adapt -> region -> mark cells" and then "patch" commands in FLUENT. I've attached an image of how it looks in FLUENT if I wasn't clear enough. Any help at all would be appreciated Ste |
|
November 26, 2010, 04:04 |
Initializing VOF
|
#2 |
New Member
Christian Jungreuthmayer
Join Date: Mar 2009
Posts: 9
Rep Power: 17 |
Hi Ste,
You will get an "Initial Conditions" branch in the "Region"-tree. There you can specify pressure, temperature, velocity, ... and also volume fraction. Usually, I use field functions to initialize the volume fraction. There you can do all sort of tricks, e. g. specify areas using the "Position" field function. For example: ($$Position[0] < 0.04 && $$Position[1] > 0.05 && $$Position[1] < 3.05) ? 1.0 : 0.0 Christian |
|
October 11, 2011, 19:49 |
Slug flow Initial Boundary Conditions
|
#3 |
New Member
Leonardo
Join Date: Oct 2011
Posts: 4
Rep Power: 15 |
Hi,
I actually have kind of the same problem since it's difficult even to have the stratified flow when running constant velocity fraction. How do you come up with the equation? Where can I get information in specifying the equation to define? Leonardo |
|
October 15, 2011, 09:33 |
|
#4 | |
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 636
Rep Power: 22 |
Quote:
The equation is just an if-clause. For example if the coordinate in X-direction of a vertice of a cell ($$position[0]) is smaller than 0.04, the result should be 1. If not, the result should be 0. Define this as initialisation field function and every cell will get the volume fraction according to this if-clause. That's all. The example from Tron is just a combination of several if-clauses for different directions. |
||
October 15, 2011, 09:37 |
|
#5 |
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 636
Rep Power: 22 |
For complicated shapes it might be worth to create a cell set as you can pick every single cell you want to include to this set. When a cell set is created, there will be a new field function with the name of the cell set which is 1 for cells contained in the set and 0 for all other cells.
|
|
October 16, 2011, 19:55 |
Stratified flow 50% water 50 %air
|
#6 |
New Member
Leonardo
Join Date: Oct 2011
Posts: 4
Rep Power: 15 |
Thank you very much for your help. I am getting the stratified flow. My model is a pipe with bends, so the idea is to have slug flow in the next sections of the pipe. I am running different cases to check if it forms. In case of any doubts I might ask for help. Thanks again.
|
|
October 16, 2011, 22:54 |
sine function user defined field function
|
#7 |
New Member
Leonardo
Join Date: Oct 2011
Posts: 4
Rep Power: 15 |
Any of you know how to create a field function with the following condition? My CFD consultant told me to set that field function to be able to form slug flow.
if sin(wt)) >0; 1:0 I tried to set it first similar to the menu: (sin($x)>0)?1:0), but I still need to define the x, which in this case would be wt. As you know w=2pif or 2pi/T, but how can I define this as a field function? Thank you |
|
October 20, 2011, 09:14 |
|
#8 |
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 636
Rep Power: 22 |
(sin(omega*$Time)>0)?1:0)
Omega is a constant value and can here be given directly as a number. |
|
October 24, 2011, 19:36 |
|
#9 |
New Member
Leonardo
Join Date: Oct 2011
Posts: 4
Rep Power: 15 |
Thanks for your help. It was really helpful.
|
|
October 25, 2011, 00:24 |
VOF wave
|
#10 |
New Member
yanmei
Join Date: May 2011
Posts: 4
Rep Power: 15 |
Hi, need helps. I am seting the VOF wave in a flume, but i don't know why the result isn't correct. It should be regular wave propagation.
The wave should propagate from the left side to the right. please see the attachment, any one knows, and tell me why. Thanks. |
|
October 14, 2015, 07:45 |
Initialise VOF using field function to Cell Set
|
#11 |
New Member
Rixson
Join Date: Jul 2015
Posts: 1
Rep Power: 0 |
how to initialise VOF using field function to cell set created in starccm+ ?
|
|
Tags |
initialization, initiallisation, regions, slug flow, vof |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VOF Model or Mixture Model | mems21 | FLUENT | 2 | March 9, 2010 11:37 |
HELP! UDF sinusoidal wave, VOF model, porous face! | A8anato_psofimi | FLUENT | 2 | November 10, 2009 15:42 |
A Problem with setting the time step in VOF model | Le | FLUENT | 2 | July 20, 2006 23:00 |
free surface of VOF and melting model? | wanghong | FLUENT | 3 | March 13, 2006 10:57 |
help needed for vof model | yan | FLUENT | 3 | December 16, 2005 02:17 |