Skip to content

Commit

Permalink
Merge branch 'quick_fixing' into 'master'
Browse files Browse the repository at this point in the history
[Quick fixing] Fixed storage caculation in HM#LIE

See merge request ogs/ogs!5188
  • Loading branch information
wenqing committed Dec 18, 2024
2 parents 58ef2bc + 26e80fd commit d72f48f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void HydroMechanicsLocalAssemblerMatrix<ShapeFunctionDisplacement,
MPL::Variable::liquid_phase_pressure,
x_position, t, dt) /
rho_fr) +
(porosity - alpha) * (1.0 - alpha) /
(alpha - porosity) * (1.0 - alpha) /
_ip_data[ip].solid_material.getBulkModulus(
t, x_position, &C);

Expand Down

0 comments on commit d72f48f

Please sign in to comment.