CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

snGradTransformDiag in basicSymmetry (or slip) boundary

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By yeharav

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2015, 08:19
Default snGradTransformDiag in basicSymmetry (or slip) boundary
  #1
Member
 
Join Date: Feb 2014
Posts: 32
Rep Power: 12
yeharav is on a distinguished road
Dear All,

I'm trying to understand the slip boundary condition.

I don't understand the meaning of the transfomation
(|n_x|,|n_y|,|n_z|) in snGradTransformDiag

Code:
vectorField nHat = this->patch().nf();
vectorField diag(nHat.size()); 
diag.replace(vector::X, mag(nHat.component(vector::X))); 
diag.replace(vector::Y, mag(nHat.component(vector::Y))); 
diag.replace(vector::Z, mag(nHat.component(vector::Z)));
It is used in the valueInternalCoeffs, valueBoundaryCoeffs (and the respective gradient variant) of the transformFvPatch.



Thanks.
Fredo and sylv20 like this.
yeharav is offline   Reply With Quote

Reply

Tags
slip, sngradtransformdiag


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
values on a slip boundary Moslem OpenFOAM Running, Solving & CFD 4 January 10, 2015 04:33
Radiation interface hinca CFX 15 January 26, 2014 17:11
CFX does not continue Shafiul CFX 10 February 17, 2011 07:57
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55
slip velocity on boundary (V.P.M) Lee, Juhee Main CFD Forum 3 October 22, 1998 15:30


All times are GMT -4. The time now is 20:44.