|
[Sponsors] |
March 22, 2016, 07:01 |
|
#21 |
New Member
Timucin Kislak
Join Date: Feb 2016
Location: Germany
Posts: 20
Rep Power: 10 |
so it is like this:
valueFraction()= sqr(n) = n*n so n*n leads to a valueFraction=(1 0 0 1 0 1) . I am really bad in mathematics so here is my question? If you multiply the normal vectors n*n , how does it change the valueFraction to (1 0 0 1 0 1)?? The valueFraction is a tensor, but the normal vector is a vector. Best regards, Timucin |
|
March 22, 2016, 08:21 |
|
#22 | |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,097
Rep Power: 34 |
Quote:
It seems that you are a bit confused. Some info that might help clarify things for you: n*n does not equal (1 0 0 1 0 1). (1 0 0 1 0 1) is the identity tensor in symmetric tensor form i.e. (xx xy xz yy yz zz). valueFraction is a symmetric tensor not a tensor, hence it has 6 independent components, not 9. If the normal vector is (nx ny nz) then n*n (an outer product) is a symmetric tensor: (nx*nx nx*ny nx*nz ny*ny ny*nz nz*nz). To set valueFraction to (1 0 0 1 0 1): Code:
valueFraction() = symmTensor(1, 0, 0, 1, 0, 1); Philip |
||
April 4, 2016, 05:33 |
|
#23 |
New Member
Timucin Kislak
Join Date: Feb 2016
Location: Germany
Posts: 20
Rep Power: 10 |
Hi Phil,
how can (nx*nx nx*ny nx*nz ny*ny ny*nz nz*nz) set the normal component to fixedValue and the tangential components to fixedGradient? Best regards, Timucin |
|
April 4, 2016, 08:26 |
|
#24 |
New Member
Timucin Kislak
Join Date: Feb 2016
Location: Germany
Posts: 20
Rep Power: 10 |
Hi Phil,
do yo know how i could directly change the value of the velocity neighbour cells? I want to fix the neighbour cells to Zero. Accessing to a neigbour value is not the problem...but how can i directly change the value? Best regards, Timucin |
|
April 21, 2016, 11:18 |
|
#25 |
New Member
|
Hi Lokati,
I am also trying degassing outlet in bubble column. I don't have condition on alpha as you, so can simply use Slip BC for the liquid and pressureInletOutletVelocity BC for the gas at the degassing patch? Isn't combination of these two BCs indeed the degassing BC? |
|
April 21, 2016, 14:45 |
|
#26 |
New Member
Timucin Kislak
Join Date: Feb 2016
Location: Germany
Posts: 20
Rep Power: 10 |
Hi Jigar,
i understand you're problem, but it is different from mine, because you do not have alpha. I do not know how you can specify the BC for you're problem. My advice is that you just make a case with openFOAM and try out some things. This thread is very good for you i think, but i really don't know more about this BC. Best regards Timucin |
|
April 21, 2016, 15:37 |
|
#27 |
New Member
|
Dear Lokati,
Thanks for the reply. I'll make a test case and will get back with its details as well as the results (if any). Jigar |
|
Tags |
boundary, degas, interfoam, openfoam, outlet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
External Radiation Boundary Condition for Grid Interface | CFD XUE | FLUENT | 0 | July 9, 2010 03:53 |
External Radiation Boundary Condition (Two sided wall), Grid Interface | CFD XUE | FLUENT | 0 | July 8, 2010 07:49 |