CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Thermal contact between two solids

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 23, 2018, 11:44
Default Thermal contact between two solids
  #1
New Member
 
Paolo Vescovo
Join Date: Aug 2018
Location: Italy
Posts: 1
Rep Power: 0
paolovescovo is on a distinguished road
Good evening, i am new in this forum.

I am trying to implement and chtMultiRegionFOAM-solve a thermal contact problem between two solids in OpenFOAM 2.3.0 (due to some troubles between ParaView and the OpenGL that suit my PC graphic card, troubles i am working about too).

The undesired result is that it seems to me that the simulation just does not start and with no visibile log to me. Is there a way to make the solver output what is going on in detail?

Here attached You can find two archives: the only difference i expect You to find is that in version 01 distinct nodes coincide at the same points in the space on the boundary between the two solids while in version 02 every space point hosts one node.
Attached Files
File Type: zip 01.zip (169.1 KB, 6 views)
File Type: zip 02.zip (110.8 KB, 1 views)
paolovescovo is offline   Reply With Quote

Old   August 24, 2018, 17:47
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Paolo and welcome to the forum!


I've only looked at the case "01" and there are two problems with it:
  1. It is defined to use adjustable time steps, based on maxCo and maxDi, which is why it simply jumps a time step larger than your end time of 0.5, namely the output was:
    Code:
    Region: corpo1 Diffusion Number mean: 3.0963523e-06 max: 3.0965588e-06
    Region: corpo2 Diffusion Number mean: 2.7777778e-07 max: 2.7777778e-07
    deltaT = 322.93913
    End
  2. After changing the following settings:
    Code:
    writeControl    runTime;
    adjustTimeStep  no;
    It then crashes on the very first time step, because it complains that it is missing the "phi" field.
  3. The reason is because you are trying to use the boundary condition "inletOutlet" in the "p" field, but "inletOutlet" only works if there is fluid velocity, which does not exist in the solid regions. Therefore you should only use the type "fixedValue" instead of "inletOutlet".

As for the problems with OpenGL, I know that you are using blueCFD-Core 2.3-1 from emails we have exchanged in the past and due to the log files in the cases you attached.

Therefore, you can install a more recent blueCFD-Core version (2016-2 or 2017-2) that provides a more recent version of OpenFOAM (4.x and 5.x, respectively) that has this bug fixed. Then you can install another version of ParaView, namely version 4.4, by following the instructions provided here: http://bluecfd.github.io/Core/FAQ/ho...n-of-ParaView/

Best regards,
Bruno
__________________
wyldckat 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
Dynamic contact angle issue: fluent UDF couldn't set the correct contact angle FelixJJ FLUENT 2 October 20, 2021 02:39
Domain Reference Pressure and mass flow inlet boundary AdidaKK CFX 75 August 20, 2018 05:37
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
Info: Short Course On Thermal Design of Electronic Equipment Arnold Free Main CFD Forum 0 August 10, 1999 10:18


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