Hello,
I’m trying to simulate a simple building shape starting to simulate with P =1 for residuals and instabilies, but at this low order I’m geting the NaN error over and over agin. Am I missimg something?
Best
The ini file:
precision = single
rank-allocator = linear
device-id = local-rank
mpi-type = cuda-aware
ac-zeta=40
;ac-zeta = 0.4
gamma = 1.4
Vin = 0
Win = 0
Pc = 101325
Pr = 0.72
nu = 0.000015
system = ac-navier-stokes
order = 1
anti-alias = flux, surf-flux
formulation = dual
scheme = bdf2
pseudo-scheme = rk45
controller = none
tstart = 0.0
tend = 5
dt = 0.5e-6
;dt = 0.0016
atol = 0.00001
rtol = 0.00001
pseudo-dt = 0.025e-6
;pseudo-dt = 4e-5
pseudo-niters-max = 20
pseudo-niters-min = 6
pseudo-resid-tol = 1e-4
pseudo-resid-tol-p = 1e-4
pseudo-resid-norm = l2
pseudo-controller = local-pi
safety-fact = 0.8
min-fact = 0.98
max-fact = 1.01
pseudo-dt-max-mult = 2.5
riemann-solver = rusanov
ldg-beta = 0.5
ldg-tau = 0.1
flux-pts = gauss-legendre
quad-deg = 3
quad-pts = gauss-legendre
soln-pts = williams-shunn
quad-deg = 3
quad-pts = williams-shunn
soln-pts = gauss-legendre
quad-deg = 3
quad-pts = gauss-legendre
soln-pts = gauss-legendre
quad-deg = 3
quad-pts = gauss-legendre
soln-pts = williams-shunn~gauss-legendre
quad-deg = 3
quad-pts = williams-shunn~gauss-legendre
flux-pts = williams-shunn
quad-deg = 3
quad-pts = williams-shunn
flux-pts = gauss-legendre
quad-deg = 3
quad-pts = gauss-legendre
flushsteps = 10
file = pseudostats.csv
header = true
nsteps = 1
tstart = 0.0
dt-out = 0.005
basedir = /home/amir.shaulov/
#basedir = .
basename = Urban2-{t:.4f}
u =10
v = 0.0
w = 0.0
p = Pc
type = no-slp-wall
u = 0
v = 0
w = 0
type = ac-char-riem-inv
ac-zeta = 40
rho=1.185
p = Pc
u = (0.49/0.41) * log((z+0.0032)/0.0032)
v = Vin
w = Win
type = ac-char-riem-inv
ac-zeta=40
rho=1.185
p = Pc
u = (0.49/0.41) * log((z+0.0032)/0.0032)
v = Vin
w = Win
type = slp-wall
ac-zeta=40
type = ac-char-riem-inv
ac-zeta=40
rho=1.185
p = Pc
u =10
v = Vin
w = Win