CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: dust_2
Forum: Fluent UDF and Scheme Programming June 23, 2011, 08:28
Replies: 10
Views: 12,170
Posted By dust_2
You need coordinate transformation at first then...

You need coordinate transformation at first then you can process it as the inlet face coincident with the axis.

wiki page for coordinate transformation:...
Forum: Fluent UDF and Scheme Programming June 19, 2011, 10:43
Replies: 10
Views: 12,170
Posted By dust_2
This the manual example: #include "udf.h" ...

This the manual example:

#include "udf.h"
DEFINE_PROFILE(inlet_x_velocity, thread, position)
{
real x[ND_ND]; /* this will hold the position vector */
real y;
face_t f;
begin_f_loop(f,...
Forum: Fluent UDF and Scheme Programming June 17, 2011, 09:28
Replies: 10
Views: 12,170
Posted By dust_2
The UDF manual has a 2D parabolic inlet example....

The UDF manual has a 2D parabolic inlet example. You just need to change that example a little bit.
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 12:59.