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

Error in running buoyantBoussinesqSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 6, 2019, 01:57
Default Error in running buoyantBoussinesqSimpleFoam
  #1
New Member
 
Join Date: Apr 2019
Posts: 6
Rep Power: 7
swapnil13 is on a distinguished road
Hello, I am using buoyantBoussinesqSimpleFoam. I am getting error as given below. Problem is regarding forced convection through pipe. Flow is laminar and fluid is water.

request for volScalarField rho from objectRegistry region0 failed
available objects of type volScalarField are

10
(
rhok
rAU
p_rgh
nu
gh
alphat
p
T
p_rghPrevIter
div(phiHbyA)
)


From function const Type& Foam:bjectRegistry::lookupObject(const Foam::word&) const [with Type = Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>]
in file X:/OpenFOAM-5.x/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C at line 193.

FOAM aborting
swapnil13 is offline   Reply With Quote

Old   April 6, 2019, 15:25
Default
  #2
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
Error is pretty standard -- solver is looking for rho and can't find it. Off the top of my head, the boussinesq class of solvers is quasi-incompressible (density changes are only a function of temperature) and doesn't actually construct rho, so a dummy rhok field is created. I'd guess that a boundary condition has something like :

Code:
rho rho
in it. You can try using "rho rhok" instead there. This is all just a guess from the minimal information that you've provided.

Caelan
clapointe 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
Simulation just stops output writing, but keeps running blaise OpenFOAM Running, Solving & CFD 6 March 27, 2024 04:49
Error problem while running sadia d lts tutorial kane OpenFOAM Running, Solving & CFD 2 May 26, 2018 03:38
Error Running Design of Experiments in ANSYS Fluent tytrzecki FLUENT 0 April 22, 2018 15:01
GUI crash and simulation engine still running RPJones FLOW-3D 2 November 9, 2010 08:18
FLUENT 5.2.3 running on PIII 733 Burley Wang FLUENT 7 April 19, 2000 06:03


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