5. Transient¶
There are two transient methods in NECP-X, which are flully implicit method(FIM) and predictor-corrector quasi-static method(PCQS). For transient calculation, a 3D transient fixed source problem(TFSP) is obtained by discreting the time-dependent variable. And 2D/1D TFSP is the replacement of the direct 3D heterogeous TFSP. And 3D CMFD TFSP is used to accelerate the convergence of 2D/1D TFSP. For PCQS, the CMFD adjoint flux is used as weight function to get point kinetics parameters.
5.1. 3D TFSP¶
Fully implicit method is used for time-dependent variable and isotropic assumption for the time derivative term is introduced as follows shown:
And 2nd order precursor integration technique for precursor term is used as follows:
So the final form of 3D TFSP is obained as follows:
5.2. 2D/1D TFSP¶
5.2.1. 2D TFSP¶
To obtain the 2D transient fixed source problem, you need to integrate the 3D TFSP over z direction for each plane and discrete it over angle m, then you need to define axial integrated flux, cross section and transient source as follows:
So you will get the final form for 2D transport TFSP as follows:
And the above equation can be solved by 2D MOC solver by adding an extra transient source term.
5.2.2. 1D TFSP¶
To obtain the 1D transient fixed source problem, you need to integrate the 3D TFSP over x-y direction for each coarse mesh cell and discrete it over angle m, then you need to define axially integrated flux, cross section and transient source as follows:
So you will get the final form for 1D transport TFSP as follows:
And the above equation can be solved by 1D Sn solver by adding an extra transient source term.
5.3. CMFD TFSP¶
The 3D CMFD TFSP is used to accelerate the convergence of 2D/1D. And 3D CMFD TFSP is solved by sweeping method.
5.4. PCQS¶
To reduce calculation time, PCQS method is introduced in NECP-X. PCQS can ensure the calculation precision with relatively large time step to reduce calculation burden. For PCQS, predictor calculation is carried out by solving a 3D TFSP with relatively large time step, and corrector calculation is carried out by solving point kinetics equations with relatively small time step.
The splitting factor is used in neutron flux as follows:
To ensure the splitting unique, a constraint condition is used as follows:
Finally a point kinetics equation set is obtained as follows:
And the point kinetics parameters are shown as follows:
And the PCQS scheme is shown in below:

The scheme of the PCQS method