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

TurbulentIntensityKineticEnergyInlet problem with turbulenceR

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By markusrehm

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 2, 2008, 10:49
Default Hello, I am trying to use t
  #1
Member
 
nicolas
Join Date: Mar 2009
Location: Glasgow
Posts: 42
Rep Power: 17
nico765 is on a distinguished road
Hello,

I am trying to use the turbulentIntensityKineticEnergyInlet boundary condition with the simpleFoam solver:
my only problem occurs when i am computing viscous drag on a wall, i get the following error:

--> FOAM FATAL ERROR : Unknown patchTypefield type turbulentIntensityKineticEnergyInlet

Valid patchField types are :

25
(
fixedGradient
symmetryPlane
directMapped
oscillatingFixedValue
turbulentInlet
freestream
default
empty
fixedValue
uniformFixedValue
cyclic
mixed
processor
calculated
slip
timeVaryingMappedFixedValue
timeVaryingUniformFixedValue
directionMixed
sliced
partialSlip
outletInlet
inletOutlet
wedge
zeroGradient
waveTransmissive
)


From function fvPatchField<type>::New(const word&, const fvPatch&, const Field<type>&)
in file /home/nr/OpenFOAM/OpenFOAM-1.4.1/src/finiteVolume/lnInclude/newFvPatchField.C at line 57.


This occurs when using turbulence->R()().boundaryField()[patchLabel].

I am not trying to compute viscous drag at the inlet , so patchLabel is always a wall.

I have looked though the turbulence source files, but i can't see what's missing. My current idea is that the boundary is not included in the turbulence library but i am not sure.


Any help appreciated.

Thanks,

Nicolas
nico765 is offline   Reply With Quote

Old   June 20, 2008, 05:19
Default Hello, I also have the Turb
  #2
Senior Member
 
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17
markusrehm is on a distinguished road
Hello,

I also have the TurbulentIntensityKineticEnergyInlet-BC and it works fine with the kEpsilon turbulence. Now I want to switch to RSM (LRR) model. For that I need the Reynolds stresses which I usually calculate with the tool "R". But it does not accept that BC. A similar error message as shown above.

How could one modify R to recognize that BC? Or any other ideas?

Regards Markus.
fumiya likes this.
markusrehm is offline   Reply With Quote

Old   July 6, 2009, 10:07
Default Same as in OF-1.5
  #3
New Member
 
Sumeet Kumar
Join Date: Mar 2009
Posts: 21
Rep Power: 17
crazysumi is on a distinguished road
Hi All,

I am also receiving the similar error messages. I am trying the access the "R" Reynolds stresses from the standard turbulence models say for e.g. kEpsilon in my application.
------------------------------------------------------------------------------------------------------------
const volSymmTensorField& R = this->turbulence().R();
scalar uu = R[celli].xx(); // where uu is Rxx in cell "celli".
-----------------------------------------------------------------------------------------------------------

However on running the application for a case, I received following fatal error ::

Unknown patchTypefield type turbulentIntensityKineticEnergyInlet

Valid patchField types are :

26
(
fixedGradient
symmetryPlane
directMapped
oscillatingFixedValue
turbulentInlet
freestream
empty
fixedValue
uniformFixedValue
cyclic
mixed
processor
calculated
slip
timeVaryingMappedFixedValue
timeVaryingUniformFixedValue
directionMixed
generic
sliced
outletInlet
partialSlip
inletOutlet
advective
wedge
zeroGradient
waveTransmissive
)


From function fvPatchField<Type>::New(const word&, const fvPatch&, const Dim ensionedField<Type, volMesh>&)
in file lnInclude/newFvPatchField.C at line 54.

FOAM exiting

The "turbulentIntensityKineticEnergyInlet" BC for the 'k' field variable runs well with the OF turbulence models. However, it is not supported when I try to access the Reynolds Stresses.

There is one more similar topic (http://www.cfd-online.com/Forums/ope...ergyinlet.html) but that was not answered. Please advice someone.

Thanks
crazysumi is offline   Reply With Quote

Reply


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
TurbulentIntensityKineticEnergyInlet r2d2 OpenFOAM Running, Solving & CFD 3 September 19, 2009 03:56
Problem in Modelling Heat Transfer Problem Deepak R FLUENT 1 December 6, 2007 09:37
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Problem in Tutorial problem of fluent Phanindra FLUENT 5 April 17, 2007 09:57
problem in solving "wave generation" problem san FLUENT 2 April 3, 2006 23:37


All times are GMT -4. The time now is 16:24.