|
[Sponsors] |
December 19, 2003, 05:21 |
wall subtoutine variables
|
#1 |
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 !! |
|
December 20, 2003, 09:58 |
Re: wall subtoutine variables
|
#2 |
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). |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using ddt with different variables | harly | OpenFOAM | 0 | December 5, 2008 16:18 |
UDF for mean variables | Gab | FLUENT | 0 | September 28, 2007 17:17 |
Variables | selim | CFX | 2 | September 6, 2007 11:51 |
CEL and Variables | stex | CFX | 18 | June 27, 2005 06:50 |
Aditional variables in BC for wall | Henry | CFX | 1 | March 30, 2005 14:50 |