|
[Sponsors] |
Discretization of gradient vector - unstructured mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 14, 2012, 05:28 |
Discretization of gradient vector - unstructured mesh
|
#1 |
New Member
Join Date: Jun 2012
Posts: 5
Rep Power: 14 |
Hello,
I have an unstructured triangular mesh that has two different zones (on bottom: zone1, on top: zone2). To impose the boundary condition at the interface, I have these equations: a [grad(T)*n]1 + b = c [grad(T)*n]2 + d Tf1 = Tf2 = Tf (interface values) where the indices 1 and 2 designate the zone and a, b, c and d are constant. I would like to know how can I descretize the scalar product grad(T)*n at the interface (if it was a structured mesh, I could use (Tf-T1)/ds and (T2-Tf)/ds, but this is not the case) to can impose the value of Tf at the interface. Thanks in advance Last edited by Dapb; June 15, 2012 at 04:55. |
|
June 15, 2012, 04:54 |
|
#2 |
New Member
Join Date: Jun 2012
Posts: 5
Rep Power: 14 |
Another question:
Instead of imposing the value of Tf, is there a way to impose directly the flux at both interfaces (interface and interface_SHADOW) even in this situation: flux(interface) = a [grad(T)*n]1 = c [grad(T)*n]2 + d - b flux(interface_SHADOW) = c [grad(T)*n]2 = a [grad(T)*n]1 + b - d I tried to do it using C_T_G(c,t) in the function DEFINE_PROFILE(name,t,i) to calculate grad(T) in the zones 1 and 2, but Fluent pointed out an error. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Negative volume error in hybrid mesh | siw | ANSYS Meshing & Geometry | 4 | September 3, 2014 06:25 |
[ICEM] Problem making structured mesh on a surface | froztbear | ANSYS Meshing & Geometry | 4 | November 10, 2011 09:52 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |