Ensight names and component order for base types. More...
#include <ensightPTraits.H>
Public Member Functions | |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
| const char *const | typeName |
| const Foam::direction | componentOrder [] |
Static Public Attributes | |
| static const char *const | typeName |
| The type name used in ensight case files. | |
| static const direction | componentOrder [] |
| Ordering table: return OpenFOAM component given Ensight component. | |
Ensight names and component order for base types.
For the purpose of traits, integers (label) are treated like floating point (scalar). Spherical tensors are mapped as a scalar.
Definition at line 47 of file ensightPTraits.H.
| const char *const typeName |
Definition at line 28 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 32 of file ensightPTraits.C.
References componentOrder.
| const char *const typeName |
Definition at line 37 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 41 of file ensightPTraits.C.
References componentOrder.
| const char *const typeName |
Definition at line 46 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 50 of file ensightPTraits.C.
References componentOrder.
| const char *const typeName |
Definition at line 55 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 59 of file ensightPTraits.C.
References componentOrder.
| const char *const typeName |
Definition at line 65 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 69 of file ensightPTraits.C.
References componentOrder.
| const char *const typeName |
Definition at line 74 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 78 of file ensightPTraits.C.
References componentOrder.
| const char *const typeName |
Definition at line 83 of file ensightPTraits.C.
References typeName.
| const Foam::direction componentOrder |
Definition at line 87 of file ensightPTraits.C.
References componentOrder.
|
static |
The type name used in ensight case files.
Definition at line 52 of file ensightPTraits.H.
Referenced by typeName(), ensightWriter::writeCollated(), ensightWriter::writeCollated(), Foam::writeTrackField(), ensightWriter::writeUncollated(), and ensightWriter::writeUncollated().
|
static |
Ordering table: return OpenFOAM component given Ensight component.
Primarily used for remapping of symmTensor. OpenFOAM uses (XX, XY, XZ, YY, YZ, ZZ) order, Ensight uses (XX, YY, ZZ, XY, YZ, XZ) order (like VTK).
Definition at line 61 of file ensightPTraits.H.
Referenced by componentOrder().