|
[Sponsors] | |||||
Custom BC (Temperature, cyclic) in compressible solver (rhoSimpleFOAM) crashing |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
D. Isik
Join Date: Jan 2019
Location: Karlsruhe, Germany
Posts: 1
Rep Power: 0 ![]() |
Hi Foamers,
I implemented my own custom Temperature boundary condition in OpenFOAM. While the incompressible case is running fine and the solution is indeed plausible, my problem emerges when I port the bc to a compressible solver. My BC is for cyclic cases, I'm using AMI. I use the fixedJumpAMI condition and developed my BC based on that. As I said above when runnning in simpleFOAM everything works fine and as intended. But during the thermo.correct() in EEqn.H the solver crashes with SigFpe. So as I debugged, multiple things seemed odd:
Code:
inlet
{
type energyJumpAMI;
patchType cyclicAMI;
jump uniform -17957379;
value nonuniform List<scalar>
80
(
4771773.9
2337384.7
-1849468.6
-4666132.8
...
)
}
Is there something I haven't considered? I'm really stuck and moving in circles.
|
|
|
|
|
|
![]() |
| Tags |
| boundary condition, compressible |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Divergence detected in AMG solver. VOF. | Mr.Mister | Fluent Multiphase | 5 | November 22, 2024 07:32 |
| Fail to converge when solving with a fabricated solution | zizhou | FLUENT | 0 | March 22, 2021 07:33 |
| [ANSYS Meshing] Help with element size | sandri_92 | ANSYS Meshing & Geometry | 14 | November 14, 2018 08:54 |
| Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
| compressible unsteady high Re and Temperature Flow: which solver to use? | loreasr | OpenFOAM Running, Solving & CFD | 0 | November 25, 2015 10:15 |