CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

Best Turbulence Model for Heat Transfer in Jet Impingement

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 21, 2014, 15:57
Default Best Turbulence Model for Heat Transfer in Jet Impingement
  #1
ara
New Member
 
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 11
ara is on a distinguished road
Hi,

I am using STAR CCM+ for modeling Heat Transfer in jet impingement arrangement (I have a jet plane and a target plane). My current model is v2f. As it is written in STAR CCM+ tutorial, this model is good for heat transfer but it seems that it is suitable for low Re numbers (nothing mentioned about what Re should be based on).
In my case, Re number based on first row jet diameter is 125000 which is definitely not low Re regime.

1- Can I use this model for my case?

2- Is it possible to copy a "scene" in one simulation and paste it in another simulation?

Thanks
ara is offline   Reply With Quote

Old   July 21, 2014, 19:27
Default
  #2
Senior Member
 
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 24
me3840 is on a distinguished road
That's not what is meant by low Re. In reference to a turbulence model, low Re means that particular model resolves the viscous sublayer. Be sure to have a mesh that has a y+ of 1 or lower.

Yes, you can copy scenes from one sim to another. Just open both sims in the same client and move the trees side-by-side.
me3840 is offline   Reply With Quote

Old   July 24, 2014, 18:00
Default
  #3
ara
New Member
 
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 11
ara is on a distinguished road
Thanks for your reply.
I have another question about creating user field function. I want to split one of my boundaries using "Split by Function". The area I want to split is between certain points (-0.142875<=y<=0.142875) and . I use:

($$)Position[2] <= 0.142875)? 1($$Position[2] >= -0.142875)? 2:0)

It does not work and I do not have any idea of what [2] means.
Any help would be appreciated.
ara is offline   Reply With Quote

Old   July 24, 2014, 21:46
Default
  #4
Senior Member
 
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 24
me3840 is on a distinguished road
$$function indicates a vector quantity. If you want to utilize a certain component of a vector quantity, you need to say $$function[i], where i is 0, 1, or 2, corresponding to i,j,k.

For your function, you could say:

($$Position[1]<=0.142875&&$$Position[1]>=-0.142875)?1:0

Which in english reads:
If position in y is less than or equal to N and position in y is greater than or equal to M then return 1 else 0.
me3840 is offline   Reply With Quote

Old   July 25, 2014, 10:48
Default
  #5
ara
New Member
 
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 11
ara is on a distinguished road
Quote:
Originally Posted by me3840 View Post
$$function indicates a vector quantity. If you want to utilize a certain component of a vector quantity, you need to say $$function[i], where i is 0, 1, or 2, corresponding to i,j,k.

For your function, you could say:

($$Position[1]<=0.142875&&$$Position[1]>=-0.142875)?1:0

Which in english reads:
If position in y is less than or equal to N and position in y is greater than or equal to M then return 1 else 0.
Thanks for your reply. After I use the above command and select position and length as dimension in user defined function, I choose this function in "Split by Function" for the target boundary and select coordinate system(local), But it gave below warning:

The definition for vector function User Defined Field Function 1(User FieldFunction_1) is not a vector value.

Have you faced with this warning before?

Many Thanks
ara is offline   Reply With Quote

Old   July 25, 2014, 11:45
Default
  #6
ara
New Member
 
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 11
ara is on a distinguished road
Quote:
Originally Posted by ara View Post
Thanks for your reply. After I use the above command and select position and length as dimension in user defined function, I choose this function in "Split by Function" for the target boundary and select coordinate system(local), But it gave below warning:

The definition for vector function User Defined Field Function 1(User FieldFunction_1) is not a vector value.

Have you faced with this warning before?

Many Thanks
I changed position to scalar and I was able to split the boundary.
ara is offline   Reply With Quote

Reply

Tags
heat transfer, v2f


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
Modified k-e turbulence model UDF Travis Fluent UDF and Scheme Programming 7 November 11, 2018 20:21
Spalarat - Allmaras turbulence model saisanthoshm88 Main CFD Forum 1 June 16, 2014 16:33
Error finding variable "THERMX" sunilpatil CFX 8 April 26, 2013 07:00
Question about the best way to model water jet impingement on a heated surface Rockda FLUENT 2 February 27, 2011 09:52
Centrifugal Pump and Turbulence Model Michiel CFX 12 January 25, 2010 03:20


All times are GMT -4. The time now is 08:26.