CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   How UDF specifies wall boundary value (https://www.cfd-online.com/Forums/fluent/49976-how-udf-specifies-wall-boundary-value.html)

Michael December 4, 2008 11:19

How UDF specifies wall boundary value
 
Hello,

I need to write a UDF demonstrates how a data file can be read into FLUENT and used to specify wall boundary value (c1) changing with time, such as t=1e-3, c1=2e-5 t=2e-3, c1=2.5e-5 ... ...

Thanks in advance!

Davy December 4, 2008 22:49

Re: How UDF specifies wall boundary value
 
You may try DEFINE_PROFILE, which can be loaded dynamically

Rogerio Fernandes Brito December 5, 2008 17:24

Re: How UDF specifies wall boundary value
 
You need to write profile file, this will be same as text file and you can read this profile file through file -> after you read it, then you need to hook this into your boundary value in wall boundary condition panel

You do not need to write udf file for this. Just write a simple text file, in Fluent go to File-> read-> profile

I think this should work.


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