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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: pavitran
Forum: CFX February 28, 2011, 22:20
Replies: 94
Views: 42,238
Posted By pavitran
Hi Shafiul, The script which you have used...

Hi Shafiul,

The script which you have used works perfectly in both my unix & windows machine. I executed that using v11,v12.0 & v12.1, and it works fine with the three versions.


Some of the...
Forum: CFX February 26, 2011, 08:53
Replies: 94
Views: 42,238
Posted By pavitran
Hi

In line 20 there is a syntax error, I forgot to add semicolon ";'' at the end, just add that, I believe it should work now: It should look like below

! $file ="$i\_Full.trn" ;
Forum: CFX February 25, 2011, 10:57
Replies: 94
Views: 42,238
Posted By pavitran
Hi

Hi,

you can find the same post in page 2 also, however I am repeating the same thing again

copy the below macro in between hashes #, to some "file.cse" and copy file.cse to the directory...
Forum: CFX June 15, 2010, 01:57
Replies: 94
Views: 42,238
Posted By pavitran
Hi Carlitos

1. First check --> Open CFX POST GUI and try to calculate mass flow of CH4. If it is working there, then your macro should also work properly, moreover the syntax is fine.

2. Loading file -->...
Forum: CFX June 7, 2010, 22:10
Replies: 94
Views: 42,238
Posted By pavitran
Hi Carlitos

1. To edit or create a file in Linux, one way is using VI editor. so, create a dummy file with extension ".cse" and paste the macro and save the file.

2. Or open Microsoft Word, wordpad or...
Forum: CFX June 7, 2010, 06:34
Replies: 94
Views: 42,238
Posted By pavitran
Hi Carlitos

Ok carlitos try this !:)

copy the below macro in between hashes #, to some "file.cse" and copy file.cse to the directory where your *.trn files are located.

Being in the same directory, at...
Forum: CFX June 4, 2010, 12:22
Replies: 94
Views: 42,238
Posted By pavitran
1. we need to write "%1.8f" 2. we can output 4...

1. we need to write "%1.8f"
2. we can output 4 variables per timestep

following is the edited macro

--------------------------------------
! open(OFH, " >> T_tot_export.dat");

# for...
Forum: CFX June 4, 2010, 09:15
Replies: 94
Views: 42,238
Posted By pavitran
Hi

For CFX v12.0 the start should be

! open(OFH, " >> file.dat");

# for loop for time steps lets say 3 time steps
! for ($i=1; $i <= 3; $i++) {

COMMAND FILE:
CFX Post Version = 12.0
END
Forum: CFX June 4, 2010, 00:04
Replies: 94
Views: 42,238
Posted By pavitran
Hi

OK, to use function calculator and extract variables at inlet, out let or some plane

if you have trn files at different time steps lets say,
case2_2.trn
case2_3.trn # where 2 & 3 refers to...
Forum: CFX June 3, 2010, 23:58
Replies: 94
Views: 42,238
Posted By pavitran
Hi

Sorry, I have posted below to extract variables using function calculator.
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 04:32.