CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Tabulated thermophysicalProperties

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 17, 2022, 07:16
Default Tabulated thermophysicalProperties
  #1
New Member
 
Afonso
Join Date: Dec 2021
Location: Brazil
Posts: 2
Rep Power: 0
Dekkers is on a distinguished road
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;
}
The dictionaries for rho, cp, mu and kappa have 1200 rows each. I am using the solver rhoPimpleFoam.


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)
Does anyone have worked with these tabulated properties, or with supercritical CO2?
Dekkers is offline   Reply With Quote

Old   March 2, 2022, 01:21
Default
  #2
Member
 
hari charan
Join Date: Sep 2021
Location: India,hyderabad
Posts: 97
Rep Power: 5
saicharan662000@gmail.com is on a distinguished road
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
saicharan662000@gmail.com is offline   Reply With Quote

Old   December 28, 2023, 16:19
Default
  #3
blr
New Member
 
He Shang
Join Date: Nov 2023
Posts: 6
Rep Power: 3
blr is on a distinguished road
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?
blr is offline   Reply With Quote

Reply

Tags
supercritical co2, tabulated, tabulated properties


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
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


All times are GMT -4. The time now is 08:07.