SiteMap Page 23


Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next

Can't fix the temperature in a solid using Fluent6.0.20 via GUI or TUI


The fixed option in BC panel for solid in v6.0.20 is not functional. This is fixed in fluent6.1.x. How to specify fixed option in fluent6.0.20?<br>1. turn on energy<br>2. change type...

Entire fan udf in c program


2The user defined fan udf has a part of the code in fortran77 and the remaining part in c language.The entire code has been changed into c language.<br>Following are the steps to be...

floating point error when reading pdf file


*.pdf is generated on one platform. When trying to read the file onto another platform, floating point error generated.<br>Prepdf binary files are not compatable across platforms. If a...

UDF for Herschel-Bulkley viscosity with spatial dependence.


Spatial dependence to Herschel-Bulkley viscosity model<br><br>Spatial dependency needs to be added by user... very straighforward to implement.<br>#include...

Extract pressure and velocity magnitude from point data from input file


Given set of point data (x,y,z), extract the pressure or velocity magnitudes and print them to file.<br>A UDF was created for this purpose. Contact ww to obtain the files and an...

How to include strain rate in UDF


How to use strain rate in UDF.... for example,<br><br>viscosity in Herschel-Bulkley model...<br><br>Include "mem.h" in your UDF<br><br>Call...

Report Averages on a Number of Surfaces


When creating surface average reports the number of surfaces requested will depend upon the number used in the previous report. For example, if a report is created using 5 surfaces then these...

emergency recovery of data files


Somtetimes, in the end of long run, FLUENT may fail to write the data file and give a "malloc" error. This can be due if, for example, one uses UDF and small "memory...

Renaming of zones which start with a specified string


There might be a need for changing the name of a zone which starts with a particular string for eg to control zone names generated automatically by Fluent when executing some commands such as...

defining heat transfer coefficient (HTC)


<br><br>The heat transfer coefficient is a characteristic of the flow. It is used to<br>measure the ability of a flow to convect energy from walls....

FLPOST - graphical display on SGI platform


When running FLPOST on SGI platforms, it may happen that the the graphical display does not properly work.<br>On such platform, we suggest to try the command : flpost -driver x11

Cell type adjacent to two sided wall


Cell type adjacent to a two sided wall can be found through UDF using macros,THREAD_SHADOW(Thread *t), F_SHADOW(face_t f,Thread *t), FLUID_THREAD_P(t).<br><br>Following is the...

how to create hanging grid interface?


Hanging grid interface can be used to enforce connectivity between two different type of meshes, such as hex with tet mesh. As compared with non-confromal grid-interfaces, hanging grid-interface...

FLPOST : Troubles with OPENGL


Error message while starting FLPOST : A long message is generated, ending with<br><br>Error message from graphics function Show_Device_Info:<br>The SBX driver needs CMAP_FULL...

SGI & VMPI: array services not available - what to do?


Suppose you are trying to run on one or several SGIs in parallel - you launch Fluent but it reports:<br><br>MPI: asgetnetinfo_array('(null)') failed : array services not...

Using RSF


Client wanted to know how to use RSF<br><br>Client only has license for<br>GAMBIT and FLUENT -POST<br> Here are the steps to using the RSF:<br><br>1. Create...

"Product of k" is zero?


The post-processing for "Production of k" is always zero.<br>For the current version, there is no data for "Production of k" if case and data are just read. The...

Selection of surface-type through TUI


Selection of surface type through TUI is very useful especially in cases where there are hundreds of point-surfaces or plane-surfaces.<br>Following three scheme files would allow an user to...

How to discard highly skewed cells from the mesh


Sometimes one ends up with a volume mesh that has a few highly skewed cells.<br>If such cells are in an unimportant part of the flow field, it is quicker to discard them<br>(i.e. move...

Question regarding initializing file for MHD module


<br>The external magnetic field data format for MAGNA is written in Fluent6 mhd manual.<br>For test, we made the simple file which is formated MAGNA but cannot initialize with this...

Order in which faces are accessed through begin_f_loop


In certain types of UDFs, it may be necessary for the faces on a particular zone to be accessed in the same order in the begin_f_loop(face,thread){}end_f_loop(face,thread) loop, no matter where...

differences between FLUENT 32-bit and 64-bit executables


It is well-known that the FLUENT 64-bit executable, which can be started by adding -64 the FLUENT command line, e.g. %> fluent 3d -64, is better than the 32-bit executable for problems in...

Global energy balance for unsteady conduction problem


It is desired to evaluate the global energy balance for an unsteady conduction problem. This can not be done correctly using only the Flux Reports panel, which only includes surface terms in the...

DEFINE_PROFILE execution and UDF Profile Update Interval for Unsteady Simulations


In order to increase computational efficiency, it may be desirable to update boundary profiles that are assigned via UDFs only at the first iteration of each time step. In Fluent 6.0, the...

Missing files from the Force Monitors Panel


If files from the Force Monitors Panel appear to be missing after running a case, do not panic.<br>If Fluent is started from Start > Programs > Fluent Inc > Fluent, and...