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

Batch issues to get results from a transient simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2009, 06:32
Default Batch issues to get results from a transient simulation
  #1
New Member
 
Aero Dynamik
Join Date: Sep 2009
Posts: 3
Rep Power: 16
aero is on a distinguished road
Hi!

I am running a transient simulation of a 2D foil with a alternate jet on the upper surface. I need the lift and drag average and I tried to get it by running this batch files:
cfx5post -batch deg1tr_001.res Effect.cse
and the effect.cse file is:
!($X1) = evaluate( "force_x()@BLADE");
!($Y1) = evaluate( "force_y()@BLADE");

!$filename= " .\\LIFT.csv";
!open(DAT,">>$filename") || die("Cannot Open File");
!print DAT "$X1,$Y1\n";
!close(DAT);


I get error when I run the batch file:

Effect.cse

The only file types which ANSYS CFD-Post can currently read are:
CFX files
FLUENT files
ANSYS Results files
CFX-4 Dump files
CFX-TASCflow files (must have grd/rso, bcf and prm files)
CGNS files

2009/11/10 16:00:48
CCLAPI::loadCCLData - CCL parser failed with message:
parseCCLLineH: syntax error near "*INFO"



How can I resolve this problem?
Is there an other way to calculate the average over time of the lift and drag (a part of doing it manually...)

Thank you for your help

Aero
aero is offline   Reply With Quote

Reply

Tags
jet, lif, transient, unsteady


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
a transient simulation question rystokes CFX 3 June 3, 2009 07:44
initial conditions for transient simulation littlelz CFX 2 February 5, 2009 05:56
how to do time-averaging transient results azmir Main CFD Forum 0 May 8, 2004 05:53
transient simulation Tad CFX 1 November 30, 2003 16:25
Transient Rotor/Stator Simulation in TASCFLOW Deepak Ganga CFX 3 June 27, 2003 02:47


All times are GMT -4. The time now is 23:47.