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

The use of linear EoS is not supported!!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 19, 2024, 00:31
Default The use of linear EoS is not supported!!
  #1
New Member
 
Hasan Bugra Ozden
Join Date: Nov 2023
Posts: 1
Rep Power: 0
hsnbgr97 is on a distinguished road
Hi guys,

I am using rhoSimpleFoam and cannot use the linear EoS even if it is defined in the thermophysical properties. I want to investigate the density change by changing just the pressure, not the temperature. The linear EoS condition may give a reasonable solution for my case because the fluid is a liquid.. I got the problem there --> FOAM FATAL IO ERROR: (openfoam-2312)
Unknown fluidThermo type

Valid fluidThermo types :


my file
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties;
}

thermoType
{
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
equationOfState linear;
specie specie;
energy sensibleInternalEnergy;
}

mixture
{
specie
{
nMoles 1;
molWeight 100; // Example molar weight for oil
}
equationOfState
{
psi 670e-12; // Compressibility coefficient
rho0 860; // Reference density
}
thermodynamics
{
Cp 2500; // Specific heat capacity
Hf 0; // Formation enthalpy
}
transport
{
mu 0.03999; // Viscosity
Pr 0.7; // Prandtl number
}
}
hsnbgr97 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
Fail to converge when solving with a fabricated solution zizhou FLUENT 0 March 22, 2021 06:33
Optimal tolerance and variables scaling settings 4513645ygq Main CFD Forum 0 July 28, 2020 08:56
[mesh manipulation] RefineMesh Error and Foam warning jiahui_93 OpenFOAM Meshing & Mesh Conversion 4 March 3, 2018 11:32
[mesh manipulation] refineMesh Error mohsen.boojari OpenFOAM Meshing & Mesh Conversion 3 March 1, 2018 22:07
A turbulent test case for rhoCentralFoam immortality OpenFOAM Running, Solving & CFD 13 April 20, 2014 06:32


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