|
[Sponsors] |
April 9, 2018, 14:38 |
Maximum value of monitored report value
|
#1 |
New Member
Justin Wiegmann
Join Date: Aug 2015
Posts: 20
Rep Power: 11 |
Dear all,
Maybe the answer to my question is relatively easy. Is it possible to monitor the maximum value of a monitored report value? If so, what is the procedure to obtain that? Example: If a monitored value increases linearly --> maximum value increases exactly like the monitored value. If the monitored value decreases then --> maximum value should be constant with the highest value from the increasing passage. Afterwards I want to compare the highest value with the actual value for another user field function. I would be really happy, if someone can help Thanks! Regards, Justin |
|
April 10, 2018, 06:46 |
|
#2 |
Senior Member
Ping
Join Date: Mar 2009
Posts: 556
Rep Power: 20 |
create a report of the required type etc called say 'val' - is the report to be monitored
this will create a new system field function called valReport create another report of type Expression called say 'mval' - is the current maximum of that report and set the definition to ( $valReport > $mvalReport ) ? $valReport : $mvalReport might have to do an initiation of mval at iteration zero or one to give it a very low value - eg add another if around the above logic based on iteration number - read the help on field functions since the syntax is the same in an expression report |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic mesh udf for oscillating wall | QBeast | Fluent UDF and Scheme Programming | 3 | December 17, 2020 03:03 |
Publish REPORT from a CFD-Post macros | rubiconf | CFX | 0 | August 8, 2014 05:58 |
Diverging solution in transonicMRFDyMFoam | tsalter | OpenFOAM Running, Solving & CFD | 30 | July 7, 2014 07:20 |
compressible flow in turbocharger | riesotto | OpenFOAM | 50 | May 26, 2014 02:47 |
Report > Discrete Phase > Report > How to commands | Francesco Micchetti | FLUENT | 1 | January 23, 2008 07:10 |