|
[Sponsors] |
chtMultiRegionSimpleFoam probes multiple output |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 5, 2018, 03:38 |
chtMultiRegionSimpleFoam probes multiple output
|
#1 |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
Hi
I cannot find if it is a bug or a feature but in my chtMultiRegionSimpleFoam case here https://github.com/nelinnemann/of-ca...oldplateCooler I have the following entry in controlDict Code:
functions { probes { // Where to load it from functionObjectLibs ( "libsampling.so" ); type probes; // Name of the directory for probe data name probes; region solid; // Write at same frequency as fields writeControl timeStep; writeInterval 1; // Fields to be probed fields ( T ); probeLocations ( ( 0.05 0.02 0.075 ) // beginning of solid fin ( 0.15 0.02 0.075 ) // middle of solid fin ( 0.225 0.02 0.075 ) // end of solid fin ); } } Code:
# Probe 0 (0.05 0.02 0.075) # Probe 1 (0.15 0.02 0.075) # Probe 2 (0.225 0.02 0.075) # Probe 0 1 2 # Time 1 499.7919 499.9373 499.9437 1 499.7919 499.9373 499.9437 1 499.7919 499.9373 499.9437 2 499.4074 499.8084 499.8277 2 499.4074 499.8084 499.8277 2 499.4074 499.8084 499.8277 3 498.9954 499.6587 499.6925 3 498.9954 499.6587 499.6925 3 498.9954 499.6587 499.6925 Just tried with the multiRegionHeaterRadiation tutorial from official OpenFOAM-dev. Same result, writing the values 3 times. EDIT2: Tried with pipeCyclic case and simpleFoam solver. Here everything is fine, seems like a multiregion issue.
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
|
January 19, 2018, 06:55 |
|
#2 |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to control output time of pressureTools functions? | Fluido | OpenFOAM Post-Processing | 1 | May 19, 2014 09:49 |
CGNS Output file parameters | ant0wn | SU2 | 1 | August 19, 2013 15:47 |
RNG diverged during the analysis the flow over a multi element airfoil, why? | s.m | OpenFOAM Running, Solving & CFD | 0 | August 5, 2013 09:39 |
[ANSYS Meshing] ICEM output precision | papis | ANSYS Meshing & Geometry | 4 | July 9, 2013 10:54 |
Output transient file to csv | Ben | CFX | 3 | September 23, 2008 09:17 |