|
[Sponsors] |
January 12, 2012, 22:55 |
how symmetry bc is applied for a tensor ?
|
#1 |
New Member
Join Date: Jun 2009
Posts: 27
Rep Power: 17 |
Hello,
I want to understand how the symmetry boundary condition is applied for a tensors of rank 1 and above in OF. Say at a wall with normal n and a velocity vector V at adjacent cell, I think it would be like Code:
Vsymm = V - dot(V,n); Vsymm = mag(Vsymm) / mag(V) * V; thanks Last edited by dshawul; January 12, 2012 at 23:56. |
|
January 19, 2012, 17:15 |
|
#2 |
New Member
Join Date: Jun 2009
Posts: 27
Rep Power: 17 |
Ok I found how it is applied in OF
Code:
tmp<vectorField> nHat = this->patch().nf(); Field<Type>::operator= ( ( this->patchInternalField() + transform(I - 2.0*sqr(nHat), this->patchInternalField()) )/2.0 ); transformFvPatchField<Type>::evaluate(); But then it doesn't adjust its magnitude to equal the original vector, like I tried to do in my post above. Is this correct ? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
symmetry boundary conditions in cfx | lost.identity | CFX | 41 | May 22, 2013 08:21 |
[ICEM] Blocking and Symmetry | BrolY | ANSYS Meshing & Geometry | 32 | August 24, 2012 04:13 |
Properly using symmetry with both CFX and ANSYS workbench for a FSI analysis, help! | Cirion0000 | CFX | 0 | July 6, 2009 15:26 |
Forces in Symmetry | Matt | CFX | 2 | February 25, 2009 06:41 |
About deformation gradient tensor | ZHANG | Main CFD Forum | 0 | June 18, 2007 13:51 |