Skip to content

Commit 1912ec5

Browse files
committed
remove rename code
1 parent c04438f commit 1912ec5

29 files changed

+5
-86
lines changed

modules/subchannel/doc/content/modules/subchannel/general/subchannel_theory.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ Subchannel codes are thermal-hydraulic codes that offer an efficient compromise
1212

1313
!! Intentional comment to provide extra spacing
1414

15-
<<<<<<< HEAD
1615
The subchannel thermal-hydraulic analysis is based on the conservation equations of mass, linear momentum and energy on the specified control volumes. The control volumes are connected in both axial and radial directions to capture the three dimensional effects of the flow geometry. The subchannel control volumes are shown in [ControlVolume] from [!cite](todreas2021nuclear2).
17-
=======
18-
The subchannel thermal-hydraulic analysis is based on the conservation equations of mass, linear momentum and energy on the specified control volumes. The control volumes are connected in both axial and radial directions to capture the three dimensional effects of the flow geometry. The subchannel control volumes are shown in [ControlVolume] from [!cite](Todreas).
19-
>>>>>>> 672def255c (create new docs #32029)
2016

2117
!media subchannel/getting_started/ControlVolume.png
2218
style=width:90%;margin-bottom:2%;margin:auto;

modules/subchannel/src/auxkernels/SCMBlockedMassFlowRateAux.C

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
#include "SCM.h"
1212

1313
registerMooseObject("SubChannelApp", SCMBlockedMassFlowRateAux);
14-
registerMooseObjectRenamed("SubChannelApp",
15-
BlockedMassFlowRateAux,
16-
"06/30/2025 24:00",
17-
SCMBlockedMassFlowRateAux);
1814

1915
InputParameters
2016
SCMBlockedMassFlowRateAux::validParams()

modules/subchannel/src/auxkernels/SCMFlatMassFlowRateAux.C

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
#include "SCM.h"
1212

1313
registerMooseObject("SubChannelApp", SCMFlatMassFlowRateAux);
14-
registerMooseObjectRenamed("SubChannelApp",
15-
FlatMassFlowRateAux,
16-
"06/30/2025 24:00",
17-
SCMFlatMassFlowRateAux);
1814

1915
InputParameters
2016
SCMFlatMassFlowRateAux::validParams()

modules/subchannel/src/auxkernels/SCMMassFlowRateAux.C

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
#include "SCMMassFlowRateAux.h"
1111

1212
registerMooseObject("SubChannelApp", SCMMassFlowRateAux);
13-
registerMooseObjectRenamed("SubChannelApp",
14-
MassFlowRateAux,
15-
"06/30/2025 24:00",
16-
SCMMassFlowRateAux);
1713

1814
InputParameters
1915
SCMMassFlowRateAux::validParams()

modules/subchannel/src/auxkernels/SCMQuadPowerAux.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "SCM.h"
1414

1515
registerMooseObject("SubChannelApp", SCMQuadPowerAux);
16-
registerMooseObjectRenamed("SubChannelApp", QuadPowerAux, "06/30/2025 24:00", SCMQuadPowerAux);
1716

1817
InputParameters
1918
SCMQuadPowerAux::validParams()

modules/subchannel/src/auxkernels/SCMRZPinQPrimeAux.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "SCMRZPinQPrimeAux.h"
1111

1212
registerMooseObject("SubChannelApp", SCMRZPinQPrimeAux);
13-
registerMooseObjectRenamed("SubChannelApp", RZPinQPrimeAux, "06/30/2025 24:00", SCMRZPinQPrimeAux);
1413

1514
InputParameters
1615
SCMRZPinQPrimeAux ::validParams()

modules/subchannel/src/auxkernels/SCMTriPowerAux.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "SCM.h"
1414

1515
registerMooseObject("SubChannelApp", SCMTriPowerAux);
16-
registerMooseObjectRenamed("SubChannelApp", TriPowerAux, "06/30/2025 24:00", SCMTriPowerAux);
1716

1817
InputParameters
1918
SCMTriPowerAux::validParams()

modules/subchannel/src/ics/SCMMassFlowRateIC.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "SCMMassFlowRateIC.h"
1111

1212
registerMooseObject("SubChannelApp", SCMMassFlowRateIC);
13-
registerMooseObjectRenamed("SubChannelApp", MassFlowRateIC, "06/30/2025 24:00", SCMMassFlowRateIC);
1413

1514
InputParameters
1615
SCMMassFlowRateIC::validParams()

modules/subchannel/src/ics/SCMQuadFlowAreaIC.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "SCM.h"
1515

1616
registerMooseObject("SubChannelApp", SCMQuadFlowAreaIC);
17-
registerMooseObjectRenamed("SubChannelApp", QuadFlowAreaIC, "06/30/2025 24:00", SCMQuadFlowAreaIC);
1817

1918
InputParameters
2019
SCMQuadFlowAreaIC::validParams()

modules/subchannel/src/ics/SCMQuadPowerIC.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ using namespace std;
1515
using namespace Eigen;
1616

1717
registerMooseObject("SubChannelApp", SCMQuadPowerIC);
18-
registerMooseObjectRenamed("SubChannelApp", QuadPowerIC, "06/30/2025 24:00", SCMQuadPowerIC);
1918

2019
InputParameters
2120
SCMQuadPowerIC::validParams()

0 commit comments

Comments
 (0)