CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   Problems using the custom utility NusseltCalc (https://www.cfd-online.com/Forums/openfoam-post-processing/143325-problems-using-custom-utility-nusseltcalc.html)

sajad6 October 21, 2014 16:33

Problems using the custom utility NusseltCalc
 
HI
I modify wallHeatFlux utility and make NusseltCalc utility with Johan Magnusson presentation.When I want to use utility in hotroom tutorial I see this error in terminal:

sajad@sajad-pc:~/Desktop/hotRoom$ NusseltCalc
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5-dev |
| \\ / A nd | Revision: exported |
| \\/ M anipulation | Web: http://www.OpenFOAM.org |
\*---------------------------------------------------------------------------*/
Exec : NusseltCalc
Date : Oct 21 2014
Time : 23:48:43
Host : sajad-pc
PID : 3697
Case : /home/sajad/Desktop/hotRoom
nProcs : 1

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

Create mesh for time = 0

Time = 0
Selecting thermodynamics package hThermo<pureMixture<constTransport<specieThermo<hC onstThermo<perfectGas>>>>>


keyword top is undefined in dictionary "/home/sajad/Desktop/hotRoom/0/T::boundaryField"

file: /home/sajad/Desktop/hotRoom/0/T::boundaryField from line 25 to line 439.

From function dictionary::subDict(const word& keyword) const
in file db/dictionary/dictionary.C at line 271.

FOAM exiting

where is my problem?
tnx for any help

alexeym October 22, 2014 01:42

Hi,

in general it means you've forgotten to describe boundary conditions for patch top in 0/T file.

sajad6 October 22, 2014 18:20

Custom NusseltCalc - "request for polyMesh solid from objectRegistry conjugateCavity"
 
I use the NusseltCalc which built by Johan Magnusson presentation for conjugateHeatFoam example and I face with this error:

sajad@sajad-pc:~/Desktop/conjugateHeatFoam1/conjugateCavity$ NusseltCalc
/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5-dev |
| \\ / A nd | Revision: exported |
| \\/ M anipulation | Web: http://www.OpenFOAM.org |
\*---------------------------------------------------------------------------*/
Exec : NusseltCalc
Date : Oct 23 2014
Time : 01:49:20
Host : sajad-pc
PID : 5036
Case : /home/sajad/Desktop/conjugateHeatFoam1/conjugateCavity
nProcs : 1

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

Create mesh for time = 0

Time = 0
Selecting thermodynamics package hThermo<pureMixture<constTransport<specieThermo<hC onstThermo<perfectGas>>>>>



request for polyMesh solid from objectRegistry conjugateCavity failed
available objects of type polyMesh are

1
(
region0
)


From function objectRegistry::lookupObject<Type>(const word&) const
in file lnInclude/objectRegistryTemplates.C at line 142.

FOAM aborting

Aborted

What does this error mean?How can I debug the error?
Tnx for any help

sajad6 October 22, 2014 18:22

tnx for your guide.I debugged the error


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