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

chtMultiRegionSimpleFoam negative temperature error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 30, 2021, 09:33
Default chtMultiRegionSimpleFoam negative temperature error
  #1
New Member
 
Join Date: May 2021
Posts: 1
Rep Power: 0
mirmiyo is on a distinguished road
In my model basically I have a fin which is cooled by water flow. Could you help me identify the problem?

I'm getting following error:
"Solving for fluid region fluid
DILUPBiCGStab: Solving for Ux, Initial residual = 0.82521303, Final residual = 0.051942511, No Iterations 3
DILUPBiCGStab: Solving for Uy, Initial residual = 0.87814371, Final residual = 0.075666319, No Iterations 3
DILUPBiCGStab: Solving for Uz, Initial residual = 0.75621016, Final residual = 0.054092061, No Iterations 11
DILUPBiCGStab: Solving for h, Initial residual = 0.81033778, Final residual = 0.078598853, No Iterations 12


--> FOAM FATAL ERROR: (openfoam-2012)
Negative initial temperature T0: -29.402764"

My boundary conditions are:
(U)
outlet
{
type pressureInletOutletVelocity;
value $internalField;
}
inlet
{
type flowRateInletVelocity;
massFlowRate 0.4;
extrapolateProfile yes;
value $internalField;
}

(p_rgh)
internalField uniform 1e5;

boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"

".*"
{
type fixedFluxPressure;
value $internalField;
}
outlet
{
type fixedValue;
value $internalField;
}
}

(T)
boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"

inlet
{
type fixedValue;
value $internalField;
}
topWall
{
type zeroGradient;
}
outlet
{
type inletOutlet;
value $internalField;
inletValue $internalField;
}
leftWall
{
type symmetryPlane;
}
rightWall
{
type symmetryPlane;
}
fluid_to_heatSink
{
type compressible::turbulentTemperatureCoupledBaffleMix ed;
value $internalField;
Tnbr T;
kappaMethod fluidThermo;
}
}
mirmiyo is offline   Reply With Quote

Old   May 31, 2021, 15:47
Post
  #2
Member
 
saidc
Join Date: Feb 2020
Location: Türkiye
Posts: 61
Rep Power: 6
saidc. is on a distinguished road
Hi mirmiyo,
In my experience this error is usually caused by bad mesh. If you share your checkMesh results, you can find help easier. Also you should check your schemes too. You can try limit temperature.

Please check these posts.
chtMultiRegionFoam natural convection negative initial temperature
Negative initial temperature

Kind Regards,
Said.
saidc. 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
[OpenFOAM] ParaView command in Foam-extend-4.1 mitu_94 ParaView 0 March 4, 2021 13:46
error compiling modified applications yvyan OpenFOAM Programming & Development 21 March 1, 2016 04:53
[swak4Foam] GroovyBC the dynamic cousin of funkySetFields that lives on the suburb of the mesh gschaider OpenFOAM Community Contributions 300 October 29, 2014 18:00
Compile problem ivanyao OpenFOAM Running, Solving & CFD 1 October 12, 2012 09:31
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


All times are GMT -4. The time now is 16:01.