|
[Sponsors] |
Best Turbulence Model for Heat Transfer in Jet Impingement |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 21, 2014, 16:57 |
Best Turbulence Model for Heat Transfer in Jet Impingement
|
#1 |
New Member
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 12 |
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 |
|
July 21, 2014, 20:27 |
|
#2 |
Senior Member
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 25 |
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. |
|
July 24, 2014, 19:00 |
|
#3 |
New Member
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 12 |
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. |
|
July 24, 2014, 22:46 |
|
#4 |
Senior Member
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 25 |
$$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. |
|
July 25, 2014, 11:48 |
|
#5 | |
New Member
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 12 |
Quote:
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 |
||
July 25, 2014, 12:45 |
|
#6 | |
New Member
Arash
Join Date: Jul 2014
Posts: 7
Rep Power: 12 |
Quote:
|
||
Tags |
heat transfer, v2f |
|
|
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 21:21 |
Spalarat - Allmaras turbulence model | saisanthoshm88 | Main CFD Forum | 1 | June 16, 2014 17:33 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Question about the best way to model water jet impingement on a heated surface | Rockda | FLUENT | 2 | February 27, 2011 10:52 |
Centrifugal Pump and Turbulence Model | Michiel | CFX | 12 | January 25, 2010 04:20 |