|
[Sponsors] |
November 11, 2009, 12:30 |
Swirl und tumble number
|
#1 |
Member
Sven Degner
Join Date: Mar 2009
Location: Zürich
Posts: 55
Rep Power: 17 |
Hi Foamers,
at the moment I will simulate a cylinder channel of a engine. The problem is that I will calculate the swirl and tumble number of rectangle space in the cylinder. in Cfx I try something like this switch = step( (0 [mm] - z ) / 1 [m] ) * step( ( 70 [mm] + z ) / 1[m] ) * step( ( 33 [mm] - y ) / 1[m]) * step( ( 33[mm] - x ) / 1[m]) Dy = switch * Density * ((z + 35 [mm])*Velocity u - x *Velocity w ) Jy = switch * Density * (x ^2 + (z+ 35 [mm])^2) omega_Y = volumeInt(DY)@A1/ volumeInt(JY)@A1 t = omega_Y*areaAve(Density)@O*Diam^3*pi^2/4/ph But I got no idea how this work in OpenFOAM, especially the "switch" area for the calculation to bound. i hope anyone got a idea for my proceed! thx Sven |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[mesh manipulation] Mesh Refinement | Luiz Eduardo Bittencourt Sampaio (Sampaio) | OpenFOAM Meshing & Mesh Conversion | 42 | January 8, 2017 13:55 |
DecomposePar unequal number of shared faces | maka | OpenFOAM Pre-Processing | 6 | August 12, 2010 10:01 |
[blockMesh] BlockMeshmergePatchPairs | hjasak | OpenFOAM Meshing & Mesh Conversion | 11 | August 15, 2008 08:36 |
Unaligned accesses on IA64 | andre | OpenFOAM | 5 | June 23, 2008 11:37 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |