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

"wallHeatTransfer" is not in OpenFOAM 8

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 27, 2021, 21:12
Default "wallHeatTransfer" is not in OpenFOAM 8
  #1
HYZ
New Member
 
HUO YUANZHI
Join Date: Sep 2021
Posts: 1
Rep Power: 0
HYZ is on a distinguished road
Hello Everyone.

When I simulated by using buoyantPimpleFoam, I want to set the window by using "Fixed heat transfer coefficient". But when I simulate, there was some error that happened,

Code:
/*---------------------------------------------------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
Build  : 8
Exec   : buoyantPimpleFoam
Date   : Sep 27 2021
Time   : 18:11:18
Host   : "ubuntu"
PID    : 9787
I/O    : uncollated
Case   : /home/huo/OpenFOAM/OpenFOAM-8/air_condition_case/D307_with_window
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0


PIMPLE: No convergence criteria found


PIMPLE: Operating solver in transient mode with 1 outer corrector
PIMPLE: Operating solver in PISO mode


Reading thermophysical properties

Selecting thermodynamics package 
{
    type            heRhoThermo;
    mixture         pureMixture;
    transport       const;
    thermo          hConst;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}

--> FOAM Warning : 
    From function Foam::Field<Type>::Field(const Foam::word&, const Foam::dictionary&, Foam::label) [with Type = double; Foam::label = int]
    in file /home/huo/OpenFOAM/OpenFOAM-8/src/OpenFOAM/lnInclude/Field.C at line 232
    Reading "/home/huo/OpenFOAM/OpenFOAM-8/air_condition_case/D307_with_window/0/T/boundaryField/Room" from line 48 to line 53
    expected keyword 'uniform' or 'nonuniform', assuming deprecated Field format from Foam version 2.0.


--> FOAM FATAL IO ERROR: 
Unknown patchField type wallHeatTransfer for patch type wall

Valid patchField types are :

111
(
MarshakRadiation
MarshakRadiationFixedTemperature
advective
calculated
codedFixedValue
codedMixed
compressible::alphatJayatillekeWallFunction
compressible::alphatWallFunction
compressible::thermalBaffle1D<eConstSolidThermoPhysics>
compressible::thermalBaffle1D<ePowerSolidThermoPhysics>
compressible::turbulentTemperatureCoupledBaffleMixed
compressible::turbulentTemperatureRadCoupledMixed
convectiveHeatTransfer
cyclic
cyclicACMI
cyclicAMI
cyclicRepeatAMI
cyclicSlip
directionMixed
empty
energyJump
energyJumpAMI
entrainmentPressure
epsilonWallFunction
externalCoupled
externalCoupledTemperature
externalWallHeatFluxTemperature
extrapolatedCalculated
fWallFunction
fanPressure
fanPressureJump
fixedEnergy
fixedFluxExtrapolatedPressure
fixedFluxPressure
fixedGradient
fixedInternalValue
fixedJump
fixedJumpAMI
fixedMean
fixedMeanOutletInlet
fixedPressureCompressibleDensity
fixedProfile
fixedUnburntEnthalpy
fixedValue
freestream
freestreamPressure
gradientEnergy
gradientUnburntEnthalpy
greyDiffusiveRadiation
greyDiffusiveRadiationViewFactor
inletOutlet
inletOutletTotalTemperature
interfaceCompression
kLowReWallFunction
kqRWallFunction
mapped
mappedField
mappedFixedInternalValue
mixed
mixedEnergy
mixedUnburntEnthalpy
nutLowReWallFunction
nutTabulatedWallFunction
nutURoughWallFunction
nutUSpaldingWallFunction
nutUWallFunction
nutkRoughWallFunction
nutkWallFunction
omegaWallFunction
outletInlet
outletMappedUniformInlet
partialSlip
phaseHydrostaticPressure
plenumPressure
porousBafflePressure
pressure
prghEntrainmentPressure
prghPressure
prghTotalHydrostaticPressure
prghTotalPressure
prghUniformDensityHydrostaticPressure
processor
processorCyclic
rotatingTotalPressure
sliced
slip
symmetry
symmetryPlane
syringePressure
timeVaryingMappedFixedValue
totalFlowRateAdvectiveDiffusive
totalPressure
totalTemperature
turbulentInlet
turbulentIntensityKineticEnergyInlet
turbulentMixingLengthDissipationRateInlet
turbulentMixingLengthFrequencyInlet
uniformDensityHydrostaticPressure
uniformFixedGradient
uniformFixedValue
uniformInletOutlet
uniformJump
uniformJumpAMI
uniformTotalPressure
v2WallFunction
variableHeightFlowRate
waveSurfacePressure
waveTransmissive
wedge
wideBandDiffusiveRadiation
zeroGradient
)


file: /home/huo/OpenFOAM/OpenFOAM-8/air_condition_case/D307_with_window/0/T/boundaryField/Window1 from line 57 to line 60.

    From function static Foam::tmp<Foam::fvPatchField<Type> > Foam::fvPatchField<Type>::New(const Foam::fvPatch&, const Foam::DimensionedField<Type, Foam::volMesh>&, const Foam::dictionary&) [with Type = double]
    in file /home/huo/OpenFOAM/OpenFOAM-8/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 131.

FOAM exiting
Here is my T file
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    0;
    object      T;
}
dimensions [0 0 0 1 0 0 0];
internalField uniform 273.15;
boundaryField
{
    AirInlet1_4
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirInlet2_1
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirInlet2_2
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirInlet2_3
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirInlet2_4
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirOutlet1
    {
        type zeroGradient;
    }
    AirOutlet2
    {
        type zeroGradient;
    }
    Room
    {
        type externalWallHeatFluxTemperature;
        mode flux;
        q 0.0;//[W/m^2]
        kappaMethod fluidThermo;
        kappa none;
        value uniform 303.15;
    }
    Window1
    {
        type wallHeatTransfer;
        Tinf uniform 303.15;
        alphaWall uniform 25.0;
        value uniform 303.15;
    }
    Window2
    {
        type wallHeatTransfer;
        Tinf uniform 303.15;
        alphaWall uniform 25.0;
        value uniform 303.15;
    }
    Window3
    {
        type wallHeatTransfer;
        Tinf uniform 303.15;
        alphaWall uniform 25.0;
        value uniform 303.15;
    }
    Window4
    {
        type wallHeatTransfer;
        Tinf uniform 273.15;
        alphaWall uniform 25.0;
        value uniform 273.15;
    }
    AirConditionWall1
    {
        type externalWallHeatFluxTemperature;
        mode flux;
        q 0.0;//[W/m^2]
        kappaMethod fluidThermo;
        kappa none;
        value uniform 303.15;
    }
    AirConditionWall2
    {
        type externalWallHeatFluxTemperature;
        mode flux;
        q 0.0;//[W/m^2]
        kappaMethod fluidThermo;
        kappa none;
        value uniform 303.15;
    }
    AirInlet1_1
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirInlet1_2
    {
        type fixedValue;
        value uniform 299.15;
    }
    AirInlet1_3
    {
        type fixedValue;
        value uniform 299.15;
    }
}
Thank you very much
HYZ 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
Frequently Asked Questions about Installing OpenFOAM wyldckat OpenFOAM Installation 3 November 14, 2023 11:58
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 cfd.direct OpenFOAM Announcements from Other Sources 2 August 31, 2015 13:36
OpenFOAM Foundation Releases OpenFOAM v2.3.0 opencfd OpenFOAM Announcements from OpenFOAM Foundation 3 December 23, 2014 03:43
Suggestion for a new sub-forum at OpenFOAM's Forum wyldckat Site Help, Feedback & Discussions 20 October 28, 2014 09:04
64bitrhel5 OF installation instructions mirko OpenFOAM Installation 2 August 12, 2008 18:07


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