Skip to content

Commit b09e815

Browse files
authored
Merge pull request #79 from BconstantMMK/dev
Fast/FastS: minor bugfix for test cases
2 parents d87133b + 5a5e3df commit b09e815

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Fast/Fast/test/FastIBM_m1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Converter.Mpi as Cmpi
66
import KCore.test as test
77
import Converter.Internal as Internal
8-
test.TOLERANCE = 2.e-12
8+
test.TOLERANCE = 2.e-5
99

1010
LOCAL = test.getLocal()
1111

Fast/Fast/test/FastMB_m1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import Converter.Internal as Internal
77
import Converter.Mpi as Cmpi
88
import FastC.PyTree as FastC
9-
test.TOLERANCE = 2.e-12
9+
test.TOLERANCE = 2.e-5
1010

1111
LOCAL = test.getLocal()
1212

Fast/FastS/test/cylindreZDES_t1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
numz["time_step"] = 0.0001
5555
numz["scheme"] = "ausmpred"
5656
numz["DES"] = "zdes1"
57-
numz["DES_debug"] = "active"
57+
numz["DES_debug"] = 1
5858
Fast._setNum2Zones(t, numz); Fast._setNum2Base(t, numb)
5959

6060
# Prim vars, solver tag, compact, metrics

Fast/FastS/test/nearmatchConservatif_t1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Converter
66
import Fast.PyTree as Fast
77
import Generator.PyTree as G
8-
import Connector.IBM as C_IBM
8+
import Connector.IBM as X_IBM
99
import Geom.PyTree as D
1010
import Geom.IBM as G_IBM
1111
import Transform.PyTree as T
@@ -62,10 +62,10 @@
6262
C._addState(base, 'EquationDimension', 2)
6363
C._addState(base, UInf=U0, RoInf=R0, PInf=P0, LInf=L0, alphaZ=0., adim='dim3')
6464

65-
t,tc=AppIBM.prepare1(tb, t_out, tc_out, vmin=15, snearsf=snearsf, frontType=frontType, cleanCellN=False,
65+
t,tc=AppIBM.prepare1(tb, None, None, vmin=15, snearsf=snearsf, frontType=frontType, cleanCellN=False,
6666
nature=1, order=2, ext=ext, optimized=optimized, check=True)
6767

68-
C_IBM._buildConservativeFlux(t, tc, verbose=1)
68+
X_IBM._buildConservativeFlux(t, tc, verbose=1)
6969

7070
t1c= Internal.copyRef(tc)
7171
test.testT(t1c, 1)

0 commit comments

Comments
 (0)