CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Transient post-processing, Time averaged pressure work

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   January 2, 2011, 17:40
Default Transient post-processing, Time averaged pressure work
  #1
Member
 
Join Date: Aug 2010
Posts: 31
Rep Power: 15
Turbomachine is on a distinguished road
Dear All,

I am currently doing the post processing of a transient turbine analysis. I was looking at the previous posts and realised that there were several similar problems that have been raised but remained unsolved. Firstly, the description of the problem is the following:

I have to calculate the work done by the pressure forces on the blade during its movement. Mathematically speaking I need to integrate pressure * mesh displacement over one cycle (100 timesteps) and then plot the work distribution.

In previous discussions the following solutions have been proposed:

1) POWER SYNTAX in CFX-Post:

! @myTimeSteps = ("71","105","136"); # add your "solver steps" between brackets as they are listed in POST "Time Selector"
! $MyVariable = "Water.Superficial Velocity"; # put the variable of interset between quotes
! $MyPlane = "Plane zx"; # put the plane name here

! open(MyOutF,">C:/TimeAvgOut.csv") || die "Can't open file $!\n"; # this will create a Report file named "TimeAvgOut.csv" on root of C:\ drive

! $TStepsNo = @myTimeSteps;
!print MyOutF "Time step , ",$MyVariable, "\n";
! for ($i=0;$i<$TStepsNo;$i++){
> load timestep= $myTimeSteps[$i]
! $MyAvgVel = areaAve($MyVariable, $MyPlane,"");
!print MyOutF $myTimeSteps[$i]," , ",$MyAvgVel, "\n";
!}
! close MyOutF;

The above syntax calculates the area averaged work value at each timestep and stores it in a file.


2) TRANSIENT STATISTICS in CFX-Pre

By setting transient statistics in CFX-Pre it is possible to obtain the time averaged output of variables, however I am not aware of the possibility to include mathematical operators such as p*displ.



Despite the first option what I need is to plot the time averaged work distribution over selected timesteps.

Can anyone suggest a way to achieve this? Thank you for your help!!
Turbomachine is offline   Reply With Quote

 

Tags
post-processing, pressure, time average, time averaged, transient


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
Post Processing Transient Data chrisoturner FLUENT 2 August 18, 2017 02:53
calculation diverge after continue to run zhajingjing OpenFOAM 0 April 28, 2010 04:35
Transient Simulation of Oscillating Pressure Waves ylm054 CFX 1 December 4, 2009 05:02
Pressure Inlet Post Processing meshinggod FLUENT 1 November 16, 2009 13:45
Automatic post processing of Transient simulation Aziz CFX 2 June 24, 2005 14:37


All times are GMT -4. The time now is 19:39.