CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

chtMultiRegionSimpleFoam probes multiple output

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2018, 02:38
Default chtMultiRegionSimpleFoam probes multiple output
  #1
Senior Member
 
linnemann's Avatar
 
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 555
Rep Power: 27
linnemann will become famous soon enough
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
        );
    }
}
What i do not understand is that for each timestep i get 3 lines of output.

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
EDIT:
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.
linnemann is offline   Reply With Quote

Old   January 19, 2018, 05:55
Default
  #2
Senior Member
 
linnemann's Avatar
 
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 555
Rep Power: 27
linnemann will become famous soon enough
Fixed in commit

https://github.com/OpenFOAM/OpenFOAM...043612d278a12b

Of OpenFOAM-dev
__________________
Linnemann

PS. I do not do personal support, so please post in the forums.
linnemann is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 08:49
CGNS Output file parameters ant0wn SU2 1 August 19, 2013 14:47
RNG diverged during the analysis the flow over a multi element airfoil, why? s.m OpenFOAM Running, Solving & CFD 0 August 5, 2013 08:39
[ANSYS Meshing] ICEM output precision papis ANSYS Meshing & Geometry 4 July 9, 2013 09:54
Output transient file to csv Ben CFX 3 September 23, 2008 08:17


All times are GMT -4. The time now is 19:22.