Skip to content

Commit 740cf39

Browse files
authored
Remove Pi&Gamma for 5 equation model
1 parent 8e08e6a commit 740cf39

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/pre_process/m_assign_variables.f90

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -602,12 +602,6 @@ subroutine s_assign_patch_species_primitive_variables_bubbles(patch_id, j, k, l,
602602
- (y_cc(k) - y_centroid)**2)) &
603603
)**(gamma + 1d0)
604604

605-
! Specific heat ratio function
606-
q_prim_vf(5)%sf(j, k, 0) = gamma
607-
608-
! Liquid stiffness function
609-
q_prim_vf(6)%sf(j, k, 0) = 0d0
610-
611605
end if
612606

613607
! Updating the patch identities bookkeeping variable
@@ -811,12 +805,6 @@ subroutine s_assign_patch_species_primitive_variables(patch_id, j, k, l, &
811805
- (y_cc(k) - y_centroid)**2)) &
812806
)**(gamma + 1d0)
813807

814-
! Specific heat ratio function
815-
q_prim_vf(5)%sf(j, k, 0) = gamma
816-
817-
! Liquid stiffness function
818-
q_prim_vf(6)%sf(j, k, 0) = 0d0
819-
820808
end if
821809

822810
! Updating the patch identities bookkeeping variable

0 commit comments

Comments
 (0)