|
[Sponsors] |
October 13, 2010, 06:13 |
Monitoring at Runtime
|
#1 |
New Member
Olli
Join Date: Mar 2010
Location: Berlin
Posts: 13
Rep Power: 16 |
Hi Foamers,
I have got a small question. I want to monitor some parts of my simulation, like points, surfaces and if possible lines. So I can draw a comparison to the measurements during the run. For points and surfaces I just added function{...} into the controlDict. I'm using OF 1.7. I would guess it is possible to extract lines as well, but I didn't get it set up correctly. Maybe someone has a small code-snippet for me. Regards Olli Excerpt from controlDict: Code:
functions { probes { type probes; functionObjectLibs ("libsampling.so"); enabled true; outputControl timeStep; outputInterval 1; probeLocations ( ( 0.0275 0.020625 0) ( 0.0275 -0.020625 0 ) ( 0.0275 0 0.020625 ) ( 0.0275 0 -0.020625 ) ( 0.055 0.030 0 ) ( 0.055 -0.030 0 ) ( 0.055 0 0.030 ) ( 0.055 0 -0.030 ) ); fields ( U p ); } probes { type surfaces; functionObjectLibs ("libsampling.so"); enabled true; outputControl timeStep; outputInterval 1000; surfaceFormat raw; interpolationScheme cellPointFace; fields ( U ); surfaces ( xyPlane { type plane; basePoint (0 0 0); normalVector (0 0 1); } xzPlane { type plane; basePoint (0 0 0); normalVector (0 1 0); } ); } |
|
Tags |
functions, libsampling, monitor |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
monitoring point of total temperature | rogbrito | FLUENT | 0 | June 21, 2009 18:31 |
saving monitoring data | mange | FLUENT | 2 | March 3, 2009 06:54 |
Problem with surface monitoring | vitmalin | FLUENT | 0 | March 23, 2005 13:49 |
Fortran Runtime | Dadou | Siemens | 0 | April 1, 2004 08:02 |
monitoring cell | Jane | Siemens | 2 | March 4, 2004 22:01 |