Skip to content

Commit

Permalink
Merge branch 'develop' into pt/re-use-computeflux
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast authored Aug 21, 2024
2 parents d6921ea + 540f606 commit 4ee437f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def getHydromechanicalParametersFromXML(xmlFilePath):
G = E / 2.0 / (1.0 + nu)
hydromechanicalParameters["bulkModulus"] = K
hydromechanicalParameters["shearModulus"] = G
Ks = float(param2.get("grainBulkModulus"))
Ks = float(param2.get("defaultGrainBulkModulus"))

hydromechanicalParameters["biotCoefficient"] = 1.0 - K / Ks
hydromechanicalParameters["porosity"] = float(param2.get("defaultReferencePorosity"))
Expand Down

0 comments on commit 4ee437f

Please sign in to comment.