SinterLinNormalSpecies.h File Reference

Go to the source code of this file.

Classes

class  SinterLinNormalSpecies
 SinterLinNormalSpecies contains the parameters used to describe a plastic-cohesive normal force (Stefan Ludings plastic-cohesive force model) based on three different sintering mechanisms. More...
 

Enumerations

enum class  SINTER_APPROACH : unsigned char { FRENKEL = 0 , VISCOELASTIC_CONTACT = 1 }
 

Enumeration Type Documentation

◆ SINTER_APPROACH

enum SINTER_APPROACH : unsigned char
strong

There are two sintering approaches in this class. FRENKEL = 0, which represents the sintering driven by surface tension, VISCOELASTIC_CONTACT = 1, sintering driven by intersuface forces and surface tension.

Enumerator
FRENKEL 
VISCOELASTIC_CONTACT 
40 {
41  FRENKEL = 0,
43 };