antioch-0.4.0
|
#include "antioch/species_diffusion_base.h"
#include "antioch/binary_diffusion_base.h"
#include "antioch/constant_lewis_diffusivity.h"
#include "antioch/molecular_binary_diffusion.h"
Go to the source code of this file.
Classes | |
struct | Antioch::DiffusionTraits< DiffModel > |
Characteristics of various diffusion models. More... | |
struct | Antioch::DiffusionTraits< ConstantLewisDiffusivity< CoeffType > > |
struct | Antioch::AntiochPrivate::diffusion_tag< Diffusion > |
We use these tags to force operator overloading based on Diffusion type. More... | |
struct | Antioch::AntiochPrivate::diffusion_tag< SpeciesDiffusionBase< Diffusion, CoeffType > > |
SpeciesDiffusionBase models should subclass this tag. More... | |
struct | Antioch::AntiochPrivate::diffusion_tag< ConstantLewisDiffusivity< CoeffType > > |
struct | Antioch::AntiochPrivate::diffusion_tag< BinaryDiffusionBase< Diffusion, CoeffType > > |
BinaryDiffusionBase models should subclass this tag. More... | |
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |
Antioch::AntiochPrivate | |