Compute the global free energy in the KKS Model \( F = hF_a + (1-h)F_b + wg + \frac{\kappa}{2}|\eta|^2 \). More...
#include <KKSGlobalFreeEnergy.h>
Public Member Functions | |
KKSGlobalFreeEnergy (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
const MaterialProperty< Real > & | _prop_fa |
const MaterialProperty< Real > & | _prop_fb |
const MaterialProperty< Real > & | _prop_h |
const MaterialProperty< Real > & | _prop_g |
const Real | _w |
Barrier term height. More... | |
std::vector< const MaterialProperty< Real > * > | _kappas |
Gradient interface free energy coefficients. More... | |
unsigned int | _nvars |
Coupled interface variables. More... | |
std::vector< const VariableValue * > | _vars |
std::vector< const VariableGradient * > | _grad_vars |
std::vector< MaterialPropertyName > | _kappa_names |
Gradient free energy prefactor kappa. More... | |
unsigned int | _nkappas |
const VariableValue & | _additional_free_energy |
Additional free energy contribution. More... | |
Compute the global free energy in the KKS Model \( F = hF_a + (1-h)F_b + wg + \frac{\kappa}{2}|\eta|^2 \).
Definition at line 25 of file KKSGlobalFreeEnergy.h.
KKSGlobalFreeEnergy::KKSGlobalFreeEnergy | ( | const InputParameters & | parameters | ) |
Definition at line 43 of file KKSGlobalFreeEnergy.C.
|
protectedvirtual |
|
protectedinherited |
Additional free energy contribution.
Definition at line 42 of file TotalFreeEnergyBase.h.
Referenced by CrossTermGradientFreeEnergy::computeValue(), TotalFreeEnergy::computeValue(), KKSMultiFreeEnergy::computeValue(), and computeValue().
|
protectedinherited |
Definition at line 35 of file TotalFreeEnergyBase.h.
Referenced by CrossTermGradientFreeEnergy::computeValue(), TotalFreeEnergy::computeValue(), KKSMultiFreeEnergy::computeValue(), computeValue(), and TotalFreeEnergyBase::TotalFreeEnergyBase().
|
protectedinherited |
Gradient free energy prefactor kappa.
Definition at line 38 of file TotalFreeEnergyBase.h.
Referenced by CrossTermGradientFreeEnergy::CrossTermGradientFreeEnergy(), KKSGlobalFreeEnergy(), KKSMultiFreeEnergy::KKSMultiFreeEnergy(), and TotalFreeEnergy::TotalFreeEnergy().
|
protected |
Gradient interface free energy coefficients.
Definition at line 42 of file KKSGlobalFreeEnergy.h.
Referenced by computeValue(), and KKSGlobalFreeEnergy().
|
protectedinherited |
Definition at line 39 of file TotalFreeEnergyBase.h.
Referenced by CrossTermGradientFreeEnergy::CrossTermGradientFreeEnergy(), KKSGlobalFreeEnergy(), KKSMultiFreeEnergy::KKSMultiFreeEnergy(), and TotalFreeEnergy::TotalFreeEnergy().
|
protectedinherited |
Coupled interface variables.
Definition at line 33 of file TotalFreeEnergyBase.h.
Referenced by CrossTermGradientFreeEnergy::computeValue(), TotalFreeEnergy::computeValue(), KKSMultiFreeEnergy::computeValue(), computeValue(), CrossTermGradientFreeEnergy::CrossTermGradientFreeEnergy(), KKSGlobalFreeEnergy(), KKSMultiFreeEnergy::KKSMultiFreeEnergy(), TotalFreeEnergy::TotalFreeEnergy(), and TotalFreeEnergyBase::TotalFreeEnergyBase().
|
protected |
Definition at line 33 of file KKSGlobalFreeEnergy.h.
Referenced by computeValue().
|
protected |
Definition at line 34 of file KKSGlobalFreeEnergy.h.
Referenced by computeValue().
|
protected |
Definition at line 36 of file KKSGlobalFreeEnergy.h.
Referenced by computeValue().
|
protected |
Definition at line 35 of file KKSGlobalFreeEnergy.h.
Referenced by computeValue().
|
protectedinherited |
Definition at line 34 of file TotalFreeEnergyBase.h.
Referenced by CrossTermGradientFreeEnergy::computeValue(), and TotalFreeEnergyBase::TotalFreeEnergyBase().
|
protected |
Barrier term height.
Definition at line 39 of file KKSGlobalFreeEnergy.h.
Referenced by computeValue().