Skip to content

Commit a3439f9

Browse files
committed
cleanup examples
1 parent dd8462d commit a3439f9

File tree

4 files changed

+5
-275
lines changed

4 files changed

+5
-275
lines changed

SU2_CFD/src/solvers/CSpeciesSolver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void CSpeciesSolver::Initialize(CGeometry* geometry, CConfig* config, unsigned s
114114
SpeciesPointSource.setConstant(0.0);
115115

116116

117-
if (iMesh == MESH_0 || config->GetMGCycle() == FULLMG_CYCLE) {
117+
if (iMesh == MESH_0 || config->GetMGCycle() == FULLMG_CYCLE) {
118118

119119
/*--- Define some auxiliary vector related with the residual ---*/
120120

@@ -184,7 +184,6 @@ if (iMesh == MESH_0 || config->GetMGCycle() == FULLMG_CYCLE) {
184184
void CSpeciesSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfig* config, int val_iter,
185185
bool val_update_geo) {
186186
/*--- Restart the solution from file information ---*/
187-
cout<<"speciessolver:loadrestart" << endl;
188187
const string restart_filename = config->GetFilename(config->GetSolution_FileName(), "", val_iter);
189188

190189
/*--- To make this routine safe to call in parallel most of it can only be executed by one thread. ---*/

TestCases/py_wrapper/custom_initialization/lam_buoyancy_cavity.cfg

Lines changed: 0 additions & 120 deletions
This file was deleted.

TestCases/py_wrapper/custom_initialization/run.py

Lines changed: 0 additions & 146 deletions
This file was deleted.

TestCases/py_wrapper/turbulent_premixed_psi/psi.cfg

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% %
33
% SU2 configuration file %
4-
% Case description: Species mixing with 3 species, i.e. 2 transport equations %
5-
% Author: T. Kattmann %
4+
% Case description: Turbulent premixed high pressure combustion chamber. %
5+
% Author: N. Beishuizen %
66
% Institution: Bosch Thermotechniek B.V. %
7-
% Date: 2021/10/14 %
8-
% File Version 7.5.1 "Blackbird" %
7+
% Date: 2025/01/01 %
8+
% File Version 8.0 "Harrier" %
99
% %
1010
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1111

@@ -79,12 +79,10 @@ MARKER_OUTLET= ( outlet, 0.0 )
7979
%
8080
NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
8181
%
82-
%CFL_NUMBER= 25.0
8382
CFL_NUMBER= 20.0
8483
CFL_REDUCTION_SPECIES= 1.0
8584
CFL_REDUCTION_TURB= 1.0
8685
%
87-
% Run commented Iter for good results
8886
ITER= 1
8987
%
9088
% ------------------------ LINEAR SOLVER DEFINITION ---------------------------%
@@ -104,7 +102,6 @@ TIME_DISCRE_FLOW= EULER_IMPLICIT
104102
% -------------------- SCALAR TRANSPORT ---------------------------------------%
105103
%
106104
KIND_SCALAR_MODEL= SPECIES_TRANSPORT
107-
%DIFFUSIVITY_MODEL= CONSTANT_SCHMIDT
108105
DIFFUSIVITY_MODEL= CONSTANT_DIFFUSIVITY
109106
SCHMIDT_NUMBER_LAMINAR= 1.0
110107
DIFFUSIVITY_CONSTANT= 7.56e-5

0 commit comments

Comments
 (0)