Skip to content

Commit 67ee7dc

Browse files
committed
Delete WeightNF.dat and WEIGHT_NF
1 parent 02c1e4d commit 67ee7dc

3 files changed

Lines changed: 0 additions & 7 deletions

File tree

SU2_PY/SU2/eval/functions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,6 @@ def aerodynamics( config, state=None ):
294294
name = su2io.expand_time(name,konfig)
295295
push.extend(name)
296296

297-
# equivarea files to push
298-
if 'WEIGHT_NF' in info.FILES:
299-
push.append(info.FILES['WEIGHT_NF'])
300-
301297
# pressure files to push
302298
if 'TARGET_CP' in info.FILES:
303299
push.append(info.FILES['TARGET_CP'])

SU2_PY/SU2/eval/gradients.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ def adjoint( func_name, config, state=None ):
272272

273273
# files: target equivarea adjoint weights
274274
if 'EQUIV_AREA' in special_cases:
275-
pull.append(files['WEIGHT_NF'])
276275
pull.append(files['TARGET_EA'])
277276

278277
# files: target pressure coefficient

SU2_PY/SU2/run/direct.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ def direct ( config ):
119119
info = su2io.State()
120120
info.FUNCTIONS.update( aerodynamics )
121121
info.FILES.DIRECT = konfig['RESTART_FILENAME']
122-
if 'EQUIV_AREA' in special_cases:
123-
info.FILES.WEIGHT_NF = 'WeightNF.dat'
124122
if 'INV_DESIGN_CP' in special_cases:
125123
info.FILES.TARGET_CP = 'TargetCp.dat'
126124
if 'INV_DESIGN_HEATFLUX' in special_cases:

0 commit comments

Comments
 (0)