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

wall subtoutine variables

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 19, 2003, 04:21
Default wall subtoutine variables
  #1
tomosada
Guest
 
Posts: n/a
hi! everyone :

I want to use the wall subroutine for multiple rotation fram , but i can't find the means of the variables about 'TORHF' 'RESWT' 'RSTSC'.

I need to give the angular velocity (RPM) ,SO which varable i need to set.

Thank you for answer me !!

  Reply With Quote

Old   December 20, 2003, 08:58
Default Re: wall subtoutine variables
  #2
4xF
Guest
 
Posts: n/a
The meaning of the variables is explained in the file nom.inc, which you will find in the ufile directory.

TORHF is Temperature OR Heat Flux. (depends on what you switched on in the boundary definition panel). RESWT is the value of the wall thermal resistance RSTSC is the value of the wall mass resistance (when scalars are defined)

If you have to impose a spin velocity at walls with a given RPM velocity, say given by OMEGA

REAL PI

SAVE PI

IF (INTFLG(1).EQ.0) THEN

PI = ACOS(-1.0)

INTFLG(1) = 1

END IF

U = 0

V = X * OMEGA * PI / 30.

W = 0

Please read the subroutine headings for more information. Keep in mind that the velocities are to be defined in the coordinate system set in the boudanry definition, here a cylindrical one HAS to be chosen).
  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
Using ddt with different variables harly OpenFOAM 0 December 5, 2008 15:18
UDF for mean variables Gab FLUENT 0 September 28, 2007 16:17
Variables selim CFX 2 September 6, 2007 10:51
CEL and Variables stex CFX 18 June 27, 2005 05:50
Aditional variables in BC for wall Henry CFX 1 March 30, 2005 13:50


All times are GMT -4. The time now is 00:17.