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

Warning: print buffer exceeded.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2014, 09:11
Default Warning: print buffer exceeded.
  #1
New Member
 
刘欣
Join Date: Apr 2014
Posts: 7
Rep Power: 12
liuxub@hotmail is on a distinguished road
hi guys:
when i use this programme , the programme have a warning:"Warning: print buffer exceeded.",i need your help! thanks a lot.

#include "udf.h"
DEFINE_ADJUST(print_f_centroids,domain)
{
real FC[3];
face_t f;
int ID =18;
Thread *thread = Lookup_Thread(domain,ID);
begin_f_loop(f,thread)
{
F_CENTROID(FC,f,thread);
Message("x-coord = %f y-coord = %f z-coord = %f",FC[0],FC[1],FC[2]);
Message("\n");

}
end_f_loop(f,thread)

}
liuxub@hotmail 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
foamToTecplot360 thomasduerr OpenFOAM Post-Processing 121 June 11, 2021 10:05
[swak4Foam] installation problem with version 0.2.3 Claudio87 OpenFOAM Community Contributions 9 May 8, 2013 10:20
latest OpenFOAM-1.6.x from git failed to compile phsieh2005 OpenFOAM Bugs 25 February 9, 2010 04:37
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 10:23
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


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