|
[Sponsors] |
November 20, 2014, 07:27 |
Set heat transfer as default for interfaces
|
#1 |
New Member
Edward Pocock
Join Date: Oct 2014
Posts: 5
Rep Power: 12 |
I've been running large conjugate heat transfer problems with lots of interfaces, upwards of 50, and hence need to go through each interface and tick the heat transfer option which can be a laborious process.
Is there a way to either automate this process or set it so interfaces always have heat transfer set? I have tried adding heat transfer to each interface in the command editor but it throughs the following error: Code:
ERROR CCL validation failed with message: Error: Sub-object 'FLOW:Flow Analysis 1' of type FLOW is not allowed in /FLOW:Flow Analysis 1 Error: At least one sub-object of type 'MESH CONNECTION' is required in /FLOW:Flow Analysis 1/DOMAIN INTERFACE:Default Fluid Solid Interface 14 Error: Sub-object 'MESH CONNECTION' is not allowed in /FLOW:Flow Analysis 1/DOMAIN INTERFACE:Default Fluid Solid Interface 14/INTERFACE MODELS Error: Sub-object 'PITCH CHANGE' is not allowed in /FLOW:Flow Analysis 1/DOMAIN INTERFACE:Default Fluid Solid Interface 14/INTERFACE MODELS/HEAT TRANSFER |
|
November 20, 2014, 09:41 |
|
#2 |
Senior Member
Mr CFD
Join Date: Jun 2012
Location: Britain
Posts: 361
Rep Power: 15 |
Possibly - the only way I can think of is to export the CCL file, and use something like Notepad++ to edit the CCL file to ensure heat transfer is enabled on all interfaces (use the find and replace option in Notepad++).
Then once that's done re-import the CCL file. Anyway isn't heat transfer enabled by default at interfaces? |
|
November 20, 2014, 10:17 |
|
#3 |
New Member
Edward Pocock
Join Date: Oct 2014
Posts: 5
Rep Power: 12 |
I tried that but it gave me the error in my original post.
Apparently not in my install, any idea where default settings would be? |
|
November 20, 2014, 12:37 |
|
#4 |
Senior Member
Join Date: Jun 2009
Posts: 1,880
Rep Power: 33 |
It will help if you describe how the domain interfaces were created the first time. From the messages, it seems they were created by importing incomplete CCL from earlier versions.
Have you ever used Perl power syntax within CCL ? You should be able to create a loop over a list of domain interface names, and add a CCL fraction such as DOMAIN INTERFACE: $domint INTERFACE MODELS: HEAT TRANSFER: Option = Conservative Interface Flux END END END You could submit the power syntax statement at run time to modify the CCL. You should contact ANSYS CFX support for help on the Perl power syntax. |
|
Tags |
conjugate heat transfer, interface |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Quenching simulation : how to set up a conjugate heat transfer between solid&liquid | Rockda | FLUENT | 24 | August 30, 2016 07:33 |
CFX doesn't continue calculation... | mactech001 | CFX | 6 | November 15, 2009 22:25 |
No results for solid domain | Gary Holland | CFX | 10 | March 13, 2009 04:30 |
Question on heat transfer coefficient!!! | Benny | FLUENT | 7 | June 7, 2005 10:25 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |