3131#include " ../../include/output/COutput.hpp"
3232#include " ../../include/iteration/CIterationFactory.hpp"
3333
34- #include " ../../../Common/include/tracy_structure.hpp"
35-
3634CDiscAdjMultizoneDriver::CDiscAdjMultizoneDriver (char * confFile,
3735 unsigned short val_nZone,
3836 SU2_Comm MPICommunicator)
@@ -687,8 +685,6 @@ void CDiscAdjMultizoneDriver::EvaluateSensitivities(unsigned long Iter, bool for
687685
688686void CDiscAdjMultizoneDriver::SetRecording (RECORDING kind_recording, Kind_Tape tape_type, unsigned short record_zone) {
689687
690- SU2_ZONE_SCOPED_N (" SetRecording_driver" );
691-
692688 AD::Reset ();
693689
694690 /* --- Prepare for recording by resetting the solution to the initial converged solution. ---*/
@@ -747,7 +743,7 @@ void CDiscAdjMultizoneDriver::SetRecording(RECORDING kind_recording, Kind_Tape t
747743
748744 for (iZone = 0 ; iZone < nZone; iZone++) {
749745 iteration_container[iZone][INST_0]->SetDependencies (solver_container, geometry_container, numerics_container,
750- config_container, interface_container, iZone, INST_0, kind_recording);
746+ config_container, iZone, INST_0, kind_recording);
751747 }
752748
753749 AD::Push_TapePosition (); // / DEPENDENCIES
@@ -761,7 +757,7 @@ void CDiscAdjMultizoneDriver::SetRecording(RECORDING kind_recording, Kind_Tape t
761757 for (iZone = 0 ; iZone < nZone; iZone++) {
762758 if (Has_Deformation (iZone)) {
763759 iteration_container[iZone][INST_0]->SetDependencies (solver_container, geometry_container, numerics_container,
764- config_container, interface_container, iZone, INST_0, kind_recording);
760+ config_container, iZone, INST_0, kind_recording);
765761 }
766762 }
767763 SetObjFunction (kind_recording);
@@ -805,12 +801,6 @@ void CDiscAdjMultizoneDriver::SetRecording(RECORDING kind_recording, Kind_Tape t
805801
806802void CDiscAdjMultizoneDriver::DirectIteration (unsigned short iZone, RECORDING kind_recording) {
807803
808- SU2_ZONE_SCOPED_N (" DirectIteration" );
809-
810- // if (config_container[iZone]->GetBoolTurbomachinery()) {
811- // InitStaticMeshMovement(iZone, false);
812- // }
813-
814804 /* --- Do one iteration of the direct solver ---*/
815805 direct_iteration[iZone][INST_0]->Preprocess (output_container[iZone], integration_container, geometry_container,
816806 solver_container, numerics_container, config_container,
@@ -821,11 +811,6 @@ void CDiscAdjMultizoneDriver::DirectIteration(unsigned short iZone, RECORDING ki
821811 solver_container, numerics_container, config_container,
822812 surface_movement, grid_movement, FFDBox, iZone, INST_0);
823813
824- /* --- Turbo Specific Post-Procesisng ---*/
825- // if (config_container[iZone]->GetBoolTurbomachinery()){
826- // direct_iteration[iZone][INST_0]->Postprocess(output_container[iZone], integration_container, geometry_container, solver_container, numerics_container, config_container, surface_movement, grid_movement, FFDBox, iZone, INST_0);
827- // }
828-
829814}
830815
831816void CDiscAdjMultizoneDriver::SetObjFunction (RECORDING kind_recording) {
@@ -858,11 +843,7 @@ void CDiscAdjMultizoneDriver::SetObjFunction(RECORDING kind_recording) {
858843 solvers[FLOW_SOL]->TurboAverageProcess (solvers, geometry, config, OUTFLOW);
859844
860845 /* --- Gather Inflow and Outflow quantities on the Master Node to compute performance ---*/
861-
862846 solvers[FLOW_SOL]->GatherInOutAverageValues (config, geometry);
863-
864- /* --- Compute the turboperformance ---*/
865-
866847 solvers[FLOW_SOL]->ComputeTurboBladePerformance (geometry, config, iZone);
867848 }
868849
@@ -992,8 +973,6 @@ void CDiscAdjMultizoneDriver::InitializeCrossTerms() {
992973
993974void CDiscAdjMultizoneDriver::HandleDataTransfer () {
994975
995- SU2_ZONE_SCOPED_N (" HandleDataTransfer" );
996-
997976 for (iZone = 0 ; iZone < nZone; iZone++) {
998977
999978 /* --- In principle, the mesh does not need to be updated ---*/
0 commit comments