Ember
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ntbb
 Cblocked_range
 Ccombinable
 Cenumerable_thread_specific
 Cglobal_control
 CApproxMixTransportMixture-averaged transport properties based on major species composition
 CBilinearInterpolatorBilinear interpolation from data on a rectangular mesh
 CCallbackError
 CCanteraGasA set of Cantera objects needed for calculating thermodynamic properties, transport properties, and kinetic rates for a constant-pressure mixture
 CChebyshevFunctionChebyshev polynomial representation of a(t)
 CConfigOptionsConfiguration options for the simulation
 CConvectionSystemSplitComposite system representing the Convection term for all components
 CConvectionSystemUTWSystem representing the coupled convection equations for U, T, and Wmx
 CConvectionSystemYSystem representing the convection equation for a single species
 CDebugExceptionClass for exceptions raised by Ember
 CdebugParametersA container for global flags that set the verbosity of log messages
 CDiffusionSystemSystem representing diffusion of a single solution component
 CExplicitIntegratorIntegrates an ODE defined as ydot = f(t,y) using the explicit Euler method
 CFlameSolverClass which manages the main integration loop
 CGridBasedA "mix-in" class used by classes that need frequent access to grid parameters
 CIntegratorAbstract base class for an ODE integrator that can integrate instances of class ODE
 CIntegratorCallback
 CInterpKinetics
 CLinearFunctionRepresents a function that is constant before and after a linear ramp
 CLogFileWrite logging information either to a file or to stdout if no output file has been specified
 CLoggerCallback
 CMultiArrheniusInterp
 CODEAbstract base class for an ODE initial value problem that can be integrated by an Integrator
 COneDimGridRepresentation of an adaptive, non-uniform one-dimensional grid
 CPerfTimerA high-resolution, thread-aware timer and call counter class
 CQssIntegratorA Quasi-Steady-State ODE Integrator based on CHEMEQ2
 CQssOdeAn ODE to be solved by QssIntegrator
 CScalarFunctionRepresents a parameterization of a scalar function of one variable, a(t)
 CsdBandMatrixWrapper class for Sundials SUNBandMatrix objects
 CsdMatrixWrapper class for Sundials SUNDenseMatrix objects
 CsdODEAbstract base class for an ODE to be integrated by SundialsCvode
 CsdVectorWrapper class for Sundials "N_Vector"
 CSourceSystemBase class used to integrate the chemical source term at a single point
 CSourceSystemCVODERepresents a system of equations used to integrate the (chemical) source term at a single point using the CVODE integrator
 CSourceSystemQSSThis is the system representing the (chemical) source term at a point, integrated with the QssIntegrator
 CSplitSolverImplements operator split integration for reacting flow problems
 CSundialsContextA wrapper for managing a SUNContext object, need for Sundials >= 6.0
 CSundialsCvodeWrapper class for the Sundials CVODE solver
 CTbbWrapperWrapper class for calling member functions in a tbb::parallel_for
 CTridiagonalIntegratorIntegrator using 1st and 2nd order BDF for tridiagonal systems, with matrix inversions done using the Thomas algorithm
 CTridiagonalODEA system of linear ODEs represented by a tridiagonal matrix