CalibrationShearStage.cpp File Reference
#include <Mercury3D.h>
#include <Boundaries/PeriodicBoundary.h>
#include <Boundaries/StressStrainControlBoundary.h>
#include <Boundaries/CubeInsertionBoundary.h>
#include "Boundaries/LeesEdwardsBoundary.h"
#include "Calibration.h"
#include <iomanip>
#include <utility>
#include <cmath>
#include <MercuryTime.h>

Classes

class  ShearStage
 

Enumerations

enum class  Stage {
  PreShear = 0 , ShearBack = 1 , ShearBackRelaxation = 2 , Decompress = 0 ,
  Shear = 1
}
 

Functions

int main (int argc, char *argv[])
 

Enumeration Type Documentation

◆ Stage

enum Stage
strong
Enumerator
PreShear 
ShearBack 
ShearBackRelaxation 
Decompress 
Shear 
39  {
40  Decompress = 0, //Now we read in the presheared-relaxed sample and decompress the the normal stress for shear point/incipient flow
41  Shear = 1 //Once the normal stress is reached, we do shear and find the peak failure value of shear stress
42 };
@ Decompress

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)
181  {
182  ShearStage dpm(argc,argv);
183  dpm.solve();
184  return 0;
185 }
Definition: CalibrationShearStage.cpp:45

References DPMBase::solve().