|
[Sponsors] |
September 29, 2011, 20:09 |
Shadow Wall/Thermo Baffle in OF 1.7.1
|
#1 |
Member
ak
Join Date: May 2011
Posts: 64
Rep Power: 15 |
Hello Foamers,
Does anyone know how we can define shadow walls/baffles in OF 1.7.1? Is there some tutorial available for this? I am interested in including wall heat transfer (where the wall thickness and its properties can also be defined) and therefore was looking into how it could be done in OF 1.7.1 Any thoughts on this? Many thanks, amit |
|
March 1, 2012, 18:17 |
|
#2 |
Member
Stefano Wahono
Join Date: Aug 2010
Location: Melbourne, Australia
Posts: 42
Rep Power: 16 |
Hi,
You can not do this in OF 1.7.x. OF 2.0.x can do this. You need to create your wall mesh with -shadow wall patch already included. The easiest way to do this is to use third party mesher. Then you need to change your constant/polyMesh/boundary for your coupled wall Code:
wall1 { type directMappedWall; nFaces 32482; startFace 16477771; sampleMode nearestPatchFace; sampleRegion region0; samplePatch wall1-shadow; offsetMode uniform; offset ( 0 0 0 ); } wall1-shadow { type directMappedWall; nFaces 32482; startFace 16510253; sampleMode nearestPatchFace; sampleRegion region0; samplePatch wall1; offsetMode uniform; offset ( 0 0 0 ); } Code:
wall1 { type compressible::temperatureThermoBaffle1D<constSolidThermoPhysics>; baffleActivated yes; thickness uniform 0.001; Qs uniform 0; transport { K 202.4; } radiation { sigmaS 0; kappa 0; emissivity 0; } thermodynamics { Hf 0; Cp 871; } density { rho 2719; } value uniform 300; } wall1-shadow { type compressible::temperatureThermoBaffle1D<constSolidThermoPhysics>; $wall1 ; } libs ("libthermoBaffleModels.so"); For 3D heat transfer through the wall (i.e. 1D conduction + 2D shell conduction)... things are a bir more complicated. But, you can definitely do it too.
__________________
Stefano Wahono Defence Science and Technology Organisation Propulsion Systems |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Shadow walls in Fluent. ICEM meshes vs Workbench | aarvay | ANSYS Meshing & Geometry | 11 | January 12, 2017 13:51 |
OpenCFD release OpenFOAMŪ version 1.7.1 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | August 26, 2010 12:40 |
Wall-wall shadow | Ness | FLUENT | 0 | March 7, 2007 05:00 |
Boundary baffle error 258 | Nalleli | Siemens | 2 | November 19, 2006 14:14 |
baffle in flow route | GaryWang | CFX | 0 | October 24, 2005 00:19 |