Skip to content

Commit

Permalink
Merge branch 'develop' into feature/value-view-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 authored Oct 14, 2024
2 parents 06b0492 + 7ad743c commit 64afaa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FSISPH/SolidFSISPHHydroBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ initializeProblemStartupDependencies(DataBase<Dimension>& dataBase,
updateStateFields(SolidFieldNames::shearModulus, state, derivs);
updateStateFields(SolidFieldNames::yieldStrength, state, derivs);

mDamagedPressure+=this->pressure();

const auto& mass = dataBase.fluidMass();
const auto& massDensity = dataBase.fluidMassDensity();
computeSPHVolume(mass,massDensity,mVolume);
Expand Down

0 comments on commit 64afaa3

Please sign in to comment.