|
[Sponsors] |
February 1, 2007, 08:54 |
problem Hcoeff display
|
#1 |
Guest
Posts: n/a
|
I have perfored an aanlysis and I'm trying to disply the hcoeff, but I can't the following message appear: wall variable hflu is not on the data file...what that means???
|
|
February 1, 2007, 10:23 |
Re: problem Hcoeff display
|
#2 |
Guest
Posts: n/a
|
Hello raffap,
What is hcoeff? A coefficient which concerns a wall parameter? George |
|
February 1, 2007, 10:26 |
Re: problem Hcoeff display
|
#3 |
Guest
Posts: n/a
|
hcoeff is the heat transfer coefficent, I have to display this coefficent on a wall boundary. the command is getw-->hcoeff,tbulk
|
|
February 1, 2007, 12:04 |
Re: problem Hcoeff display
|
#4 |
Guest
Posts: n/a
|
did you post it in .pst? You have to choose post in the output tab
|
|
February 1, 2007, 17:36 |
Re: problem Hcoeff display
|
#5 |
Guest
Posts: n/a
|
Select it at the output tab and do a restart run with zero iterations and hcoe should be in the *.pst file.
If you are using version 4 without solving the temperature equation you mith have to cheat a bit and tweak the *.prob file using the following script: #!/usr/bin/perl print "modifying *.prob-File for writing htran\n"; if (!defined $ARGV[0]) { print "USAGE : htran.pl casename\n"; exit; } $case = $ARGV[0]; $file = "${case}.prob"; $line = "POSTWL SHEA YPLU DIST HTRA"; open(IFILE , "<$file") || die "Datei $file ist nicht vorhanden"; @alles = <IFILE>; $text = join("",@alles); close(INFILE); $text =~ s/POSTWL.*/$line/; open(OUTFILE , ">$file") || die "Datei ... ist nicht vorhanden"; print OUTFILE "$text"; close(OUTFILE); |
|
February 1, 2007, 17:39 |
Re: problem Hcoeff display
|
#6 |
Guest
Posts: n/a
|
The forum software has some problems with perl code.
the line with @alles should be @alles = <_IFILE_> ; without the "_" characters |
|
February 2, 2007, 04:09 |
yplus value in heat transfer
|
#7 |
Guest
Posts: n/a
|
hi expert my problem is finding the heat transfer coefficient around the cylinder in a uniform flow. but i got the ypus value nearly .5 to 3. according to my theoretical knowledge for this yplus value k-e model overpredict the heat transfer. how to get the accurate heat transfer coefficient. but i cant provide the fine mesh in near walls because i want to find the boundary layer effects how to use wall functions for this kind of problem
by kathir |
|
February 4, 2007, 14:57 |
Re: yplus value in heat transfer
|
#8 |
Guest
Posts: n/a
|
Hi raffap, Check whether your postprocessing Result file or restart file. I have this problem some time before, I had spent nearly a day to plot HTC from, without noticing that I am loading restart file.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with display | john | FLUENT | 8 | March 14, 2009 12:40 |
3D display problem | Victor Cano | FLUENT | 1 | December 18, 2008 20:35 |
StarCD display problem | cfddummy | Siemens | 3 | April 9, 2007 17:59 |
star-CD V 3.26 - GUI display problem. | Dr C.Bhasker | Siemens | 9 | July 17, 2006 08:27 |
Tbulk for Two Layer hcoeff | Peter | Siemens | 0 | June 2, 2004 03:42 |