|
[Sponsors] |
July 7, 2014, 12:06 |
values take by probes function object
|
#1 |
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 22 |
Dear Foamers,
I'm working in a conjugate heat transfer problem where I need to probe the values of T in the interfase between a solid and a fluid regions. In order to do that I set up probes in the controlDict-file as follows: Code:
functions { probes_object { type probes; //patchProbes;// functionObjectLibs ("libsampling.so"); region object; outputControl timeStep; outputInterval 100; probeLocations //patchName // ( //points at boundary (0 0.1 0 ) //bottom (0 0.1 0.3 ) //top (-0.2 0.1 0.1 ) //left (0.2 0.1 0.1 ) //right (0 -0.1 0.1 ) //front (0 0.2 0.1 ) //back (0 0.1 0.15) //inner point in object (0 0.48 0.1 ) //point behind object (0 0.25 0.4 ) //point above object ); fields ( T ); } probes_air { type probes; //patchProbes;// functionObjectLibs ("libsampling.so"); region air; outputControl timeStep; outputInterval 100; probeLocations //patchName // ( //points at boundary (0 0.1 0 ) //bottom (0 0.1 0.3 ) //top (-0.2 0.1 0.1 ) //left (0.2 0.1 0.1 ) //right (0 -0.1 0.1 ) //front (0 0.2 0.1 ) //back (0 0.1 0.15) //inner point in object (0 0.48 0.1 ) //point behind object (0 0.25 0.4 ) //point above object ); fields ( T ); } } Morevoer, what if the point was inside a cell but it was not the center? I guess it is interpolated, right? Regards, Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
foamToTecplot360 | thomasduerr | OpenFOAM Post-Processing | 121 | June 11, 2021 11:05 |
[blockMesh] Errors during blockMesh meshing | Madeleine P. Vincent | OpenFOAM Meshing & Mesh Conversion | 51 | May 30, 2016 11:51 |
Compilation error OF1.5-dev on Suse10.3 | darenyang | OpenFOAM Installation | 0 | April 29, 2009 05:55 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |