CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Probes in multiregion case (OF1906)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 27, 2019, 08:15
Default Probes in multiregion case (OF1906)
  #1
New Member
 
Alexey Ryakhovskiy
Join Date: Sep 2014
Posts: 11
Rep Power: 11
Alexee is on a distinguished road
I'm trying to set up probes for my chtMultiRegionSimpleFoam case, but it keeps giving me default (internalMesh) values, even though I specify the region.


Here's the sample of my controlDict file:


Code:
probes
    {
        type            probes;
        libs            ("libsampling.so");
        name        probe0;
        enabled         true;
        writeControl   timeStep;
        writeInterval  1;
        interpolationScheme cellPoint;
        region    air;
        fields (T);

        probeLocations (

            ( 0.01 0.01 0.01 )
        );

How should I modify it so it recognizes the proper mesh region?
Alexee 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
Is Playstation 3 cluster suitable for CFD work hsieh OpenFOAM 9 August 16, 2015 14:53
Superlinear speedup in OpenFOAM 13 msrinath80 OpenFOAM Running, Solving & CFD 18 March 3, 2015 05:36
[OpenFOAM] ParaView 4.10 and OpenFOAM 2.3.0 Multiregion and decomposed case romant ParaView 3 April 7, 2014 15:42
Transient case running with a super computer microfin FLUENT 0 March 31, 2009 11:20
Turbulent Flat Plate Validation Case Jonas Larsson Main CFD Forum 0 April 2, 2004 10:25


All times are GMT -4. The time now is 14:38.