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

continuity error

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 25, 2010, 10:31
Default continuity error
  #1
Member
 
Join Date: May 2010
Posts: 33
Rep Power: 15
FabOr is on a distinguished road
Hi all,

i am new to OpenFoam andi want to simulate a vacuum-chamber pumpdown. So there is no inlet and only one outlet. At the outlet i use a fixed velocity-value and zeroGradient pressure.
When i run pisoFoam it crashes after a few iterations because of a continuity error and advises me to run potentialFoam to initialise the outflow. But when i run potentialFoam it crahses during the first iteration.

Are there any special requirements for the B, k, nuSgs or nuTilda files when there is no inlet?
Should i try other solvers?
What kind of type should the outlet be? inletOutlet or something else?

I would be pleased if anyone can help me!
FabOr is offline   Reply With Quote

Old   May 25, 2010, 10:36
Default
  #2
Member
 
Cedric Van Holsbeke
Join Date: Dec 2009
Location: Belgium
Posts: 81
Rep Power: 16
CedricVH is on a distinguished road
pisoFoam is an incompressible solver, so I don`t think that is is suitable for your case.
CedricVH is offline   Reply With Quote

Old   May 25, 2010, 11:06
Default
  #3
Member
 
Join Date: May 2010
Posts: 33
Rep Power: 15
FabOr is on a distinguished road
thanks for your fast reply.
Of course you are right

now i have copied alphaSgs,... out of a tutorial and modified the BC for my case. then i want to solve this with rhoPisoFoam and get the following error:

Selecting turbulence model type LESModel
Selecting LES turbulence model oneEqEddy


Different dimensions for =
dimensions : [1 -1 -1 0 0 0 0] = [0 2 -1 0 0 0 0]
#0 Foam::error:rintStack(Foam::Ostream&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#1 Foam::error::abort() in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#2 Foam::dimensionSet:perator=(Foam::dimensionSet const&) const in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#3 Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>:perator=(Foam::tmp<Foam::Geometri cField<double, Foam::fvPatchField, Foam::volMesh> > const&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/rhoPisoFoam"
#4 Foam::compressible::LESModels:neEqEddy::updateSu bGridScaleFields() in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libcompressibleLESModels.so"
#5 Foam::compressible::LESModels:neEqEddy:neEqEdd y(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libcompressibleLESModels.so"
#6 Foam::compressible::LESModel::adddictionaryConstru ctorToTable<Foam::compressible::LESModels:neEqEd dy>::New(Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libcompressibleLESModels.so"
#7 Foam::compressible::LESModel::New(Foam::GeometricF ield<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libcompressibleLESModels.so"
#8 Foam::compressible::turbulenceModel::addturbulence ModelConstructorToTable<Foam::compressible::LESMod el>::NewturbulenceModel(Foam::GeometricField<doubl e, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libcompressibleLESModels.so"
#9 Foam::compressible::turbulenceModel::New(Foam::Geo metricField<double, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<Foam::Vector<double>, Foam::fvPatchField, Foam::volMesh> const&, Foam::GeometricField<double, Foam::fvsPatchField, Foam::surfaceMesh> const&, Foam::basicThermo const&) in "/home/fabian/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libcompressibleTurbulenceModel.so"
#10 main in "/home/fabian/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/rhoPisoFoam"
#11 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6"
#12 _start at /usr/src/packages/BUILD/glibc-2.9/csu/../sysdeps/i386/elf/start.S:122


From function dimensionSet:perator=(const dimensionSet& ds) const
in file dimensionSet/dimensionSet.C at line 143.


You have any idea where the problem is?
FabOr is offline   Reply With Quote

Old   May 25, 2010, 11:13
Default
  #4
Member
 
Join Date: May 2010
Posts: 33
Rep Power: 15
FabOr is on a distinguished road
i know it has something to do with the density, but what dimensions should i change?
alphaSgs and muSgs are (1 -1 -1 0 0 0 0)
nuSgs and nuTilda are (0 2 -1 0 0 0 0)
FabOr 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
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found piprus OpenFOAM Installation 22 February 25, 2010 13:43
attach/detach (valve opening/closing) phsieh2005 OpenFOAM Running, Solving & CFD 2 March 21, 2009 05:18
Problem with compile the setParabolicInlet ivanyao OpenFOAM Running, Solving & CFD 6 September 5, 2008 20:50
[Netgen] Compiling Netgen on Fedora Core is driving me crazy jango OpenFOAM Meshing & Mesh Conversion 3 November 9, 2007 13:29
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 05:18.