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

Go to the source code of this file.

Classes

class  ACGrGrMultiTempl< is_ad >
 
class  ACGrGrMulti
 
class  ADACGrGrMulti
 

Typedefs

template<bool is_ad>
using ACGrGrMultiBase = typename std::conditional< is_ad, ADGrainGrowthBase, ACGrGrBase >::type
 This kernel calculates the residual for grain growth for a multi-phase, poly-crystal system. More...
 

Typedef Documentation

◆ ACGrGrMultiBase

template<bool is_ad>
using ACGrGrMultiBase = typename std::conditional<is_ad, ADGrainGrowthBase, ACGrGrBase>::type

This kernel calculates the residual for grain growth for a multi-phase, poly-crystal system.

A list of material properties needs to be supplied for the gammas (prefactors of the cross-terms between order parameters).

Definition at line 22 of file ACGrGrMulti.h.