|
[Sponsors] | |||||
What are the right BCs for a multi-solid-region problem? |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Roberto
Join Date: Jul 2021
Posts: 4
Rep Power: 6 ![]() |
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;
}
Code:
heater1_to_heater0
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
Tnbr T;
kappaMethod solidThermo;
value uniform 298;
}
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;
}
of-T-final-line.png post.zip |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Roberto
Join Date: Jul 2021
Posts: 4
Rep Power: 6 ![]() |
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 |
|
|
|
|
|
![]() |
| Tags |
| chtmultiregionfoam, multiregion, solid |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Negative initial temperature error (chtMultiRegionFoam) | jebin | OpenFOAM Pre-Processing | 60 | July 17, 2022 06:10 |
| problem with Min/max rho | tH3f0rC3 | OpenFOAM | 8 | July 31, 2019 10:48 |
| conjugate heat transfer in OpenFOAM | skuznet | OpenFOAM Running, Solving & CFD | 99 | March 16, 2017 06:07 |
| Enforce bounds error with heat loss boundary condition at solid walls | Chander | CFX | 2 | May 1, 2012 21:11 |
| Heating of a solid cylinder with internal heat generation | Sriram Popuri | Main CFD Forum | 6 | July 13, 1999 19:09 |