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

problem Hcoeff display

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 1, 2007, 07:54
Default problem Hcoeff display
  #1
raffap
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???
  Reply With Quote

Old   February 1, 2007, 09:23
Default Re: problem Hcoeff display
  #2
george
Guest
 
Posts: n/a
Hello raffap,

What is hcoeff? A coefficient which concerns a wall parameter?

George
  Reply With Quote

Old   February 1, 2007, 09:26
Default Re: problem Hcoeff display
  #3
raffap
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
  Reply With Quote

Old   February 1, 2007, 11:04
Default Re: problem Hcoeff display
  #4
PETE
Guest
 
Posts: n/a
did you post it in .pst? You have to choose post in the output tab
  Reply With Quote

Old   February 1, 2007, 16:36
Default Re: problem Hcoeff display
  #5
Balduin Bankerotti
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);
  Reply With Quote

Old   February 1, 2007, 16:39
Default Re: problem Hcoeff display
  #6
Balduin Bankerotti
Guest
 
Posts: n/a
The forum software has some problems with perl code.

the line with @alles should be

@alles = <_IFILE_> ;

without the "_" characters
  Reply With Quote

Old   February 2, 2007, 03:09
Default yplus value in heat transfer
  #7
kathir
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
  Reply With Quote

Old   February 4, 2007, 13:57
Default Re: yplus value in heat transfer
  #8
analyse In India
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.
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
problem with display john FLUENT 8 March 14, 2009 11:40
3D display problem Victor Cano FLUENT 1 December 18, 2008 19:35
StarCD display problem cfddummy Siemens 3 April 9, 2007 16:59
star-CD V 3.26 - GUI display problem. Dr C.Bhasker Siemens 9 July 17, 2006 07:27
Tbulk for Two Layer hcoeff Peter Siemens 0 June 2, 2004 02:42


All times are GMT -4. The time now is 09:45.