|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Join Date: Apr 2019
Posts: 6
Rep Power: 7 ![]() |
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: ![]() in file X:/OpenFOAM-5.x/src/OpenFOAM/db/objectRegistry/objectRegistryTemplates.C at line 193. FOAM aborting |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 ![]() |
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 Caelan |
|
![]() |
![]() |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simulation just stops output writing, but keeps running | blaise | OpenFOAM Running, Solving & CFD | 6 | March 27, 2024 05:49 |
Error problem while running sadia d lts tutorial | kane | OpenFOAM Running, Solving & CFD | 2 | May 26, 2018 04:38 |
Error Running Design of Experiments in ANSYS Fluent | tytrzecki | FLUENT | 0 | April 22, 2018 16:01 |
GUI crash and simulation engine still running | RPJones | FLOW-3D | 2 | November 9, 2010 09:18 |
FLUENT 5.2.3 running on PIII 733 | Burley Wang | FLUENT | 7 | April 19, 2000 07:03 |