|
[Sponsors] |
June 26, 2009, 19:42 |
Typo in User Guide - Please Check
|
#1 | |
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 18 |
Dear Developers
Sorry for posting this message here as there is no separate section for reporting such typos. In the 2nd chapter on page U - 40 under the section 2.1.8.1 following is written: Quote:
Best Regards jaswi |
||
June 29, 2009, 15:33 |
|
#2 | |
Senior Member
Ahmed
Join Date: Mar 2009
Location: NY
Posts: 251
Rep Power: 18 |
and a fixedValue 0 boundary condition is assigned to
Quote:
( and a fixedValue 0 boundary condition is assigned to ,) no slip boundary condition, velocity is zero at the wall hence k is 0 |
||
June 29, 2009, 18:03 |
|
#3 |
Senior Member
Join Date: Mar 2009
Posts: 248
Rep Power: 18 |
Hi Ahmed
I did not understand your post. By k is 0, do you mean that k being set to fixedValue is correct ? Please comment on this as after reading your post I tried to set k as fixedValue and value 0 but I get error that at wall k should be zerogradient. The message comes from this section of wallFunctionsI.H: forAll(patches, patchi) { const fvPatch& curPatch = patches[patchi]; if (isType<wallFvPatch>(curPatch)) { # include "checkPatchFieldTypes.H" ........ ......... where in checkPatchFieldTypes.H it is checked for the patch to be zeroGradient else raise FatalError. This is what it reads: if (!isType<zeroGradientFvPatchScalarField>(k_.bounda ryField()[patchi])) 00002 { 00003 FatalErrorIn("wall-function evaluation") 00004 << k_.boundaryField()[patchi].type() 00005 << " is the wrong k patchField type for wall-functions on patch " 00006 << curPatch.name() << nl 00007 << " should be zeroGradient" 00008 << exit(FatalError); 00009 } 00010 00011 if (!isType<zeroGradientFvPatchScalarField>(epsilon_. boundaryField()[patchi])) 00012 { 00013 FatalErrorIn("wall-function evaluation") 00014 << epsilon_.boundaryField()[patchi].type() 00015 << " is the wrong epsilon patchField type for wall-functions on patch " 00016 << curPatch.name() << nl 00017 << " should be zeroGradient" 00018 << exit(FatalError); 00019 } Any comments are appreciated BR jaswi |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
CFX User Guide query | siw | CFX | 0 | August 21, 2008 04:15 |
fluent6.2 user guide | nasser | FLUENT | 0 | December 15, 2005 15:24 |
Re: FLUENT 6.2 User Guide | Ahmad Hussain | FLUENT | 8 | August 16, 2005 16:21 |
Fluent 6.1 user guide | dingdong | FLUENT | 6 | May 17, 2004 12:17 |