|
[Sponsors] |
May 29, 2012, 11:57 |
probing vorticity at a point
|
#1 |
New Member
Nitin Suryawanshi
Join Date: Mar 2009
Location: Pune, India
Posts: 28
Rep Power: 17 |
Hi
Im doing 2D LES simulatin for flow over flat plate using pisoFoam algorithm. I want to monitor vorticity at a particular point, like we use probe function in openfoam for velocity/ pressure at point. Even i tried with available post utilities feature vorticity in openfoam but it is giving me only vorticity values at point but without giving the corresponding x,y,z coordinates of that point... plz help me on this I want to monitor vorticity within boundary layer about 40 points. thanks in advance... Regards Nitin Suryawanshi |
|
May 29, 2012, 13:12 |
|
#2 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
If you want to monitor the vorticity during the run you might want to try swak4Foam with this in controlDict: Code:
functions { vortField { type expressionField; outputControl timeStep; outputInterval 1; fieldName vorticity; expression "curl(U)"; autowrite true; } probeVort { type probes; fields ( vorticity ); .... |
||
June 16, 2012, 02:19 |
|
#3 |
New Member
Nitin Suryawanshi
Join Date: Mar 2009
Location: Pune, India
Posts: 28
Rep Power: 17 |
Thanks for your reply sir and very very sorry for delayed reply as i was busy with other things.
I have tried with probeLocations sampling utility. it has worked well.. but for that first we should create vorticity field for each time step by typing vorticity in termianl within working directory in which time step wise results are there Thanks again... |
|
May 13, 2014, 13:37 |
|
#4 | |
Member
Join Date: Jun 2011
Posts: 80
Rep Power: 15 |
Quote:
Code:
IpressureLift { type swakExpression; valueType patch; patchName SQUARE; accumulations ( sum ); expression "p*normal()&vector(0,1,0)*area()"; verbose true; } IviscousLift { type swakExpression; valueType patch; patchName SQUARE; accumulations ( sum ); expression "-(2/200)*(vorticity^normal())&vector(0,1,0)*area()"; verbose true; } I guess that OF calculates the viscosity term by using the viscous stress tensor, isn't it? Anyway, how could I improve my results bernhard? |
||
May 13, 2014, 20:56 |
|
#5 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
May 14, 2014, 02:58 |
|
#6 | |
Member
Join Date: Jun 2011
Posts: 80
Rep Power: 15 |
Quote:
Thanks again! |
||
May 14, 2014, 10:35 |
|
#7 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Sorry. Haven't time to think it properly through, but my gut feeling says that it has something to do (or can be replaced) by snGrad(U) (that'd be the gradient of U in the direction of normal())
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
May 15, 2014, 06:46 |
|
#8 | |
Member
Join Date: Jun 2011
Posts: 80
Rep Power: 15 |
Quote:
Code:
IviscousLift { type swakExpression; valueType patch; patchName SQUARE; accumulations ( sum ); expression "-(2/200)*(vorticity^normal())&vector(0,1,0)*area()"; verbose true; } Code:
vorticity { type expressionField; outputControl timeStep; fieldName vorticity; expression "curl(U)"; verbose true; autowrite true; } Would you mind to explain a little more, bernhard? Thanks! |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem in toposet | Ahmed Khattab | OpenFOAM Pre-Processing | 27 | March 3, 2023 22:12 |
[blockMesh] error EOF in blockMesh | Ahmed Khattab | OpenFOAM Meshing & Mesh Conversion | 7 | May 17, 2012 01:37 |
block-structured mesh for t-junction | Robert@cfd | ANSYS Meshing & Geometry | 20 | November 11, 2011 05:59 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |