Skip to content

Commit 14f579e

Browse files
Fixed two test for validation
1 parent 3a606a7 commit 14f579e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

examples/2D_bubbly_steady_shock/case.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@
144144
"patch_ib(1)%geometry": 4,
145145
"patch_ib(1)%x_centroid": 1.5e-03 / x0,
146146
"patch_ib(1)%y_centroid": 1.5e-03 / x0,
147-
"patch_ib(1)%c": 1.0e-03 / x0,
148-
"patch_ib(1)%t": 0.15,
149-
"patch_ib(1)%p": 0.4,
150-
"patch_ib(1)%m": 0.02,
147+
"patch_ib(1)%airfoil_id": 1,
151148
"patch_ib(1)%slip": "F",
152-
"patch_ib(1)%theta": 15,
149+
"ib_airfoil(1)%c": 1.0e-03 / x0,
150+
"ib_airfoil(1)%t": 0.15,
151+
"ib_airfoil(1)%p": 0.4,
152+
"ib_airfoil(1)%m": 0.02,
153153
# Fluids Physical Parameters
154154
"fluid_pp(1)%gamma": 1.0e00 / (gam_l - 1.0e00),
155155
"fluid_pp(1)%pi_inf": gam_l * (pi_inf_l) / (gam_l - 1.0),

examples/2D_ibm_steady_shock/case.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@
145145
"patch_ib(1)%geometry": 4,
146146
"patch_ib(1)%x_centroid": 1.5e-03 / x0,
147147
"patch_ib(1)%y_centroid": 1.5e-03 / x0,
148-
"patch_ib(1)%c": 1.0e-03 / x0,
149-
"patch_ib(1)%t": 0.15,
150-
"patch_ib(1)%p": 0.4,
151-
"patch_ib(1)%m": 0.02,
148+
"patch_ib(1)%airfoil_id": 1,
152149
"patch_ib(1)%slip": "F",
153-
"patch_ib(1)%theta": 15,
150+
"ib_airfoil(1)%c": 1.0e-03 / x0,
151+
"ib_airfoil(1)%t": 0.15,
152+
"ib_airfoil(1)%p": 0.4,
153+
"ib_airfoil(1)%m": 0.02,
154154
# Fluids Physical Parameters
155155
# Surrounding liquid
156156
"fluid_pp(1)%gamma": 1.0e00 / (n_tait - 1.0e00),

0 commit comments

Comments
 (0)