Create 4 distinct methods(crossflow calculation, summation of crossflow values, mdot/h/T calculation, pressure drop) for my SubChannel1PhaseProblem class so that the solver is easier to read.
Write Crossflow matrix at the end of the calculation
Read crossflow matrix at the beginning of transient solve.
Remove duplicate code in SubChannelMesh.C
Edit crossflow calculation to make more readable.
Regold the 2 PSBT tests to account for changes in the solution vectors.
Imported from https://github.inl.gov/ncrc/subchannel/issues/8 : @moose-ncrc created issue at Sep 14, 2020 11:09AM MST:
In GitLab by @kyriv1980 on Sep 14, 2020, 12:09
Create 4 distinct methods(crossflow calculation, summation of crossflow values, mdot/h/T calculation, pressure drop) for my SubChannel1PhaseProblem class so that the solver is easier to read. Write Crossflow matrix at the end of the calculation Read crossflow matrix at the beginning of transient solve. Remove duplicate code in SubChannelMesh.C Edit crossflow calculation to make more readable. Regold the 2 PSBT tests to account for changes in the solution vectors.