Hi James,
-----原始邮件-----
发件人: "Grisham, James Ray, IV" <james.grisham@mavs.uta.edu>
发送时间: 2016年9月13日 星期二
收件人: "nektar-users@imperial.ac.uk" <nektar-users@imperial.ac.uk>
抄送:
主题: [SPAM] [Nektar-users] Laminar supersonic compression ramp
Hello,
I'm trying to use the compressible flow solver in Nektar++ for a laminar supersonic compression ramp case. I'm using version 4.3.4. After running into issues and digging around in the code a bit, I figured out that the only Riemann solver which includes the viscous fluxes is HLLC. After switching the UpwindType to HLLC, the code runs, but it quits after the second time step. Here is the output of the code:
=======================================================================Initial Conditions:- Field rho: rhoInf- Field rhou: rhoInf * uInf- Field rhov: 0- Field E: pInf / (Gamma - 1) + 0.5 * rhoInf * uInf * uInf- Field eps: 0Writing: "ramp_0_0.chk"Steps: 1 Time: 1e-09 CPU Time: 0.922648sWriting: "ramp_0_1.chk"Steps: 2 Time: 2e-09 CPU Time: 0.866426s
Fatal : Level 0 assertion violationNaN found during time integration.
I tried different time integration schemes to see if that helped, to no avail. Any insights or pointers on what is causing the NaNs?
A coarse mesh file and session file are attached.
Thanks for your time,
James