.. role:: cpp(code) :language: c++ .. _EBVerification: .. highlight:: rst Verification of EB PeleC ------------------------ Verification of the EB capability in PeleC follows several different paths in order to ensure the widest coverage of scenarios. A short description and the source code for these test cases are included below. .. table:: Summary of EB cases (H=hydro, D=diffusion, S=species transport, R=reactions) +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | Description | Type | H | D | S | R | +================================================================================================+=======================================+===+===+===+===+ | :ref:`EB-C1` | convergence | x | x | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | TODOC Quiescent flow on EB cylinder intersect with sphere | maintain zero flow | x | x | x | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C3` | ignition delay | x | | | x | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | TODOC Case 2 but isothermal EB at 310K, flow at 300K outflow BC | steady-state should be 310K | x | x | x | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | TODOC Quiescent flow on EB tilted plane but with case 4 BC | examine transient | x | x | x | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | TODOC 3 orthogonal planes, not centered on grid, species diffusion with different BC | testing homog. neu. at the species EB | x | x | x | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C7` | analytic left/right states | x | | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C8` | literature | x | | x | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C9` | analytical | x | | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C10` | analytical | x | x | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | TODOC Multi-species shock tube with end box | literature | x | x | x | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C12` | analytical | x | x | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C13` | analytical | x | | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-C14` | literature | x | | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ | :ref:`EB-ConvergingNozzle` | analytical | x | | | | +------------------------------------------------------------------------------------------------+---------------------------------------+---+---+---+---+ .. toctree:: :maxdepth: 2 C1/README C3/README C7/README C8/README C9/README C10/README C12/README C13/README C14/README ConvergingNozzle/README