|
[Sponsors] |
December 19, 2010, 06:05 |
Mixed boundary condition
|
#1 |
New Member
Join Date: Aug 2010
Posts: 14
Rep Power: 16 |
Hello,
For a scalar field T, I want to implement a boundary condition which ensures following: A*T + B*(dT/dn) = C I'm having difficulties understanding how to translate this equation to expressions for valueInternalCoeffs, valueBoundaryCoeffs, gradientInternalCoeffs and gradientBoundaryCoeffs. Any help would be appreciated. |
|
January 2, 2011, 14:35 |
|
#2 |
New Member
Join Date: Aug 2010
Posts: 14
Rep Power: 16 |
I can easily understand the fixedValue where:
VIC = 0; VBC = value; GIC = -1/delta; GBC = value/delta; with delta being the distance from centrum to face and value being the boundary value. The fixedGradient I can also understand: VIC = 1; VBC = gradient * delta; GIC = 0; GBC = gradient; but I can not see how to derive expressions for an equation where both the gradient and value occur, such as: A*T + B*(dT/dn) = C Can anyone help? |
|
January 11, 2011, 10:36 |
|
#3 | |
Senior Member
Ben K
Join Date: Feb 2010
Location: Ottawa, Canada
Posts: 140
Rep Power: 19 |
Are you trying to understand the implementation or are you just trying to implement it?
If you just need to implement it, I think the easiest way is to install groovyBC and then: Quote:
or you can take a look at the wallHeatTransfer boundary condition which does the same thing. This is for a convective heat transfer boundary condition which looks like: Code:
K*dT/dx = h(T-Tinf) or h/K*T - dT/dx = h/K*Tinf |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Boundary Conditions | Thomas P. Abraham | Main CFD Forum | 20 | July 7, 2013 06:05 |
asking for Boundary condition in FLUENT | Destry | FLUENT | 0 | July 27, 2010 01:55 |
External Radiation Boundary Condition for Grid Interface | CFD XUE | FLUENT | 0 | July 9, 2010 03:53 |
problem with boundary condition??? | smn | CFX | 5 | November 24, 2009 07:37 |
Fluent Treatment of mixed boundary condition HELP | Amr | FLUENT | 0 | May 26, 2006 06:46 |