Skip to content

Commit e4cf90b

Browse files
authored
Reverse Changes on #544 for Rectangle Patches (#685)
1 parent f94f8b7 commit e4cf90b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/pre_process/m_patches.fpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -988,18 +988,6 @@ contains
988988
y_boundary%end >= y_cc(j)) &
989989
then
990990
991-
call s_assign_patch_primitive_variables(patch_id, i, j, 0, &
992-
eta, q_prim_vf, patch_id_fp)
993-
994-
@:analytical()
995-
996-
if ((q_prim_vf(1)%sf(i, j, 0) < 1.e-10) .and. (model_eqns == 4)) then
997-
!zero density, reassign according to Tait EOS
998-
q_prim_vf(1)%sf(i, j, 0) = &
999-
(((q_prim_vf(E_idx)%sf(i, j, 0) + pi_inf)/(pref + pi_inf))**(1d0/lit_gamma))* &
1000-
rhoref*(1d0 - q_prim_vf(alf_idx)%sf(i, j, 0))
1001-
end if
1002-
1003991
! Updating the patch identities bookkeeping variable
1004992
if (1d0 - eta < 1d-16) patch_id_fp(i, j, 0) = patch_id
1005993

0 commit comments

Comments
 (0)