spheral
spheral copied to clipboard
SolidFSISPHRZ
Summary
- This PR adds a cylindrical FSISPH solver: SolidFSISPHRZ
For testing I am looking at:
Noh-RZ planar collapse (converging on the y-axis)
cd tests/functional/Hydro/Noh
spheral Noh-RZ.py --problem planar --hydroType SPH --compatibleEnergy False
spheral Noh-RZ.py --problem planar --hydroType SPH --compatibleEnergy True
spheral Noh-RZ.py --problem planar --hydroType FSISPH --solid True --compatibleEnergy False
spheral Noh-RZ.py --problem planar --hydroType FSISPH --solid True --compatibleEnergy True
Noh-RZ cylindrical collapse (converging on the x-axis)
cd tests/functional/Hydro/Noh
spheral Noh-RZ.py --problem cylindrical --hydroType SPH --compatibleEnergy False
spheral Noh-RZ.py --problem cylindrical --hydroType SPH --compatibleEnergy True
spheral Noh-RZ.py --problem cylindrical --hydroType FSISPH --solid True --compatibleEnergy False
spheral Noh-RZ.py --problem cylindrical --hydroType FSISPH --solid True --compatibleEnergy True
Noh-RZ spherical collapse (converging on the origin)
cd tests/functional/Hydro/Noh
spheral Noh-RZ.py --problem spherical --hydroType SPH --compatibleEnergy False
spheral Noh-RZ.py --problem spherical --hydroType SPH --compatibleEnergy True
spheral Noh-RZ.py --problem spherical --hydroType FSISPH --solid True --compatibleEnergy False
spheral Noh-RZ.py --problem spherical --hydroType FSISPH --solid True --compatibleEnergy True
Verney shell implosion. This one gives you some tests of the strength and plastic response which the Noh problem does not.
cd tests/functional/Strength/Verney
spheral Verney-RZ.py --hydroType SPH --compatibleEnergy False --evolveTotalEnergy False
spheral Verney-RZ.py --hydroType SPH --compatibleEnergy True --evolveTotalEnergy False
spheral Verney-RZ.py --hydroType FSISPH --compatibleEnergy False --evolveTotalEnergy False
spheral Verney-RZ.py --hydroType FSISPH --compatibleEnergy True --evolveTotalEnergy False
ToDo :
- [x] Annotate
RELEASE_NOTES.mdwith notable changes. - [ ] Create LLNLSpheral PR pointing at this branch. (PR#)
- [ ] LLNLSpheral PR has passed all tests.