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

Y_plus , Help please

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 24, 2005, 10:48
Default Y_plus , Help please
  #1
Ibrahim
Guest
 
Posts: n/a
I am trying to use POSTSAT.f subroutine , I need to evaluate the Y-plus for all cells. Cheers

  Reply With Quote

Old   August 24, 2005, 14:18
Default Re: Y_plus , Help please
  #2
Sheila
Guest
 
Posts: n/a
I remember once trying to write a code to calculate y+ using POSDAT, it did'nt work. You need to run a Do loop over all the boundary cells using, DO IB=1,NBP23 and for some reason POSDAT did'nt recognise this part of the coding.

If you dont get any better response from someone else I suggest you use some other subroutine to do the calculation and store the result in a common block. Notice that most subroutines are called per cell basis. Include some kind of condition so that your calculation is done only once per iteration. Following is an example of coding I use. IC is the cell next to the boundary. Make sure you include all the common blocks required.

DO 20, IB=1,NBP23

IC=LX(IB)/7

INDX=MOD(LX(IB),7)

IREG=IRN(IB)

Hope this helps

  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



All times are GMT -4. The time now is 06:25.