Skip to content

Commit

Permalink
Fix line lengths to be under 100 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
nglaser3 committed Jun 18, 2024
1 parent 1cf202b commit f54db80
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions doc/content/source/actions/NtAction.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
# NtAction

!alert note
This action sets up ONLY the variables, kernels, and BCs for neutron diffusion, NOT the variables, kernels, and BCs for precursor tracking.
This action sets up ONLY the variables, kernels, and BCs for neutron diffusion,
NOT the variables, kernels, and BCs for precursor tracking.
To generate these, see [PrecursorAction](PrecursorAction.md).

!syntax description /Nt/NtAction

## Overview

```NtAction``` greatly reduces input file length and complexity by automatically setting up variables, kernels, and BCs for the neutron diffusion equations.
When including only the required input parameters, this action constructs the neutron group variables and their associated kernels:
[SigmaR](SigmaR.md), [GroupDiffusion](GroupDiffusion.md), [InScatter](InScatter.md), and [CoupledFissionKernel](CoupledFissionKernel.md).
With ```account_delayed``` set to ```True```, [DelayedNeutronSource](DelayedNeutronSource.md) is also constructed,
```NtAction``` greatly reduces input file length and complexity by automatically
setting up variables, kernels, and BCs for the neutron diffusion equations.
When including only the required input parameters, this action constructs the
neutron group variables and their associated kernels:
[SigmaR](SigmaR.md), [GroupDiffusion](GroupDiffusion.md),
[InScatter](InScatter.md), and [CoupledFissionKernel](CoupledFissionKernel.md).
With ```account_delayed``` set to ```True```,
[DelayedNeutronSource](DelayedNeutronSource.md) is also constructed,
otherwise this kernel is not constructed and the simulation does not consider
the delayed neutron precursor effects on the neutron flux distributions.

For more information regarding the use of ```NtAction``` please refer to the tutorials located [here](tutorials.md),
specifically the +Multiphysics Reactor Simulations+ section.
For more information regarding the use of ```NtAction``` please refer to the
tutorials located [here](tutorials.md), specifically the +Multiphysics Reactor
Simulations+ section.

## Example Input File Syntax

An example input file without the ```NtAction```, showing only the portion affected by the action:
An example input file without the ```NtAction```, showing only the portion
affected by the action:

!listing tutorial/eigenvalue/nts.i
start=Variables end=Materials remove=Precursors
Expand Down

0 comments on commit f54db80

Please sign in to comment.