![]() |
problems with probes() function in chtMultiRegionFoam
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 ); } }; http://www.cfd-online.com/Forums/ima...ser_online.gif http://www.cfd-online.com/Forums/ima...reputation.gif http://www.cfd-online.com/Forums/ima...ons/report.gif http://www.cfd-online.com/Forums/ima...c/progress.gif http://www.cfd-online.com/Forums/ima...ttons/edit.gif |
| All times are GMT -4. The time now is 03:10. |