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

introduce experimental values

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 2, 2016, 19:32
Unhappy introduce experimental values
  #1
New Member
 
cherche-du-paix
Join Date: Nov 2013
Posts: 12
Rep Power: 12
duina is on a distinguished road
hi , please i have a question in fluent if you can help me , i have a wall ,where in the outdoor i have temperature change each hour (experimental value ) , and the time step for the simulation must be 0.1 sec (for phase change materials ) , how i can introduce temerarure value , thank's
duina is offline   Reply With Quote

Old   February 5, 2016, 16:11
Default
  #2
`e`
Senior Member
 
Join Date: Mar 2015
Posts: 892
Rep Power: 18
`e` is on a distinguished road
Use the DEFINE_PROFILE macro for creating a boundary condition for your temperature. This temperature profile can be a function of time by using the macro CURRENT_TIME; for example:

Code:
F_PROFILE(f,t,i) = 293.15 + 0.1*CURRENT_TIME;
which corresponds to T(t) = 293.15 + 0.1t.
`e` 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
Correct values of drag but high values of lift. aamer Main CFD Forum 16 December 16, 2010 04:44
Ensight - node values -cell values leo FLUENT 1 May 12, 2010 08:47
max node values exceed max element values in contour plot jason_t FLUENT 0 August 19, 2009 11:32
exact face values RubenG Main CFD Forum 0 June 22, 2009 11:09
Experimental & numerical results Amy CFX 2 September 1, 2005 08:52


All times are GMT -4. The time now is 23:39.