Go to the source code of this file.
|
class | CHSplitChemicalPotential |
| Solves chemical potential in a weak sense (mu-mu_prop=0) Can be coupled to Cahn-Hilliard equation to solve species diffusion Allows spatial derivative of chemical potential when coupled to material state such as stress, etc. More...
|
|
◆ validParams< CHSplitChemicalPotential >()
Definition at line 16 of file CHSplitChemicalPotential.C.
18 InputParameters params = validParams<Kernel>();
19 params.addClassDescription(
"Chemical potential kernel in Split Cahn-Hilliard that solves "
20 "chemical potential in a weak form");
21 params.addRequiredParam<MaterialPropertyName>(
"chemical_potential_prop",
22 "Chemical potential property name");
23 params.addRequiredCoupledVar(
"c",
"Concentration");