Skip to content
Discussion options

You must be logged in to vote

Quick notes:

  1. Courant No = 0 probably because the initial U field is set to 0.0...

  2. This:

    ZN4Foam12compressible56turbulentTemperatureCoupledBaffleMixedFvPatchScalarField12updateCoeffsEv ...
    ZN4Foam17mixedFvPatchFieldIdE8evaluateENS_8UPstream10commsTypesE [0x6b6980c2+0x22]
    ZN4Foam29mixedEnergyFvPatchScalarField12updateCoeffsEv [0x6a30bd43+0xd3]
    
    • It's hard to spot, but the crash is due to something going wrong in a boundary condition mixedEnergy.
  3. More specifically, sigSegV usually means that a bad memory access was attempted, resulting in the application crashing. Said crash seems to have been due to something going wrong during mapping between patches....

        ZN4Foam15mappedPat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wyldckat
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #164 on March 08, 2022 10:11.