Cantera
2.0
|
Source code for solid transport property evaluations. More...
#include "cantera/transport/SolidTransportData.h"
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Macros | |
#define | SAFE_DELETE(x) if (x) { delete (x); x = 0; } |
Source code for solid transport property evaluations.
Definition in file SolidTransportData.cpp.