Go to the source code of this file.
Classes | |
| class | ThermochimicaDataBase< is_nodal > |
| User object that performs a Gibbs energy minimization at each node by calling the Thermochimica code. More... | |
| struct | ThermochimicaDataBase< is_nodal >::Data |
Typedefs | |
| template<bool is_nodal> | |
| using | ThermochimicaDataBaseParent = typename std::conditional< is_nodal, NodalUserObject, ElementUserObject >::type |
| typedef ThermochimicaDataBase< true > | ThermochimicaNodalData |
| typedef ThermochimicaDataBase< false > | ThermochimicaElementData |
| using ThermochimicaDataBaseParent = typename std::conditional<is_nodal, NodalUserObject, ElementUserObject>::type |
Definition at line 21 of file ThermochimicaData.h.
| typedef ThermochimicaDataBase<false> ThermochimicaElementData |
Definition at line 159 of file ThermochimicaData.h.
| typedef ThermochimicaDataBase<true> ThermochimicaNodalData |
Definition at line 158 of file ThermochimicaData.h.
1.8.14