Refuse to store unregistered object: grad(U)

A subforum specific to the development of the OpenFoam-based workbenches ( Cfd https://github.com/qingfengxia/Cfd and CfdOF https://github.com/jaheyns/CfdOF )

Moderator: oliveroxtoby

Post Reply
Budahn
Posts: 15
Joined: Fri Jul 01, 2022 9:56 pm

Refuse to store unregistered object: grad(U)

Post by Budahn »

I´m having this problem trying to start a simulation with LES, KEqn turbulence model, can anyone run this without problem?

Code: Select all

Refuse to store unregistered object: grad(U)
18:58:26  [1] 
[5] 
[2] 
[3] 
[4] [0] 






[1] 
[5] 
[2] 
[3] 
[4] 
[0] 






[1] 
[5] 
[2] 
[3] 
[4] 
[0] 
--> FOAM FATAL ERROR: 
--> FOAM FATAL ERROR: 
--> FOAM FATAL ERROR: 
--> FOAM FATAL ERROR: 
--> FOAM FATAL ERROR: 
--> FOAM FATAL ERROR: 
(openfoam-
(openfoam-
(openfoam-
(openfoam-
(openfoam-
(openfoam-
2012
2012
2012
2012
2012
2012
)
18:58:26  )
)
)
)
)






[1] 
[2] 
[3] 
[5] 
[4] 
[0] 
Failed to store pointer: grad(U). Risk of memory leakage
Failed to store pointer: grad(U). Risk of memory leakage
Failed to store pointer: grad(U). Risk of memory leakage
Failed to store pointer: grad(U). Risk of memory leakage
Failed to store pointer: grad(U). Risk of memory leakage
Failed to store pointer: grad(U). Risk of memory leakage
[1] 
[2] 
[3] 
[5] 
[4] 
[0] 






[1] 
[2] 
[3] 
[5] 
[4] 
[0] 






[1] 
[2] 
[3] 
[5] 
[4] 
[0] 
    From 
    From 
    From 
    From 
    From 
    From 
static Type& Foam::regIOobject::store(Type*) [with Type = Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>]
static Type& Foam::regIOobject::store(Type*) [with Type = Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>]
static Type& Foam::regIOobject::store(Type*) [with Type = Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>]
static Type& Foam::regIOobject::store(Type*) [with Type = Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>]
static Type& Foam::regIOobject::store(Type*) [with Type = Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>]
static Type& Foam::regIOobject::store(Type*) [with Type = Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh>]






[1] 
[2] 
[3] 
[5] 
[4] 
[0] 
    in file 
    in file 
    in file 
    in file 
    in file 
    in file 
/home/buzz2/pawan/openfoam/main/2012/src/OpenFOAM/lnInclude/regIOobjectI.H
/home/buzz2/pawan/openfoam/main/2012/src/OpenFOAM/lnInclude/regIOobjectI.H
/home/buzz2/pawan/openfoam/main/2012/src/OpenFOAM/lnInclude/regIOobjectI.H
/home/buzz2/pawan/openfoam/main/2012/src/OpenFOAM/lnInclude/regIOobjectI.H
/home/buzz2/pawan/openfoam/main/2012/src/OpenFOAM/lnInclude/regIOobjectI.H
/home/buzz2/pawan/openfoam/main/2012/src/OpenFOAM/lnInclude/regIOobjectI.H
 at line 
 at line 
 at line 
 at line 
 at line 
 at line 
67
67
67
67
67
67
.
.
.
.
.
.






[1] 
[3] 
[5] 
[4] 
[2] 
[0] 

FOAM parallel run aborting

FOAM parallel run aborting

FOAM parallel run aborting

FOAM parallel run aborting

FOAM parallel run aborting

FOAM parallel run aborting
[1] 
[3] 
[5] 
[4] 
[2] 
[0] 






18:58:26  
job aborted:
[ranks] message

[0] application aborted
Attachments
SimulationForum.FCStd
(46.01 KiB) Downloaded 29 times
User avatar
oliveroxtoby
Posts: 810
Joined: Fri Dec 23, 2016 9:43 am
Location: South Africa

Re: Refuse to store unregistered object: grad(U)

Post by oliveroxtoby »

Budahn wrote: Mon Jul 18, 2022 10:05 pm I´m having this problem trying to start a simulation with LES, KEqn turbulence model, can anyone run this without problem?

Code: Select all

Refuse to store unregistered object: grad(U)
Should be working now.
Post Reply