Cantera  2.0
Namespaces | Macros
SolidTransportData.cpp File Reference

Source code for solid transport property evaluations. More...

#include "cantera/transport/SolidTransportData.h"
Include dependency graph for SolidTransportData.cpp:

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; }
 

Detailed Description

Source code for solid transport property evaluations.

Definition in file SolidTransportData.cpp.