|
[Sponsors] |
OpenFOAM v2312 - Compressible Steady case - rhoSimpleFoam issue |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 24, 2024, 10:32 |
OpenFOAM v2312 - Compressible Steady case - rhoSimpleFoam issue
|
#1 |
New Member
Join Date: Jul 2024
Posts: 24
Rep Power: 2 |
Hello everybody,
I face some difficulties to set a compressible steady case using rhoSimpleFoam. Before showing detailed BC and the output issue I'd like to add the case is perfectly running with the incompressible solver Simple either with a kOmegaSST or kEpsilon turbulence model. The reason why I need to switch to a compressible solver is solve some density fluctuation in the system. Here is the output error the terminal shows : PHP Code:
PHP Code:
Velocity U: PHP Code:
PHP Code:
PHP Code:
PHP Code:
Do you have any suggestion that could help to figure out this issue ? Thank you in advance for your help |
|
August 9, 2024, 09:40 |
|
#2 |
Senior Member
Yann
Join Date: Apr 2012
Location: France
Posts: 1,236
Rep Power: 29 |
Hello,
The error message mentions libraries related to the thermophysicalProperties but your file seems to be fine. (it runs properly on a tutorial) This is the usual output from rhoSimpleFoam when starting: Code:
Reading thermophysical properties Selecting thermodynamics package { type heRhoThermo; mixture pureMixture; transport sutherland; thermo hConst; equationOfState perfectGas; specie specie; energy sensibleInternalEnergy; } Reading field U Reading/calculating face flux field phi I am a bit puzzled by your patches named AMI. Is it supposed to be AMI interfaces or is it wall/patches? How is it defined in your polyMesh/boundary file? If these are AMI interfaces it should be defined as cyclicAMI boundary conditions. Since the crash occurs while the solver is starting up, the problem is most likely related to some conflicts in your case setup. Regards, Yann |
|
August 22, 2024, 12:04 |
|
#3 | |
New Member
Join Date: Jul 2024
Posts: 24
Rep Power: 2 |
Quote:
Thank you for your reply. In fact the AMI designation, in this case, doesn't refer to AMI interface but are only used to set inlet and outlet. The reason why I set AMI names is in case of adding additionnal parts to the initial geometry. I've checked the set up and I still can't find my mistake. |
||
August 26, 2024, 09:53 |
|
#4 |
New Member
Join Date: Jul 2024
Posts: 24
Rep Power: 2 |
This problem is solved. The mistake came from an error in the initial p file.
It is necessary to use absolute pressure value instead of relative pressure value. In my case I change uniform 0 to uniform 101325 |
|
Tags |
compressible, floating point error, openfoam, rhosimplefoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[DesignModeler] DesignModeler Scripting: How to get Full Command Access | ANT | ANSYS Meshing & Geometry | 53 | February 16, 2020 16:13 |
How to run a steady state case in OpenFOAM | Vignesh V | OpenFOAM | 11 | January 2, 2017 16:57 |
Same SimpleFOAM Case converges with openFOAM 2.1 but diverges with openFOAM 2.0.1 | alsdia | OpenFOAM Running, Solving & CFD | 3 | October 22, 2012 12:25 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |