Go to the source code of this file.
|
class | ThirdPhaseSuppressionMaterial |
| OPInterfaceBarrierMaterial is a Free Energy Penalty contribution material that acts on all of the eta_i variables to prevent more than two eta variables going above 0 on an interface. More...
|
|
◆ validParams< ThirdPhaseSuppressionMaterial >()
Definition at line 16 of file ThirdPhaseSuppressionMaterial.C.
18 InputParameters params = validParams<Material>();
19 params.addParam<std::string>(
"function_name",
"g",
"actual name for g(eta_i)");
20 params.addRequiredCoupledVar(
"etas",
"eta_i order parameters, one for each h");
21 params.addClassDescription(
22 "Free Energy contribution that penalizes more than two order parameters being non-zero");