|
[Sponsors] |
September 11, 2009, 19:32 |
Near Wall treatment
|
#1 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
I am using OpenFOAM to calculate a turbulent channel flow with a Reynolds Stress Model using wall functions. Since my results are not quite what they should be, I am interested how OpenFOAM deals with the near wall region, because I think this could be the course for my bad results. So, my questions are:
|
|
September 13, 2009, 21:57 |
|
#2 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
I found out that the gradient at the wall is somehow defined in fvPatchField.C. In the source Code of this file, it says:
Code:
// Return gradient at boundary template<class Type> Foam::tmp<Foam::Field<Type> > Foam::fvPatchField<Type>::snGrad() const { return (*this - patchInternalField())*patch_.deltaCoeffs(); } Code:
//- Return the face - cell distance coeffient // except for coupled patches for which the cell-centre // to coupled-cell-centre distance coeffient is returned const scalarField& deltaCoeffs() const; |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
LES wall treatment | Valerio | FLUENT | 0 | April 26, 2008 08:12 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
RSM with enhanced wall treatment | zwdi | FLUENT | 1 | April 24, 2005 21:36 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |