|
[Sponsors] |
August 8, 2012, 18:54 |
Post processing to tecplot
|
#1 |
New Member
Join Date: Jul 2012
Posts: 14
Rep Power: 14 |
Hi guys,
I am trying to post process my openFoam simulation, by using the istruction -->foamToTecplot360 The problem is that I encounter the following error message: ------------------------------------------------------------------------------------------------------------------- FOAM FATAL IO ERROR: Unknown patchField type nutkWallFunction for patch type wall Valid patchField types are : 52 ( advective buoyantPressure calculated codedFixedValue codedMixed cyclic cyclicAMI cyclicSlip directionMixed empty fan fanPressure fixedFluxPressure fixedGradient fixedInternalValue fixedPressureCompressibleDensity fixedValue freestream freestreamPressure inletOutlet inletOutletTotalTemperature mapped mappedField mappedFixedInternalValue mappedFixedPushedInternalValue mixed multiphaseFixedFluxPressure nonuniformTransformCyclic oscillatingFixedValue outletInlet outletMappedUniformInlet partialSlip phaseHydrostaticPressure processor processorCyclic rotatingTotalPressure sliced slip symmetryPlane syringePressure timeVaryingMappedFixedValue totalPressure totalTemperature turbulentInlet turbulentIntensityKineticEnergyInlet uniformDensityHydrostaticPressure uniformFixedValue uniformTotalPressure waveSurfacePressure waveTransmissive wedge zeroGradient ) file: /home1/dcappell/OpenFOAM/-2.1.1/run/tutorials/incompressible/simpleFoam/Hump_model_k_epsilon/0/nut::boundaryField::lowerWall from line 41 to line 42. From function fvPatchField<Type>::New(const fvPatch&, const DimensionedField<Type, volMesh>&, const dictionary&) in file /u/dcappell/OpenFOAM/OpenFOAM-2.1.1/src/finiteVolume/lnInclude/fvPatchFieldNew.C at line 135. FOAM exiting --------------------------------------------------------------------------------------------------------------------------- It seems that Tecplot is not compatible with turbulent wall functions... Do you know how to fix this problem ? Thank you very much ! |
|
August 9, 2012, 03:08 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
The newest Tecplot versions have a native reader for OpenFOAM data, so there is no need for conversion with this tool.
|
|
August 9, 2012, 21:06 |
|
#3 |
New Member
Join Date: Jul 2012
Posts: 14
Rep Power: 14 |
Thank you for your answer, Bernard,
Could you be more specific, please ? Which folder / file should I upload ? |
|
August 9, 2012, 21:48 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings to all!
@daniele: I don't know how exactly you've built your OpenFOAM build, but I've tested with OpenFOAM 2.1.1 a case that used said boundary condition and I had no problems. Nonetheless:
Bruno
__________________
|
|
August 10, 2012, 02:24 |
|
#5 | |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Quote:
|
||
August 10, 2012, 14:16 |
|
#6 |
New Member
Join Date: Jul 2012
Posts: 14
Rep Power: 14 |
@ Bruno : your command -libs(...) - does not work. I have the following error:
"ill defined primitiveEntry" @Bernhard: In controlDict you do not have any information about your solution... |
|
August 10, 2012, 14:17 |
|
#7 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
||
August 10, 2012, 14:19 |
|
#8 |
New Member
Join Date: Jul 2012
Posts: 14
Rep Power: 14 |
Anyway, could you tell me how to plot the pressure coefficient over a curve wall (for instance an airfoil) in Paraview?
In this case I would avoid to use tecplot ! |
|
August 10, 2012, 14:29 |
|
#9 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
@daniele: Just in case I wasn't very clear, here is an example of a "system/controlDict":
Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application simpleFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 1000; deltaT 1; writeControl timeStep; writeInterval 50; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; libs ("libincompressibleRASModels.so");
__________________
|
|
August 10, 2012, 17:11 |
|
#10 |
New Member
Join Date: Jul 2012
Posts: 14
Rep Power: 14 |
Thank you...it works perfectly now !
|
|
Tags |
post processing tecplot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys Post processing | ano999 | ANSYS | 1 | May 27, 2011 17:24 |
NO model vs post processing in coal combustion,CFX | sakalido | CFX | 1 | April 15, 2011 15:07 |
post processing for KIVA | dirga | Main CFD Forum | 5 | April 23, 2009 11:58 |
Tecplot for CFX post processing | pantangi goud | CFX | 2 | August 24, 2005 17:42 |
Post Processing in FEM | Abhijit Tilak | Main CFD Forum | 0 | April 26, 2004 12:59 |