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

problem running the sonicFoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 28, 2010, 00:08
Default problem running the sonicFoam
  #1
New Member
 
subash
Join Date: Feb 2010
Posts: 10
Rep Power: 16
subash is on a distinguished road
Hi,

I tried to simulate a supersonic flow over a ramp, for this I selected the thermophysical models to be

hPsiThermo<pureMixture<constTransport<specieThermo <hConstThermo<perfectGas>>>>>

when I use the above models I get the following error

Not implemented#0 Foam::error:rintStack(Foam::Ostream&) in "/home/research/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#1 Foam::error::abort() in "/home/research/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libOpenFOAM.so"
#2 Foam::basicThermo::e() in "/home/research/OpenFOAM/OpenFOAM-1.6/lib/linuxGccDPOpt/libbasicThermophysicalModels.so"
#3 main in "/home/research/OpenFOAM/OpenFOAM-1.6/applications/bin/linuxGccDPOpt/sonicFoam"
#4 __libc_start_main in "/lib/tls/i686/cmov/libc.so.6"
#5 _start at /build/buildd/eglibc-2.10.1/csu/../sysdeps/i386/elf/start.S:122

can anyone help me to decode this error message.

Thank you.
subash is offline   Reply With Quote

Old   June 25, 2010, 06:39
Default
  #2
New Member
 
Yu
Join Date: May 2010
Location: Cambridge, MA
Posts: 11
Rep Power: 15
Ruehri is on a distinguished road
Try using ePsiThermo instead of hPsiThermo
Ruehri is offline   Reply With Quote

Old   July 28, 2010, 14:23
Default basicThermo error
  #3
New Member
 
Tom
Join Date: Apr 2009
Posts: 3
Rep Power: 17
tfurlong is on a distinguished road
I have been getting the same error using hPsiThermo.

I have tracked it back to

~/OpenFOAM/OpenFOAM-1.6.x/src/thermophysicalModels/basic/basicThermo/basicThermo.C

The error leads to this section of code.

Foam::volScalarField& Foam::basicThermo::e()
{
notImplemented("basicThermo::e()");
return const_cast<volScalarField&>(volScalarField::null() );
}

I was able to get my program working by switching to ePsiThermo, but shouldn't it work equally well with hPsiThermo?
tfurlong is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
problem of running parallel Fluent on linux cluster ivanbuz FLUENT 15 September 23, 2017 19:12
Problem running buoyantFoam anke OpenFOAM 4 August 28, 2013 04:43
Problem running parallel Hernán Main CFD Forum 0 December 22, 2009 04:36
the problem of running star-cd after pro-star liu-jinsong Siemens 0 November 20, 2008 20:58
problem running parallel-help needed Shankar FLUENT 0 December 16, 2002 13:45


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