Skip to content

Simulation gets frozen during load balancing #30

@milin333martin

Description

@milin333martin

I am developing a solver and I wanted to integrate this wonderful library. For the most part its working as I intended and even got it to work with OFv2406. The only issue I have is, sometimes after a couple of iterations (quite a significant number of iterations) the code gets stuck at:

`
Max Courant Number = 0.299909210528
deltaT = 7.8125e-09
Time = 2.28125e-06 deltaT = 7.8125e-09

Maximum imbalance found = 4.59569517161 %
Stage 1/5 (λ=0, γ=0.465388589249)
Stage 2/5 (λ=0, γ=0.465388589249)
Stage 3/5 (λ=0.682342861037, γ=0.124745797314)
Stage 4/5 (λ=0, γ=0.465388589249)
Stage 5/5 (λ=0.0452309744824, γ=0.154263303749)
Final state:
min/max(rho) = 0.0848992519574 / 1.11989817295
min/max(p) = 101325 / 141201.92445
min/max(T) = 300 / 4180.66393636
min/max(Y) = 9.97878073365e-06 / 1
min/max(AMRError) = 0 / 1.30764887612
Diagnostics:
Heat release: 133.339506173 W
ExecutionTime = 51.7 s ClockTime = 75 s

Max Courant Number = 0.299891954152
deltaT = 7.8125e-09
Time = 2.28906e-06 deltaT = 7.8125e-09

Maximum imbalance found = 4.59569517161 %
Stage 1/5 (λ=0, γ=0.465388589249)
Stage 2/5 (λ=0, γ=0.465388589249)
Stage 3/5 (λ=0.682342861037, γ=0.124745797314)
Stage 4/5 (λ=0, γ=0.465388589249)
Stage 5/5 (λ=0.0452309744824, γ=0.154263303749)
Final state:
min/max(rho) = 0.0849030149856 / 1.1208709764
min/max(p) = 101325 / 141201.956747
min/max(T) = 300 / 4180.66489257
min/max(Y) = 9.5738399691e-06 / 1
min/max(AMRError) = 0 / 1.29931546337
Diagnostics:
Heat release: 135.53278561 W
ExecutionTime = 51.72 s ClockTime = 75 s

Max Courant Number = 0.299860685004
deltaT = 7.8125e-09
Time = 2.29688e-06 deltaT = 7.8125e-09

Protecting 0 cells next to requested boundary patches.
`

I am unsure as to why this happens, because I have not seen this problem for a non blastAMR based dynamic meshing. Any guidance is greatly appreciated.

Thanks in advance

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions