|
[Sponsors] |
May 6, 2014, 10:11 |
Warning: print buffer exceeded.
|
#1 |
New Member
刘欣
Join Date: Apr 2014
Posts: 7
Rep Power: 12 |
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) } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
foamToTecplot360 | thomasduerr | OpenFOAM Post-Processing | 121 | June 11, 2021 11:05 |
[swak4Foam] installation problem with version 0.2.3 | Claudio87 | OpenFOAM Community Contributions | 9 | May 8, 2013 11:20 |
latest OpenFOAM-1.6.x from git failed to compile | phsieh2005 | OpenFOAM Bugs | 25 | February 9, 2010 05:37 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |