CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

chtMultiRegionFoam not working

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2022, 05:29
Default chtMultiRegionFoam not working
  #1
New Member
 
Mattia
Join Date: Jun 2022
Posts: 2
Rep Power: 0
MattiaGalanti is on a distinguished road
Hello everyone. It's been a week since I started working on a multi region problem but the solver seems not to work properly.

1) I created a mesh using snappyHexMesh like tutorial "internalHeater".
2) I extruded in 2D the mesh

I tried the case with zero velocity so to the only the conduction phenomena but between the regions the temperature seems not to be transported.


This is the temperature in 0 file for fluid.
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2112 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
arch "LSB;label=32;scalar=64";
class volScalarField;
location "0/fluid";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [ 0 0 0 1 0 0 0 ];

internalField uniform 320;

boundaryField
{
minX
{
type fixedValue;
value uniform 500;
}
maxX
{
type fixedValue;
value uniform 500;
}

frontAndBack
{
type empty;
}

inlet
{
type fixedValue;
value uniform 500;
}

outlet
{
type zeroGradient;
}

fluid_to_topSolid
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
kappaMethod fluidThermo;
value uniform 320;
}

fluid_to_middleSolid
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
kappaMethod fluidThermo;
value uniform 320;
}

fluid_to_bottomSolid
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
kappaMethod fluidThermo;
value uniform 320;
}
}


This is the temperature for one of the solid in 0 folder:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2112 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
arch "LSB;label=32;scalar=64";
class volScalarField;
location "0/bottomSolid";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [ 0 0 0 1 0 0 0 ];

internalField uniform 500;

boundaryField
{
maxX
{
type fixedValue;
value uniform 500;
}
frontAndBack
{
type empty;
}

bottomSolid_to_fluid
{
type compressible::turbulentTemperatureRadCoupledMixed;
Tnbr T;
kappaMethod solidThermo;
value uniform 500;
}
}


// ************************************************** *********************** //


All the constant in such are exaclty the same of the internalHeater tutorial, copied and pasted.

Am I wrong in something here?
MattiaGalanti is offline   Reply With Quote

Reply

Tags
chtmultiregionfoam, temperature


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
chtMultiRegionFoam solver stops without any error amol_patel OpenFOAM Running, Solving & CFD 4 July 5, 2024 01:41
chtMultiRegionFoam connection between solid and fluid region of heat exchanger ahab OpenFOAM 1 December 18, 2019 00:37
Is there any institutions still working on solving N-S equations? sharonyue Main CFD Forum 2 November 11, 2015 08:23
what "If" condition means in rebound brbbhatti OpenFOAM Programming & Development 0 August 12, 2014 09:18
Simplifying chtMultiRegionFoam miket OpenFOAM Running, Solving & CFD 0 November 24, 2010 13:36


All times are GMT -4. The time now is 21:37.