|
[Sponsors] |
July 3, 2003, 13:34 |
CFX4: How to write user data to dump file?
|
#1 |
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 |
|
July 11, 2003, 13:29 |
Re: CFX4: How to write user data to dump file?
|
#2 |
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 |
|
July 16, 2003, 21:38 |
Re: CFX4: How to write user data to dump file?
|
#3 |
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 |
|
July 17, 2003, 21:49 |
Re: CFX4: How to write user data to dump file?
|
#4 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
2.0.x on Mac OSX | niklas | OpenFOAM Installation | 74 | March 28, 2012 17:46 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
A problme to write data file with Tecplot | Kai Yan | Tecplot | 4 | October 30, 2007 14:44 |
Results saving in CFD | hawk | Main CFD Forum | 16 | July 21, 2005 21:51 |