|
[Sponsors] |
Access cell coordinates and wall data in posdat.f |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 13, 2005, 08:07 |
Access cell coordinates and wall data in posdat.f
|
#1 |
Guest
Posts: n/a
|
Hi everyone. I am trying to calculate the mean fluid temperature in a cross section of my channel and the heat transfer coefficient on the wall as well. Does anybody knows if it is possible to access cell-centre coorinates and wall data (e.g. heat flux on the wall) in posdat.f or if it is possible to calculate it in some other user subroutine? Please give me any advice if you can. Thank you
|
|
July 13, 2005, 18:21 |
Re: Access cell coordinates and wall data in posda
|
#2 |
Guest
Posts: n/a
|
The following common block is where the coordinates are stored.
COMMON /DCO21/ CX(3,-NBMAX:NCTMAX) |
|
July 14, 2005, 06:08 |
Re: Access cell coordinates and wall data in posda
|
#3 |
Guest
Posts: n/a
|
Thank you very much for your help. Is there any documentation/tutorial/guide/excercise about common blocks except their names in $STARDIR/solve/folder? It would by great, if i could somehow get TORHF (heat flux) in posdat.f too.
|
|
July 15, 2005, 14:17 |
Re: Access cell coordinates and wall data in posda
|
#4 |
Guest
Posts: n/a
|
Unfortunately there is'nt. The only documentation I know of is something they give you if you go for the user suboutine training course.
|
|
July 15, 2005, 17:28 |
Re: Access cell coordinates and wall data in posda
|
#5 |
Guest
Posts: n/a
|
oh, that's bad. What's your opinion, is it worth to take a part on that course? I mean, does it realy help?
|
|
July 22, 2005, 05:25 |
Re: Access cell coordinates and wall data in posda
|
#6 |
Guest
Posts: n/a
|
For having taken part to the course, it helped me a lot. Especially the part concerning parallel programming.
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Writing data from Posdat | SJ | Siemens | 1 | December 8, 2008 06:49 |
Boundary cell looping in posdat.f [v4.06] | hirokata | Siemens | 6 | September 22, 2008 15:34 |
extracting data from posdat.f | Syed | Siemens | 0 | July 21, 2006 12:38 |
How can I know a cell is boundary in the posdat.f | wy | Siemens | 1 | August 9, 2002 03:53 |
May I use global coordinate of cell centers in subroutine Posdat | H. Shen | Siemens | 4 | March 29, 2000 10:20 |