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

problems with probes() function in chtMultiRegionFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2009, 15:08
Exclamation problems with probes() function in chtMultiRegionFoam
  #1
New Member
 
Victor Fleischer
Join Date: Nov 2009
Posts: 21
Rep Power: 16
Victor is on a distinguished road
Hi at all,

i have a problem with using the probes() function in the chtMultiRegionFoam Solver. After setting up my case with setSet, setsToZones, splitMeshRegions, i tried to use the probes() function. Then the following problem occured:



request for objectRegistry region0 from objectRegistry Test2_4 failed
available objects of type objectRegistry are

2
(
Stack
Fluid
)


Does anybody know how to solve this problem?
Or does anybody know an alternative for the probes() function without saving the whole data accumulated during the simulation?


here the additional part of the controlDict-File:


functions
{
probesTest
{
// Type of functionObject
type probes;

// Where to load it from (if not already in solver)
functionObjectLibs ("libsampling.so");
outputControl timeStep;
outputInterval 1;

// Locations to be probed. runTime modifiable!
probeLocations
(
( -0.05 0 0)
( -0.04 0 0)
( -0.03 0 0)
( -0.02 0 0)
( -0.01 0 0)
( 0.00 0 0)
( 0.01 0 0)
( 0.02 0 0)
( 0.03 0 0)
( 0.04 0 0)
( 0.05 0 0)
);

// Fields to be probed. runTime modifiable!
fields
(
rho
p
U
T
);
}
};

Victor 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
LiencubiclowRemodel nzy102 OpenFOAM Bugs 14 January 10, 2012 08:53
Variable deltaT and functionObjects henrik OpenFOAM Bugs 8 July 22, 2009 04:11
Installation 1.5 as a user of server (New bird) chiven OpenFOAM Installation 15 April 26, 2009 22:33
[Commercial meshers] Several problems with the mesh conversion utility when converting the meshes from Gridgen su_junwei OpenFOAM Meshing & Mesh Conversion 2 July 26, 2008 23:58
REAL GAS UDF brian FLUENT 6 September 11, 2006 08:23


All times are GMT -4. The time now is 09:37.