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

USRBCS

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2005, 06:41
Default USRBCS
  #1
RK
Guest
 
Posts: n/a
Hi:

I want to do appy this at inlet:

(1) IF KSTEP.EQ.0 THEN

T(inode,iphase)=X1.

BUT

(2) IF KSTEP.GT.0 THEN

T(inode,iphase)=X2.

If I only write (2) in USRBCS and have (1) in command file (fc) would this work...or do I have to write both statements in USRBCS?

I hope this makes sense.

Thanks in adcance.

RK
  Reply With Quote

Old   February 13, 2005, 00:20
Default Re: USRBCS
  #2
Jeff
Guest
 
Posts: n/a
Robin,

USRBCS gets called "after" everything is set in the command file, to allow you to overwrite what's been set. You can put the second case in USRBCS to apply only after KSTEP > 0. Please note however that boundary conditions are set using the array

VARBCS(IT,INODE,IPHASE) = value

Where IT is the equation number for temperature, returned from:

CALL GETVAR('USRBCS','T ',IT).

Also, don't forget to set IUBCSF = 3 so that USRBCS gets called for changing iteration and/or time step. Otherwise, USRBCS will assume a static boundary condition and only call the routine once.

Jeff
  Reply With Quote

Old   February 23, 2005, 04:10
Default Re: USRBCS
  #3
Franklin
Guest
 
Posts: n/a
Hi, Following up on Robins request, I guess the difficult part is the wall boundary conditions. I have been trying to implement a stress model at the boundary for sometime now FOR TWO-PHASE TURBULENT FLOWS. Basically, this model has a gradient of velocity in it. However, by using SETWRK AND GRADV routines, I get floating invalid error.

I noticed in the documentation the following under the discussion of GRADV: "Note that, in turbulent flows, the gradient at the wall of the velocity components is stored at the cell centre adjacent to the wall."

Can someone help with this? Thanks in advance. Franklin.
  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
USRBCS in CFX 5 (actually, 5.7.1) ATS CFX 2 August 24, 2005 12:30
Define scalar wall boundary by USRBCS? windhair CFX 2 November 26, 2003 08:00
USRBCS shalaby Hemdan CFX 8 July 16, 2003 21:05
usrbcs for inlet boundary Jesper Laursen CFX 2 May 31, 2002 16:34
USRBCS flag Alex CFX 0 February 12, 2002 10:41


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