Skip to content

Commit

Permalink
Hello Test idaholab#1
Browse files Browse the repository at this point in the history
  • Loading branch information
killerpenguin12 committed Jan 28, 2020
1 parent d0a0644 commit e64d5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/phase_field/src/materials/ADMathFreeEnergy.C
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ template <ComputeStage compute_stage>
void
ADMathFreeEnergy<compute_stage>::computeQpProperties()
{
int i = 0;
_prop_F[_qp] = 1.0 / 4.0 * (1.0 + _c[_qp]) * (1.0 + _c[_qp]) * (1.0 - _c[_qp]) * (1.0 - _c[_qp]);
_prop_dFdc[_qp] = _c[_qp] * (_c[_qp] * _c[_qp] - 1.0);
}

0 comments on commit e64d5d7

Please sign in to comment.