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

What are the right BCs for a multi-solid-region problem?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2021, 16:54
Default What are the right BCs for a multi-solid-region problem?
  #1
New Member
 
Roberto
Join Date: Jul 2021
Posts: 4
Rep Power: 4
froberto is on a distinguished road
Hi all,
I am trying to model a problem consisting of a solid (sub-divided into two regions) and a fluid.
The two solid regions produce heat at different rates, and they have the same material properties.

I dug into this forum for quite a while and found two posts:
https://www.cfd-online.com/Forums/openfoam-pre-processing/211078-solid-solid-thermal-resistance-layer-thickness.html
https://www.cfd-online.com/Forums/openfoam-solving/151469-boundary-condition-conjugate-thermal-heat-conduction.html

They seem to agree on the fact that solid-to-solid interfaces should be modeled using compressible::turbulentTemperatureCoupledBaffleMix ed.
However, my result doesn't look good at the interface (see attached figure).

I have attached all the files.
Any ideas of what is going on/suggestions are welcome!
Thank you,


Here is a snippet of the solid "heater0" changeDictionaryDict:
Code:
        heater0_to_heater1
        {
            type            compressible::turbulentTemperatureCoupledBaffleMixed;
            Tnbr            T;
            kappaMethod     solidThermo;
            value           uniform 298;
        }
Here is a snippet of the solid "heater1" changeDictionaryDict:
Code:
        heater1_to_heater0
        {
            type            compressible::turbulentTemperatureCoupledBaffleMixed;
            Tnbr            T;
            kappaMethod     solidThermo;
            value           uniform 298;
        }
And here is a snippet of the topoSetDict:
Code:
    // Heater 0
    {
        name    heater0CellSet;
        type    cellSet;
        action  new;
        source  boxToCell;
        box     (-0.004 -0.05 -0.1) (0.004 -0.025 0.1);
    }
    {
        name    heater0;
        type    cellZoneSet;
        action  new;
        source  setToCellZone;
        set     heater0CellSet;
    }
    // Heater 1
    {
        name    heater1CellSet;
        type    cellSet;
        action  new;
        source  boxToCell;
        box     (-0.004 -0.025 -0.1) (0.004 0.0 0.1);
    }
    {
        name    heater1;
        type    cellZoneSet;
        action  new;
        source  setToCellZone;
        set     heater1CellSet;
    }
Attachments:
of-T-final-line.png
post.zip
froberto is offline   Reply With Quote

Old   August 31, 2021, 19:12
Default Solved using sample
  #2
New Member
 
Roberto
Join Date: Jul 2021
Posts: 4
Rep Power: 4
froberto is on a distinguished road
When using the sample utility I have the possibility to select "cellPointFace" interpolationScheme.
The plots now look right.
I am assuming, paraview plots the cell values by default or something like that.

Anyway, I thought it was mentioning that the following post is related:
chtMultiregionFoam--unequal temperature at coupled patches
froberto is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam, multiregion, solid


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
Negative initial temperature error (chtMultiRegionFoam) jebin OpenFOAM Pre-Processing 60 July 17, 2022 05:10
problem with Min/max rho tH3f0rC3 OpenFOAM 8 July 31, 2019 09:48
conjugate heat transfer in OpenFOAM skuznet OpenFOAM Running, Solving & CFD 99 March 16, 2017 05:07
Enforce bounds error with heat loss boundary condition at solid walls Chander CFX 2 May 1, 2012 20:11
Heating of a solid cylinder with internal heat generation Sriram Popuri Main CFD Forum 6 July 13, 1999 18:09


All times are GMT -4. The time now is 13:05.