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

buoyantPimpleFoam not starting

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2013, 23:21
Default buoyantPimpleFoam not starting
  #1
New Member
 
Andy Reagan
Join Date: Aug 2013
Posts: 2
Rep Power: 0
andyreagan is on a distinguished road
Hi foamers,

I've been working to simulate a thermal convection loop, in other words a "hula hoop filled with water, heated on the bottom half and cooled on top half" for a little while now.

I have a lot of questions, and have been reading the forums for a few days trying to answer most of them, but I'm stuck with buoyantPimpleFoam not starting.

The case is pretty basic, in trying to get it to run I've narrowed down to the only difference from the hotRoom tutorial being my 2D meshed loop. The mesh works well in both Boussinesq solvers.

I've attached my case, and here is the error that I'm getting out of the solver (if I switch the RASModel to "laminar") the error delays until beginning the run.

Code:
Creating turbulence model

Selecting turbulence model type RASModel
Selecting RAS turbulence model kEpsilon
#0  Foam::error::printStack(Foam::Ostream&) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#1  Foam::sigFpe::sigHandler(int) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libOpenFOAM.so"
#2  ?? in "/lib64/libc.so.6"
#3  Foam::compressible::mutkWallFunctionFvPatchScalarField::calcMut() const in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#4  Foam::compressible::mutWallFunctionFvPatchScalarField::updateCoeffs() in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#5  Foam::fvPatchField<double>::evaluate(Foam::UPstream::commsTypes) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/bin/buoyantPimpleFoam"
#6  Foam::GeometricField<double, Foam::fvPatchField, Foam::volMesh>::GeometricBoundaryField::evaluate() in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/bin/buoyantPimpleFoam"
#7  Foam::compressible::RASModels::kEpsilon::kEpsilon(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::fluidThermo const&, Foam::word const&, Foam::word const&) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#8  Foam::compressible::RASModel::adddictionaryConstructorToTable<Foam::compressible::RASModels::kEpsilon>::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::fluidThermo const&, Foam::word const&) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#9  Foam::compressible::RASModel::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::fluidThermo const&, Foam::word const&) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#10  Foam::compressible::turbulenceModel::addturbulenceModelConstructorToTable<Foam::compressible::RASModel>::NewturbulenceModel(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::fluidThermo const&, Foam::word const&) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleRASModels.so"
#11  Foam::compressible::turbulenceModel::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::fluidThermo const&, Foam::word const&) in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/lib/libcompressibleTurbulenceModel.so"
#12  main in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/bin/buoyantPimpleFoam"
#13  __libc_start_main in "/lib64/libc.so.6"
#14  __gxx_personality_v0 in "/users/a/r/areagan/OpenFOAM/OpenFOAM-2.2.1/platforms/linux64GccDPOpt/bin/buoyantPimpleFoam"
Attached Files
File Type: gz thermalConvectionLoop-2D-basic.tar.gz (5.0 KB, 3 views)
andyreagan is offline   Reply With Quote

Old   August 26, 2013, 17:02
Default
  #2
New Member
 
Andy Reagan
Join Date: Aug 2013
Posts: 2
Rep Power: 0
andyreagan is on a distinguished road
Okay,

So after re-copying over the 0/* files from the hotRoom tutorial, and manually adding my patches to each file, the case now runs.

However, the Co number quickly explodes and the simulation stops after time 1 or 2. I've reduced the time step, and now I'm looking at improving my mesh.

I'll report back with progress.
andyreagan 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
buoyantPimpleFoam Convergence Issues joel.lehikoinen OpenFOAM 1 December 5, 2013 14:58
[OpenFOAM] XYZ starting points of streamtraces in Paraview deniggo ParaView 3 May 22, 2013 03:02
buoyantPimpleFoam, icoPoly8ThermoPhysics and temperature dependent density jherb OpenFOAM Running, Solving & CFD 0 March 11, 2013 05:02
XY Plot Starting Point (2D) rudelmops FLUENT 0 September 21, 2012 05:21
Questions about buoyantPimpleFoam and rhoPimpleFoam Mojtaba.a OpenFOAM Running, Solving & CFD 6 August 1, 2012 04:50


All times are GMT -4. The time now is 11:26.