Skip to content

Commit

Permalink
Merge pull request #308 from LLNL/bugfix/FSISPH
Browse files Browse the repository at this point in the history
bugfix FSISPH and constant boundaries
  • Loading branch information
jmpearl authored Oct 14, 2024
2 parents 22c5853 + d046149 commit 7ad743c
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 7ad743c

Please sign in to comment.