CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Programming turbulence models (CFX 4.4)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 4, 2001, 17:15
Default Programming turbulence models (CFX 4.4)
  #1
Hamsdi
Guest
 
Posts: n/a
Hello, I'm programming some turbulence models with the fortran USR interface of CFX 4.4

I read that there are "dummy cells" used internally by CFX to model boundary conditions (e.g. for walls).

It would be usefull to use these cells in my turbulence models as well, but I don't know how to adress them or work with them.

I would appreciate any hints concerning that topic.

Thanks in advance.
  Reply With Quote

Old   October 5, 2001, 03:10
Default Re: Programming turbulence models (CFX 4.4)
  #2
Fabian
Guest
 
Posts: n/a
CALL IPALL('*','WALL','PATCH','CENTRES',IPT,NPT,CWORK,I WORK)

DO 100 I=1,NPT

INODE = IPT(I)

IBDRY=INODE-NCELL

IACTIVE=IPNODB(IBDRY,1)

IDUMMY=IPNODB(IBDRY,2)

....... Dummy cell is stored in IDUMMY, active cell in IACTIVE. Hope this helps Fabian
  Reply With Quote

Old   October 12, 2001, 01:14
Default Re: Programming turbulence models (CFX 4.4)
  #3
mani mekala
Guest
 
Posts: n/a
i want some CFD codes relevent to heat transfer in gas turbine blades and combustor casings. please send me information where these are available by mani
  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
Turbulence postprocessing Mohsin FLUENT 2 October 3, 2016 14:18
boundaryFoam, axisymmetry and turbulence models thomas_toulorge OpenFOAM Running, Solving & CFD 0 May 12, 2011 13:05
KOmega Turbulence model from wwwopenFOAMWikinet philippose OpenFOAM Running, Solving & CFD 30 August 4, 2010 10:26
LES & DES turbulence models Seva Reehal CFX 5 October 18, 2009 08:44


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