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

chtMultiRegionFoam velocity in solid region

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   Today, 09:00
Unhappy chtMultiRegionFoam velocity in solid region
  #1
New Member
 
Karol Celinski
Join Date: Feb 2024
Location: UK
Posts: 13
Rep Power: 2
kac24 is on a distinguished road
Hi,

I am trying to run CHT simulation with chtMultiRegionFoam, and when I run it for some reason solver is solving for velocity in solid region. Interestingly there are two solid regions in the simulation with the same fvSchemes and fvSolution files and in only one of them velocity is solved for. I am using v2306. Any ideas?

A part of output file:

Solving for solid region inletPipe
DICPCG: Solving for h, Initial residual = 0.5244922217, Final residual = 0.001584972087, No Iterations 1
Min/max T:279.15 279.15

Solving for solid region outerSheath
DICPCG: Solving for h, Initial residual = 1, Final residual = 0.008270587379, No Iterations 1
Min/max T:289.5184985 323.15
DILUPBiCGStab: Solving for Ux, Initial residual = 0.9538765849, Final residual = 0.08583732202, No Iterations 1
DILUPBiCGStab: Solving for Uy, Initial residual = 0.953896072, Final residual = 0.08594523695, No Iterations 1
DILUPBiCGStab: Solving for Uz, Initial residual = 0.9697694167, Final residual = 0.0914000689, No Iterations 2
DILUPBiCGStab: Solving for h, Initial residual = 0.7763286214, Final residual = 0.004078107233, No Iterations 1
Min/max T:279.1499992 295.8408169

While fvSchemes are :
for outerSheath
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
default Euler;
}

gradSchemes
{
default Gauss linear;
}

divSchemes
{
default none;
}

laplacianSchemes
{
default none;
laplacian(alpha,h) Gauss linear corrected;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}


// ************************************************** *********************** //
and fvSolution for Outer Sheath are:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
h
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.1;
}

hFinal
{
$h;
tolerance 1e-06;
relTol 0;
}
}

PIMPLE
{
nNonOrthogonalCorrectors 0;
}


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

Used solvers shouldn't even exist in the region!
for comparison fvSolution from inletPipe solid region:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
h
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.1;
}

hFinal
{
$h;
tolerance 1e-06;
relTol 0;
}
}

PIMPLE
{
nNonOrthogonalCorrectors 0;
}


// ************************************************** *********************** //
and inletPipe fvSchemes:
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
default Euler;
}

gradSchemes
{
default Gauss linear;
}

divSchemes
{
default none;
}

laplacianSchemes
{
default none;
laplacian(alpha,h) Gauss linear corrected;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}


// ************************************************** *********************** //
I can't attach the whole case as it is too big even after compression.
kac24 is offline   Reply With Quote

Reply

Tags
chtmulitregionfoam


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 - Access both solid and fluid region to perform volume integration barathravi OpenFOAM Programming & Development 0 July 30, 2024 06:34
chtMultiRegionFoam solver stops without any error amol_patel OpenFOAM Running, Solving & CFD 4 July 5, 2024 01:41
chtMultiRegionFoam: Solid region not heating up Edgar Alejandro Martínez OpenFOAM Running, Solving & CFD 1 July 7, 2023 17:47
problem with Min/max rho tH3f0rC3 OpenFOAM 8 July 31, 2019 09:48
Unstabil Simulation with chtMultiRegionFoam mbay101 OpenFOAM Running, Solving & CFD 13 December 28, 2013 13:12


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