|
[Sponsors] |
problems with probes() function in chtMultiRegionFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 25, 2009, 16:08 |
problems with probes() function in chtMultiRegionFoam
|
#1 |
New Member
Victor Fleischer
Join Date: Nov 2009
Posts: 21
Rep Power: 17 |
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 ); } }; |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LiencubiclowRemodel | nzy102 | OpenFOAM Bugs | 14 | January 10, 2012 09:53 |
Variable deltaT and functionObjects | henrik | OpenFOAM Bugs | 8 | July 22, 2009 05:11 |
Installation 1.5 as a user of server (New bird) | chiven | OpenFOAM Installation | 15 | April 26, 2009 23:33 |
[Commercial meshers] Several problems with the mesh conversion utility when converting the meshes from Gridgen | su_junwei | OpenFOAM Meshing & Mesh Conversion | 2 | July 27, 2008 00:58 |
REAL GAS UDF | brian | FLUENT | 6 | September 11, 2006 09:23 |