|
[Sponsors] |
February 17, 2022, 07:16 |
Tabulated thermophysicalProperties
|
#1 |
New Member
Afonso
Join Date: Dec 2021
Location: Brazil
Posts: 2
Rep Power: 0 |
Hello
I am trying to use tabulated properties for supercritical CO2 but I am having a hard time. My thermophysicalProperties header is just like this: Code:
thermoType { type heRhoThermo; mixture pureMixture; transport tabulated; thermo hTabulated; equationOfState icoTabulated; specie specie; energy sensibleEnthalpy; } This is the error that I am getting: Code:
#0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 Foam::sigFpe::sigHandler(int) at ??:? #2 ? in /lib/x86_64-linux-gnu/libpthread.so.0 #3 Foam::thermophysicalFunctions::integratedNonUniformTable::integratedNonUniformTable(Foam::word const&, Foam::dictionary const&) at ??:? #4 Foam::hTabulatedThermo<Foam::icoTabulated<Foam::specie> >::hTabulatedThermo(Foam::dictionary const&) at ??:? #5 Foam::tabulatedTransport<Foam::species::thermo<Foam::hTabulatedThermo<Foam::icoTabulated<Foam::specie> >, Foam::sensibleEnthalpy> >::tabulatedTransport(Foam::dictionary const&) at ??:? #6 Foam::heThermo<Foam::rhoThermo, Foam::pureMixture<Foam::tabulatedTransport<Foam::species::thermo<Foam::hTabulatedThermo<Foam::icoTabulated<Foam::specie> >, Foam::sensibleEnthalpy> > > >::heThermo(Foam::fvMesh const&, Foam::word const&) at ??:? #7 Foam::fluidThermo::addfvMeshConstructorToTable<Foam::heRhoThermo<Foam::rhoThermo, Foam::pureMixture<Foam::tabulatedTransport<Foam::species::thermo<Foam::hTabulatedThermo<Foam::icoTabulated<Foam::specie> >, Foam::sensibleEnthalpy> > > > >::New(Foam::fvMesh const&, Foam::word const&) at ??:? #8 Foam::autoPtr<Foam::fluidThermo> Foam::basicThermo::New<Foam::fluidThermo>(Foam::fvMesh const&, Foam::word const&) at ??:? #9 Foam::fluidThermo::New(Foam::fvMesh const&, Foam::word const&) at ??:? #10 ? in /usr/lib/openfoam/openfoam2112/platforms/linux64GccDPInt32Opt/bin/rhoPimpleFoam #11 __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6 #12 ? in /usr/lib/openfoam/openfoam2112/platforms/linux64GccDPInt32Opt/bin/rhoPimpleFoam Floating point exception (core dumped) |
|
March 2, 2022, 01:21 |
|
#2 |
Member
hari charan
Join Date: Sep 2021
Location: India,hyderabad
Posts: 97
Rep Power: 5 |
Hello Dekkers,
I think there might be problem with some of your tabulated properties. I think you have some subroutine that used these tabulated values and returns some calculation to a field variable. So the problem in your model in return statement there might be there is something that is getting divided by zero. I am not sure .But I hope this helps |
|
December 28, 2023, 16:19 |
|
#3 |
New Member
He Shang
Join Date: Nov 2023
Posts: 6
Rep Power: 3 |
Hi,Dekkers. I have the same setting as you describe. I also encounter the same issue. I have spent many days on this, but not solved. Have you solved this problem?
|
|
Tags |
supercritical co2, tabulated, tabulated properties |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I use tabulated density data in FLUENT? | Ellen | FLUENT | 7 | June 24, 2023 06:31 |
[Other] Tabulated thermophysicalProperties library | chriss85 | OpenFOAM Community Contributions | 62 | October 2, 2022 04:50 |
Tabulated fluid thermo model | LukaD | OpenFOAM Programming & Development | 27 | August 3, 2021 07:27 |
dynamicFvMesh - tabulated motion of a solid body + mesh morphing | HendrikW | OpenFOAM Pre-Processing | 3 | December 3, 2019 03:05 |
Tabulated data | selim | CFX | 4 | June 19, 2007 19:24 |