Ansys Learning Forum Forums Discuss Simulation Fluids AveResults over the last x-Iterations Reply To: AveResults over the last x-Iterations

Mark Owens
Ansys Employee

You can create an expression for the stastistic by probing the monitor name as

probe(Expression Value.Arithmetic Average)@InletPressure

But the expression will only evaluate in CFX-Pre and the solver. It will not evaluate in CFD-Post so you cannot make it an output parameter. You would need to create an Additional Variable in CFX-Pre and set it equal to the expression. Then take the volume average of the variable which will have the same value at every cell and make that expression instead your output parameter.Â