|
[Sponsors] |
March 31, 2002, 17:15 |
How to impose user scaler onto wall boundary
|
#1 |
Guest
Posts: n/a
|
Hello, all:
I try to do some simulation of mass transfer though wall. I need to define a user scaler flux on the wall.I t is possible to do it by command file. Howvere, the flux may not be a constant quantity so I am thinking to use user defined subroutine (USRBCS.f). It would be helpful if some body has the experience of similar kind. Thanks in advance. MHW |
|
April 2, 2002, 17:41 |
Re: How to impose user scaler onto wall boundary
|
#2 |
Guest
Posts: n/a
|
- If it is constant, you can define it in the command file.
- If your scalar is a variable, you have to define it in USRBCS.f. Suppose you have a manual, check the examples on USRBCS.f on how to set variables on the boundary nodes (Chapter 10). There are also examples on how to alter scalar variables. Use GETSCA to get the correct equation number referring to your scalar (also chapter 10). It should not be too difficult. You might need to read chapter 11 on the internal structure of CFX 4.4. Good luck, Astrid |
|
April 2, 2002, 19:02 |
Re: How to impose user scaler onto wall boundary
|
#3 |
Guest
Posts: n/a
|
Thanks, actually, I want to impose the flux of a user scaler onto the wall boundary. I checked USRBCS.f. Any suggection ?
Thanks. MHW |
|
April 3, 2002, 07:29 |
Re: How to impose user scaler onto wall boundary
|
#4 |
Guest
Posts: n/a
|
That can be set very easy in the command file:
>>MODEL BOUNDARY CONDITIONS >>WALL BOUNDARIES PATCH NAME '....' (the name of your wall patch) USER SCALAR1 FLUX ..... (a real value for scalar number 1) You can also define a combined Neumann-Dirichlet BC: USER SCALAR1 ABC ... ... ... (3*real value) The manual can tell you all about it. Or check the 'CFX-4.4 Solver Summary of commands and keywords', page 16. Good luck, Astrid |
|
April 5, 2002, 10:23 |
Re: How to impose user scaler onto wall boundary
|
#5 |
Guest
Posts: n/a
|
hi
Do you guys have any idea about the STEP function in CFX because it seems like you are more in to CEl. thank for your time. joseph |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Natural convection in a closed domain STILL NEEDING help! | Yr0gErG | FLUENT | 4 | December 2, 2019 01:04 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |
Heat Flux Wall Boundary Confusion. | Joee | FLUENT | 1 | August 21, 2010 13:20 |
how to set up a wall boundary condition according to calculated wall shear stress? | gameoverli | OpenFOAM Pre-Processing | 1 | May 21, 2009 09:28 |