Skip to content

Commit 7ad743c

Browse files
authored
Merge pull request #308 from LLNL/bugfix/FSISPH
bugfix FSISPH and constant boundaries
2 parents 22c5853 + d046149 commit 7ad743c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FSISPH/SolidFSISPHHydroBase.cc

-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ initializeProblemStartupDependencies(DataBase<Dimension>& dataBase,
295295
updateStateFields(SolidFieldNames::shearModulus, state, derivs);
296296
updateStateFields(SolidFieldNames::yieldStrength, state, derivs);
297297

298-
mDamagedPressure+=this->pressure();
299-
300298
const auto& mass = dataBase.fluidMass();
301299
const auto& massDensity = dataBase.fluidMassDensity();
302300
computeSPHVolume(mass,massDensity,mVolume);

0 commit comments

Comments
 (0)