Go to the source code of this file.
|
| class | specie |
| | Base class of the thermophysical property types. More...
|
| |
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| specie | operator+ (const specie &, const specie &) |
| |
| specie | operator* (const scalar, const specie &) |
| |
| specie | operator== (const specie &, const specie &) |
| |
| Ostream & | operator<< (Ostream &, const specie &) |
| |
Original source file specie.H
Definition in file specie.H.
◆ noCoefficientMixing
| #define noCoefficientMixing |
( |
|
Type | ) |
|
Value: static_assert \
( \
False<Specie>, \
#Type " does not support coefficient mixing" \
)
Definition at line 159 of file specie.H.