Go to the source code of this file.
|
class | KKSACBulkC |
| KKSACBulkBase child class for the phase concentration difference term \( \frac{dh}{d\eta}\frac{dF_a}{dc_a}(c_a-c_b) \) in the the Allen-Cahn bulk residual. More...
|
|
◆ validParams< KKSACBulkC >()
Definition at line 16 of file KKSACBulkC.C.
19 params.addClassDescription(
"KKS model kernel (part 2 of 2) for the Bulk Allen-Cahn. This "
20 "includes all terms dependent on chemical potential.");
21 params.addRequiredCoupledVar(
"ca",
"a-phase concentration");
22 params.addRequiredCoupledVar(
"cb",
"b-phase concentration");