|
[Sponsors] |
July 7, 2011, 08:13 |
Inizialitation of Temperature at a point
|
#1 |
New Member
Join Date: Nov 2010
Posts: 6
Rep Power: 16 |
Dear all,
Is it possible to initialize the temperature in a certain point of the model, not just in a domain or boundary? Thanks in advanced |
|
July 7, 2011, 09:02 |
|
#2 |
Senior Member
Join Date: Apr 2009
Posts: 531
Rep Power: 21 |
Nodal data is what gets initialized, so you can use if() statements along with x,y,z coordinates so that only a single node gets an initial temperature, e.g. for the line of nodes at x=0.005[m]:
if(x>0[m], if(x<0.01[m],300[K],200[K]),200[K]) or you can use step() functions to do the same thing. |
|
July 7, 2011, 09:54 |
|
#3 |
New Member
Join Date: Nov 2010
Posts: 6
Rep Power: 16 |
I got it with the if statement, thank you very much
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX Post: Problems with moving point cloud for changing time steps | spatialtime | CFX | 0 | December 7, 2009 05:56 |
field function to point variable temperature | Trofrensis | STAR-CCM+ | 1 | November 25, 2009 01:46 |
Inlet Temperature Fluctuation in CFX-5.7 LES Mode | Halim Choi | CFX | 0 | December 23, 2004 23:05 |
Temperature went outside of its upper limit | Atit Koonsrisuk | CFX | 0 | January 8, 2004 12:43 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |