Calculate Grand Potential interface parameters for a specified interfacial free energy and width. More...
#include <GrandPotentialInterface.h>
Public Member Functions | |
GrandPotentialInterface (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual void | computeQpProperties () override |
Protected Attributes | |
const std::vector< Real > | _sigma |
list of interfacial free energies More... | |
const Real | _width |
Interface width for the interface with the median interfacial free energy. More... | |
const unsigned int | _n_pair |
number of interface pairs More... | |
std::vector< MaterialPropertyName > | _gamma_name |
gamma material property names More... | |
std::vector< Real > | _gamma |
Calculated gamma parameter values. More... | |
Real | _kappa |
Real | _mu |
std::vector< MaterialProperty< Real > * > | _gamma_prop |
Material properties for all interface pairs. More... | |
MaterialProperty< Real > & | _kappa_prop |
MaterialProperty< Real > & | _mu_prop |
Calculate Grand Potential interface parameters for a specified interfacial free energy and width.
Definition at line 22 of file GrandPotentialInterface.h.
GrandPotentialInterface::GrandPotentialInterface | ( | const InputParameters & | parameters | ) |
Definition at line 39 of file GrandPotentialInterface.C.
|
overrideprotectedvirtual |
Definition at line 102 of file GrandPotentialInterface.C.
|
protected |
Calculated gamma parameter values.
Definition at line 40 of file GrandPotentialInterface.h.
Referenced by computeQpProperties(), and GrandPotentialInterface().
|
protected |
gamma material property names
Definition at line 46 of file GrandPotentialInterface.h.
Referenced by GrandPotentialInterface().
|
protected |
Material properties for all interface pairs.
Definition at line 49 of file GrandPotentialInterface.h.
Referenced by computeQpProperties(), and GrandPotentialInterface().
|
protected |
Definition at line 41 of file GrandPotentialInterface.h.
Referenced by computeQpProperties(), and GrandPotentialInterface().
|
protected |
Definition at line 50 of file GrandPotentialInterface.h.
Referenced by computeQpProperties().
|
protected |
Definition at line 42 of file GrandPotentialInterface.h.
Referenced by computeQpProperties(), and GrandPotentialInterface().
|
protected |
Definition at line 51 of file GrandPotentialInterface.h.
Referenced by computeQpProperties().
|
protected |
number of interface pairs
Definition at line 37 of file GrandPotentialInterface.h.
Referenced by computeQpProperties(), and GrandPotentialInterface().
|
protected |
list of interfacial free energies
Definition at line 31 of file GrandPotentialInterface.h.
Referenced by GrandPotentialInterface().
|
protected |
Interface width for the interface with the median interfacial free energy.
Definition at line 34 of file GrandPotentialInterface.h.
Referenced by GrandPotentialInterface().