Skip to content

Commit

Permalink
made PR recommended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gridley committed Aug 8, 2017
1 parent d1ca109 commit 68dced6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions include/auxkernels/ModeratorHeatSourceTransientAux.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ InputParameters validParams<ModeratorHeatSourceTransientAux>();
* a long mean free path. In addition, the gamma heating is proportional to the average fission
* heat. This kernel computes local gamma heating as a function of average fission heat and a
* user-defined proportionality factor (usually between 2 and 10 percent).
*
* Gamma can define a form factor for the gamma heating. That is, gamma heating can be set to be
* cosinusoidal or Bessel.
*/
class ModeratorHeatSourceTransientAux : public AuxKernel
{
Expand Down
2 changes: 1 addition & 1 deletion include/kernels/CoupledFissionKernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ InputParameters validParams<CoupledFissionKernel>();

/**
* Computes fission source of neutrons without normalizing by
* \f$ 1/k \f$.
* \f$ 1/k \f$. Note that this kernel is meant for transients.
*/
class CoupledFissionKernel : public Kernel, public ScalarTransportBase
{
Expand Down

0 comments on commit 68dced6

Please sign in to comment.