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

CFX4: How to write user data to dump file?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 3, 2003, 12:34
Default CFX4: How to write user data to dump file?
  #1
Min-Hua Wang
Guest
 
Posts: n/a
Does anyone has experiece to use CFX-4 and write data back to dump file and display the user-data via CFX4-view or fieldview? The user-data were generated from a wall -patch and was expected to put on that patch again.

Thanks a lot,

MHW
  Reply With Quote

Old   July 11, 2003, 12:29
Default Re: CFX4: How to write user data to dump file?
  #2
John
Guest
 
Posts: n/a
I have not tried to display the data, but you may put additional information into the dump file through the use of the user routine USRDMP.

If the dump file created is then to be used for a restart, USRRD must also be coded to read in the user defined sections of the dump file.

John
  Reply With Quote

Old   July 16, 2003, 20:38
Default Re: CFX4: How to write user data to dump file?
  #3
jeff
Guest
 
Posts: n/a
Min-Hua,

I think what you want to do is allow one of the post processors to display user calculated data. To do this, create a user scalar name starting with USRD (i.e. USRD_my_variable). In your FORTRAN, store your values in the USRD variable at the appropriate locations. This variable will then be stored in the dump file automatically and picked up for plotting in any of the post processors.

If you only need internal fluid cell values, use a USRDCC variable and just set values at cell centers. If you need discreet values at walls and boundary nodes, use a USRD variable but you have to set all the boundary nodes explicitely in your FORTRAN.

Jeff

  Reply With Quote

Old   July 17, 2003, 20:49
Default Re: CFX4: How to write user data to dump file?
  #4
Min-Hua Wang
Guest
 
Posts: n/a
Hi, Jeff:

The problem is which user subroutine should I use. I have tried usrtrn.f. I only need to display data on wall boundary nodes.

Thanks

MHW
  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
2.0.x on Mac OSX niklas OpenFOAM Installation 74 March 28, 2012 16:46
[blockMesh] BlockMesh FOAM warning gaottino OpenFOAM Meshing & Mesh Conversion 7 July 19, 2010 14:11
Problem with rhoSimpleFoam matteo_gautero OpenFOAM Running, Solving & CFD 0 February 28, 2008 06:51
A problme to write data file with Tecplot Kai Yan Tecplot 4 October 30, 2007 13:44
Results saving in CFD hawk Main CFD Forum 16 July 21, 2005 20:51


All times are GMT -4. The time now is 03:00.