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

Read txt file with udf

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 2 Post By dahmen
  • 1 Post By rayolau

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 30, 2013, 04:25
Default Read txt file with udf
  #1
New Member
 
rayolau
Join Date: Aug 2012
Posts: 23
Rep Power: 13
rayolau is on a distinguished road
I need write a udf or open a file with velocity values... (like a the file created when I do Fille-->write-->profile) , asociated to boundary that I choose, and that these values will be the "conditions" in the boundary at the start of the each time step. Any idea?
Thanks in advance !


Laura
rayolau is offline   Reply With Quote

Old   April 30, 2013, 04:53
Default
  #2
New Member
 
adam
Join Date: Apr 2013
Posts: 9
Rep Power: 12
dahmen is on a distinguished road
Hi Laura!
About writing an output UDF u have to use the function hook "execut-at-and" and in the body of ur UDF u would includ a file for postprossecing as 'txt ro dat' format, then u will a have a file contain a postprocessing of the parameters that u need at each time step.
joy2000 and rayolau like this.
dahmen is offline   Reply With Quote

Old   April 30, 2013, 05:52
Default
  #3
Member
 
Join Date: Jun 2012
Posts: 32
Rep Power: 13
DonQuijote is on a distinguished road
Hi all!

I'm facing the same problem. I have a .txt file (with coordinates and variables (velocity) values) wich is changing every time step, so It's so frustrating to use GUI 'define profile' in each tstep.

I have thought of creating a UDF for that, but I have not found nor fluent manual either UDF manual how to do that... Do anyone know if it is really feasible??

Thank you in advance!!
DonQuijote is offline   Reply With Quote

Old   April 30, 2013, 07:36
Default
  #4
New Member
 
rayolau
Join Date: Aug 2012
Posts: 23
Rep Power: 13
rayolau is on a distinguished road
Quote:
Originally Posted by dahmen View Post
Hi Laura!
About writing an output UDF u have to use the function hook "execut-at-and" and in the body of ur UDF u would includ a file for postprossecing as 'txt ro dat' format, then u will a have a file contain a postprocessing of the parameters that u need at each time step.
Hi dahmen! Thanks for your reply.
I use an UDF with "execut-at-end" for save data of a boundary that I choose. But I need "read" these saved data, in other boundary. I think that I may do with DEFINE_ADJUST, but I don't have more ideas...

This is the part to write data, I need do something like that to read data into other id boundary.

DEFINE_EXECUTE_AT_END(name)
{
Domain *domain;
domain = Get_Domain(1);
file = fopen("2D_IZQUIERDA.PROF", "w");
name_void(domain, 10);
fclose(file);
}
joy2000 likes this.
rayolau is offline   Reply With Quote

Old   November 27, 2017, 19:40
Default
  #5
FSM
New Member
 
Felipe
Join Date: Nov 2017
Location: Brazil
Posts: 16
Rep Power: 8
FSM is on a distinguished road
rayolau,

Did you found out how to read the velocity data file and use as a BC to the case?
I am trying to do the same thing, but I'm having problems with that. I'm not new using UDF.
I have a file with a list of velocity values. Each velocity for one specific time and I need to read this file and set the velocity as the BC at that specific time.
If you could help me..
Thank you..
FSM is offline   Reply With Quote

Old   November 27, 2017, 21:10
Default
  #6
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
Look at DEFINE_PROFILE macros for BC

Best regards
AlexanderZ is offline   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
GPU Linear Solvers for OpenFOAM gocarts OpenFOAM Announcements from Other Sources 37 August 17, 2022 14:22
[Other] mesh airfoil NACA0012 anand_30 OpenFOAM Meshing & Mesh Conversion 13 March 7, 2022 17:22
[swak4Foam] funkySetFields compilation error tayo OpenFOAM Community Contributions 39 December 3, 2012 05:18
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
PHI file structure Eugene Phoenics 9 November 2, 2001 22:00


All times are GMT -4. The time now is 18:27.