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

file/write-profile ... journal file

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 28, 2006, 09:01
Default file/write-profile ... journal file
  #1
MM
Guest
 
Posts: n/a
Hi, I am trying to write the temperature on several surfaces (surf1, surf2, surf3) into profile file name.prof (that exists). But it is not working ! What is wrong??? Marina

//file/write-profile name.prof yes surf1 surf2 surf3 temperature /

Error:GENERAL-CAR-CDR: Invalid argument [1]: improper list Error Object: #f

I know that something is missing between surf3 and temperature, but I don't know what !! I've tried with blank line ...
  Reply With Quote

Old   November 28, 2006, 09:03
Default Re: file/write-profile ... journal file
  #2
MM
Guest
 
Posts: n/a
This line is written like this

//file/write-profile

name.prof yes

surf1

surf2

surf3

temperature

/
  Reply With Quote

Old   November 28, 2006, 17:59
Default Re: file/write-profile ... journal file
  #3
zxaar
Guest
 
Posts: n/a
when you want to give a null argument use () in fluent

so it would be ... surf1 surf2 surf3 () temperature

  Reply With Quote

Old   November 29, 2006, 04:07
Default Re: file/write-profile ... journal file
  #4
MM
Guest
 
Posts: n/a
Thanks zxaar for your help ! I have written a small shell script that generates a journal file for my whole simulation in one fluent session (I have two cases that exchange temperature and flux distribution ...). I 've tried what you said:

echo '//file/write-profile'

echo 'name.prof yes'

echo 'surf1'

echo 'surf2'

echo 'surf3'

echo '()'

echo 'temperature'

echo '/'

Error:GENERAL-CAR-CDR: Invalid argument [1]: improper list Error Object: #f ()

It doesn't work. I don't know what else to do ...

Marina
  Reply With Quote

Old   November 29, 2006, 04:32
Default Re: file/write-profile ... journal file
  #5
zxaar
Guest
 
Posts: n/a
put this line is j.jou, and run this journal:

file write-profile name.prof surf1 surf2 surf3 () temperature () y

This would work, because I just tried writing pressure as profile and it worked.
  Reply With Quote

Old   November 30, 2006, 03:07
Default Re: file/write-profile ... journal file
  #6
MM
Guest
 
Posts: n/a
Thank you very much zxaar !!! It works of course !!!

  Reply With Quote

Reply


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
[swak4Foam] swak4foam building problem GGerber OpenFOAM Community Contributions 54 April 24, 2015 16:02
Working directory via command line Luiz CFX 4 March 6, 2011 20:02
pisoFoam compiling error with OF 1.7.1 on MAC OSX Greg Givogue OpenFOAM Programming & Development 3 March 4, 2011 17:18
Fluent journal file ahmet FLUENT 7 July 6, 2010 05:00
writing vel. profile with journal file Ralf Schmidt FLUENT 2 January 3, 2006 08:31


All times are GMT -4. The time now is 07:46.