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

valueAverage of a probe

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 30, 2019, 08:36
Default valueAverage of a probe
  #1
New Member
 
Join Date: Aug 2015
Posts: 2
Rep Power: 0
bjoernsu is on a distinguished road
Hi,
I have a Simulation of a fan. As stopping criteria I want to calculate the static pressure at a probe over some iterations.
I'm using openFOAM v1812.
Here my code in controlDict:
Code:
 
functions
{
 probe1
  {
   type  probes;
   libs            ("libsampling.so");
   
   writeControl    runTime;
   writeInterval   1;
   fields   (p);
   
   probeLocations
   (
       (0.01 -0.15 -1.0)
   );
  }
 runTimeControl1 
 { 
     type                runTimeControl; 
     libs ("libutilityFunctionObjects.so" "libfieldFunctionObjects.so");
 
     conditions 
     {  
  average1 
  { 
   type                average; 
   functionObject     probe1; 
   writeControl       runTime;
   writeInterval       1;
 
   fields              (p); 
   tolerance           0.2; 
   window              2; 
  } 
    }
}
Every time I run the Simulation, I get this message:
Code:
 
runTimeControl runTimeControl1 output:
    average: average1 averages:
--> FOAM Warning : 
    From function virtual bool Foam::functionObjects::runTimeControls::averageCondition::apply()
    in file runTimeControl/runTimeCondition/averageCondition/averageCondition.C at line 144
    From function object: probe1
Unprocessed fields:
        p
Has anyone an idea what is wrong?
bjoernsu is offline   Reply With Quote

Old   September 2, 2020, 09:13
Default
  #2
New Member
 
Dan Padrao
Join Date: Jun 2020
Posts: 14
Rep Power: 5
DanPad07 is on a distinguished road
Hi,

Did you ever find a solution to this problem? I am currently having a similar problem.

Thanks,
Dan
DanPad07 is offline   Reply With Quote

Old   March 26, 2022, 15:55
Default
  #3
Member
 
Join Date: Dec 2015
Posts: 74
Rep Power: 10
WhiteW is on a distinguished road
Hi,
I'm also trying to stop the simulation based on the convergence of a value on a probe point.
I'm getting the same error of "Unprocessed field: T"
Is there a way to control the convergence of a probe?
Thanks,
whiteW
WhiteW 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
Using Probe for part of a patch ndr OpenFOAM Running, Solving & CFD 7 April 4, 2019 06:26
How to probe to create time series plot by probe at dialog POSTHU Tecplot 1 March 21, 2019 08:31
probe Locations error in the dynamicMesh foam extend 4.0 vahidreza lotfi OpenFOAM Post-Processing 2 August 22, 2018 10:30
Empty Probe File - Probes not working rvmedina20 OpenFOAM Post-Processing 3 May 11, 2016 19:36
new atmospheric probe design manobianco Main CFD Forum 0 May 12, 2012 15:04


All times are GMT -4. The time now is 00:35.