We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bb126 commit 84c938aCopy full SHA for 84c938a
src/simulation/m_ibm.fpp
@@ -196,7 +196,7 @@ contains
196
end do
197
198
if (surface_tension) then
199
- q_prim_vf(c_idx)%sf(j,k,l) = c_IP
+ q_prim_vf(c_idx)%sf(j, k, l) = c_IP
200
end if
201
202
if (model_eqns /= 4) then
@@ -241,7 +241,7 @@ contains
241
242
! Set color function
243
244
- q_cons_vf(c_idx)%sf(j,k,l) = c_IP
+ q_cons_vf(c_idx)%sf(j, k, l) = c_IP
245
246
247
! Set Energy
@@ -320,7 +320,7 @@ contains
320
321
322
323
324
325
326
call s_convert_species_to_mixture_variables_acc(rho, gamma, pi_inf, qv_K, alpha_IP, &
@@ -820,7 +820,7 @@ contains
820
821
822
823
- c_IP = c_IP + coeff * q_prim_vf(c_idx)%sf(i,j,k)
+ c_IP = c_IP + coeff*q_prim_vf(c_idx)%sf(i, j, k)
824
825
826
if (bubbles_euler .and. .not. qbmm) then
0 commit comments