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

Unknown patchField type nutSpalartAllmarasWallFunction for patch type wall

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 13, 2016, 20:31
Smile Unknown patchField type nutSpalartAllmarasWallFunction for patch type wall
  #1
New Member
 
Salim
Join Date: Dec 2016
Posts: 22
Rep Power: 9
Salim is on a distinguished road
hi
I am trying to simpleFoam on an Airfoil design but I keep getting the following error , please help !!


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

Valid patchField types are :

104
(
MarshakRadiation
MarshakRadiationFixedTemperature
advective
alphatJayatillekeWallFunction
atmBoundaryLayerInletEpsilon
calculated
codedFixedValue
codedMixed
compressible::thermalBaffle1D<hConstSolidThermoPhy sics>
compressible::thermalBaffle1D<hExponentialSolidThe rmoPhysics>
compressible::turbulentHeatFluxTemperature
compressible::turbulentTemperatureCoupledBaffleMix ed
compressible::turbulentTemperatureRadCoupledMixed
cyclic
cyclicACMI
cyclicAMI
cyclicSlip
directionMixed
empty
energyJump
energyJumpAMI
epsilonLowReWallFunction
epsilonWallFunction
externalCoupled
externalCoupledTemperature
externalWallHeatFluxTemperature
fWallFunction
fan
fanPressure
fixedEnergy
fixedFluxPressure
fixedGradient
fixedInternalValue
fixedJump
fixedJumpAMI
fixedMean
fixedPressureCompressibleDensity
fixedUnburntEnthalpy
fixedValue
freestream
freestreamPressure
gradientEnergy
gradientUnburntEnthalpy
greyDiffusiveRadiation
greyDiffusiveRadiationViewFactor
inletOutlet
inletOutletTotalTemperature
kLowReWallFunction
kqRWallFunction
mapped
mappedField
mappedFixedInternalValue
mappedFixedPushedInternalValue
mixed
mixedEnergy
mixedUnburntEnthalpy
nonuniformTransformCyclic
nutLowReWallFunction
nutTabulatedWallFunction
nutURoughWallFunction
nutUSpaldingWallFunction
nutUWallFunction
nutkAtmRoughWallFunction
nutkRoughWallFunction
nutkWallFunction
omegaWallFunction
oscillatingFixedValue
outletInlet
outletMappedUniformInlet
partialSlip
phaseHydrostaticPressure
prghPressure
processor
processorCyclic
rotatingTotalPressure
sliced
slip
symmetry
symmetryPlane
syringePressure
timeVaryingMappedFixedValue
totalFlowRateAdvectiveDiffusive
totalPressure
totalTemperature
turbulentHeatFluxTemperature
turbulentInlet
turbulentIntensityKineticEnergyInlet
turbulentMixingLengthDissipationRateInlet
turbulentMixingLengthFrequencyInlet
uniformDensityHydrostaticPressure
uniformFixedGradient
uniformFixedValue
uniformInletOutlet
uniformJump
uniformJumpAMI
uniformTotalPressure
v2WallFunction
variableHeightFlowRate
wallHeatTransfer
waveSurfacePressure
waveTransmissive
wedge
wideBandDiffusiveRadiation
zeroGradient
)


file: /home/salim/task_3_hamid_abedi_rev_1/run/airFoil2D/0/nut.boundaryField.wing from line 49 to line 50.

From function fvPatchField<Type>::New(const fvPatch&, const DimensionedField<Type, volMesh>&, const dictionary&)
in file /home/andras/OpenFOAM/OpenFOAM-2.3.0/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 143.

FOAM exiting
Salim is offline   Reply With Quote

Old   December 13, 2016, 20:39
Default
  #2
New Member
 
Salim
Join Date: Dec 2016
Posts: 22
Rep Power: 9
Salim is on a distinguished road
I have also changed the patchField type to nutUSpaldingWallFunction as it is done in the tutorial but I also got this error message




Create time

Create mesh for time = 0

Reading field p

Reading field U

Reading/calculating face flux field phi

Selecting incompressible transport model Newtonian
Selecting RAS turbulence model SpalartAllmaras
SpalartAllmarasCoeffs
{
sigmaNut 0.66666;
kappa 0.41;
Cb1 0.1355;
Cb2 0.622;
Cw2 0.3;
Cw3 2;
Cv1 7.1;
Cv2 5;
}

Employing Ashford correction
No finite volume options present


SIMPLE: no convergence criteria found. Calculations will run for 2000 steps.


Starting time loop

forceCoeffs forces:
Not including porosity effects

Time = 0.5



--> FOAM FATAL IO ERROR:
keyword div((nuEff*dev(T(grad(U))))) is undefined in dictionary "/home/salim/task_3_hamid_abedi_rev_1/run/airFoil2D/system/fvSchemes.divSchemes"

file: /home/salim/task_3_hamid_abedi_rev_1/run/airFoil2D/system/fvSchemes.divSchemes from line 32 to line 35.

From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 437.

FOAM exiting
Salim is offline   Reply With Quote

Old   December 13, 2016, 20:42
Default
  #3
New Member
 
Salim
Join Date: Dec 2016
Posts: 22
Rep Power: 9
Salim is on a distinguished road
please help
I am doing now this tutorial for my graduation project:
http://www.tfd.chalmers.se/~hani/kur...ort_task_3.pdf


and I have this case file so far :
http://www.tfd.chalmers.se/~hani/kur...bedi/files.tgz
Salim is offline   Reply With Quote

Old   December 14, 2016, 03:57
Default
  #4
Senior Member
 
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 15
Santiago is on a distinguished road
Well, the patch boundary doesn't exist, and you have not defined the discretization scheme for the deviatoric velocity gradient tensor. The error uotput it's pretty self-explanatory

Sent from my GT-I8190L using CFD Online Forum mobile app
Santiago is offline   Reply With Quote

Old   December 14, 2016, 17:26
Default
  #5
Senior Member
 
Pete Bachant
Join Date: Jun 2012
Location: Boston, MA
Posts: 173
Rep Power: 13
pbachant is on a distinguished road
Looks like you are using a case from a newer version of OpenFOAM and running it with an older. Look inside system/fvSchemes and you'll see that div((nuEff*dev(T(grad(U))))) is not defined, but something very similar looking likely is.
__________________
Home | Twitter | GitHub
pbachant 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
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
Floating point exception error lpz_michele OpenFOAM Running, Solving & CFD 53 October 19, 2015 02:50
[Other] How to create an MRF zone ? aminem OpenFOAM Meshing & Mesh Conversion 2 December 8, 2014 10:45
Possible Bug in pimpleFoam (or createPatch) (or fluent3DMeshToFoam) cfdonline2mohsen OpenFOAM 3 October 21, 2013 09:28
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32


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