Skip to content

Commit

Permalink
change bfbt pressure scaling factor
Browse files Browse the repository at this point in the history
  • Loading branch information
quangx committed Oct 15, 2024
1 parent 91264fd commit f4595aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/simulator/assemblers/stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ namespace aspect
if (scratch.dof_component_indices[i] == pressure_component_index && scratch.dof_component_indices[j] == pressure_component_index)
data.local_matrix(i, j) += (
1.0/sqrt_eta * pressure_scaling
* pressure_scaling
* (scratch.grad_phi_p[i]
* scratch.grad_phi_p[j] + 1e-6*scratch.phi_p[i]*scratch.phi_p[j] ))
* JxW;
Expand Down

0 comments on commit f4595aa

Please sign in to comment.