You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text mentions two mol methods:
mol_iorder = 1 or 2
But there doesn't seem to be any flag that determines whether I chose PPM or mol.
Is the mol method exclusively used for EB? Additionally, without using EB, is PPM the only method used by default?
CVODE
I noticed two types of cvode: GMRES and denseAJ_direct, which is more suitable for the detonation calculation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, everyone
I would like to confirm my understanding of these options and would appreciate it if you could point out my misunderstanding.
Time
do_mol = 1 # Use the MOL method
do_mol = 0 # Use the SDC method
Convection
The text mentions two PPM methods:
PLM:
ppm_type = 0
plm_iorder = 4
PPM + WENO:
ppm_type = 1
use_hybrid_weno = true
weno_scheme = 1
The text mentions two mol methods:
mol_iorder = 1 or 2
But there doesn't seem to be any flag that determines whether I chose PPM or mol.
Is the mol method exclusively used for EB? Additionally, without using EB, is PPM the only method used by default?
CVODE
I noticed two types of cvode: GMRES and denseAJ_direct, which is more suitable for the detonation calculation?
Beta Was this translation helpful? Give feedback.
All reactions