|
[Sponsors] |
May 19, 2015, 17:23 |
Error using rhoCentralFoam
|
#1 |
New Member
Sergio
Join Date: May 2015
Posts: 2
Rep Power: 0 |
Hello everyone,
I made a plane in OpenFoam and I want to apply rhoCentralFoam as solver. But when I do this it happens the next error: #0 Foam::error:: printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::heThermo<Foam:: psiThermo, Foam:: pureMixture<Foam::constTransport<Foam::species::th ermo<Foam::hConstThermo<Foam:: perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::heThermo(Foam::fvMesh const&, Foam::word const&) at ??:? #4 Foam:: psiThermo::addfvMeshConstructorToTable<Foam::hePsi Thermo<Foam:: psiThermo, Foam:: pureMixture<Foam::constTransport<Foam::species::th ermo<Foam::hConstThermo<Foam:: perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:? #5 Foam::autoPtr<Foam:: psiThermo> Foam::basicThermo::New<Foam:: psiThermo>(Foam::fvMesh const&, Foam::word const&) at ??:? #6 Foam:: psiThermo::New(Foam::fvMesh const&, Foam::word const&) at ??:? #7 at ??:? #8 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #9 at ??:? Could anyone help me please? It's for a proyect and I need it. I will be very thanfuly for it. Thank you. I add the data of the proyect. Thank you very much Attachment 39585 |
|
May 21, 2015, 06:58 |
|
#2 | ||
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
Hi try to check your mesh first. It failed 7 checks:
Quote:
Quote:
|
|||
May 21, 2015, 11:11 |
checkMesh ok but the error continue
|
#3 |
New Member
Sergio
Join Date: May 2015
Posts: 2
Rep Power: 0 |
hi! thanks for the reply. I minimize the problem to a cylinder and a cone together. I do the checkMesh and everything is ok but the next error continuea appearing when I apply the rhoCentralFoam:
#0 Foam::error:: printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 in "/lib/x86_64-linux-gnu/libc.so.6" #3 Foam::heThermo<Foam:: psiThermo, Foam:: pureMixture<Foam::constTransport<Foam::species::th ermo<Foam::hConstThermo<Foam:: perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > >::heThermo(Foam::fvMesh const&, Foam::word const&) at ??:? #4 Foam:: psiThermo::addfvMeshConstructorToTable<Foam::hePsi Thermo<Foam:: psiThermo, Foam:: pureMixture<Foam::constTransport<Foam::species::th ermo<Foam::hConstThermo<Foam:: perfectGas<Foam::specie> >, Foam::sensibleInternalEnergy> > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:? #5 Foam::autoPtr<Foam:: psiThermo> Foam::basicThermo::New<Foam:: psiThermo>(Foam::fvMesh const&, Foam::word const&) at ??:? #6 Foam:: psiThermo::New(Foam::fvMesh const&, Foam::word const&) at ??:? #7 at ??:? #8 __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #9 at ??:? Could you help me please? Thank you so much!! I add the new mesh Proyecto2.zip |
|
May 22, 2015, 05:21 |
|
#4 | |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
Hi ,
I checked your attached final file. Your problem is due to the bad definition of pressure boundary condition (BC). If you change only the pressure BC at the outlet to: outlet { type zeroGradient; } or to outlet { type fixedValue; value uniform 1; } The simulations run fine. So, Try to pose well the Physics for your Boundary Conditions. Good Luck ! Regards, T.D. Quote:
|
||
Tags |
rhocentralfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rhoCentralFoam transport equation | JoaoDMiranda | OpenFOAM Programming & Development | 29 | July 5, 2024 09:38 |
Modify rhoCentralFoam: other equations of state | fivos | OpenFOAM Programming & Development | 5 | July 29, 2020 14:17 |
how to make rhoCentralFoam to write continuity residuals? | immortality | OpenFOAM Running, Solving & CFD | 6 | April 18, 2018 04:56 |
dynamic mesh refinement and rhoCentralFoam | ChrisA | OpenFOAM Running, Solving & CFD | 1 | March 21, 2013 09:00 |
rhoCentralFoam solver with Slip BCs fails in Parallel Only | JLight | OpenFOAM Running, Solving & CFD | 2 | October 11, 2012 22:08 |