https://mooseframework.inl.gov
Classes | Typedefs
ThermochimicaData.h File Reference

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
 

Typedef Documentation

◆ ThermochimicaDataBaseParent

template<bool is_nodal>
using ThermochimicaDataBaseParent = typename std::conditional<is_nodal, NodalUserObject, ElementUserObject>::type

Definition at line 21 of file ThermochimicaData.h.

◆ ThermochimicaElementData

Definition at line 159 of file ThermochimicaData.h.

◆ ThermochimicaNodalData

Definition at line 158 of file ThermochimicaData.h.