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

Issues with externalWallHeatFluxTemperature and "lookup"

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 30, 2025, 08:51
Default Issues with externalWallHeatFluxTemperature and "lookup"
  #1
New Member
 
Emil Zacho Rath
Join Date: Jan 2011
Posts: 1
Rep Power: 0
Zacho is on a distinguished road
Hi all,
I am trying to simulate an industrial boiler with the walls of the boiler being a heat sink in OpenFOAM 2412. To extract the heat I use the externalWallHeatFluxTemperature type of boundary condition for T with the settings below.

Quote:
walls
{
type externalWallHeatFluxTemperature;
mode coefficient;
Ta constant 497.15; //[K]
h constant 1820; //[W/m2-K]
thicknessLayers (0.0045 0.055 0.045); //[m], fouling, refrac, steel in order.
kappaLayers (0.3 1.35 44); //[W/m-K]
nLayers 3;
kappaMethod fluidThermo;
kappa kappa;
emissivity 0.8;
value uniform 497.15;
}
I am comparing my results to a simulation done with shell conduction with layers set up in the same way. I am well aware that the shell conduction method is two dimensional, but my results from OpenFOAM are so far off, that this cannot be the only explanation.
I have also tried “lookup” as kappaMethod, however, here I get the following OpenFOAM fatal error;

Quote:
[1] --> FOAM FATAL ERROR: (openfoam-2506)
[1] Did not find field 'kappa' on mesh region0 patch walls
Please set 'kappa' to the name of a volScalar or volSymmTensor field, or use another method
(directionalSolidThermo fluidThermo function lookup solidThermo)
[1]
[1]
[1] From virtual Foam::tmp<Foam::Field<double> > Foam::temperatureCoupledBase::kappa(const scalarField&) const
[1] in file derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C at line 383.
[1]
FOAM parallel run exiting
I have a kappa-file in 0/ with the following settings:

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2412 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object kappa;
}

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

dimensions [1 1 -3 -1 0 0 0]; // W/m/K

internalField uniform 1;

boundaryField
{
mass-flow-inlet-1
{
type fixedValue;
value uniform 1;
}

walls
{
type fixedValue;
value uniform 1.05;
}

outlet
{
type fixedValue;
value uniform 1;
}
}
Does anyone know what I’m doing wrong here, I can’t seem to find good documentation to help me, especially with the problem using lookup.

Thanks in advance.

Best regards, Zacho
Zacho is offline   Reply With Quote

Reply

Tags
externalwallheatfluxtemp, lookup, openfoam

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Is a way to read user-defined(custom) field data (cthMultiRegionFoam "lookup")? mit326 OpenFOAM Running, Solving & CFD 0 June 14, 2020 20:09


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