CalibrationPrecompression.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>

Enumerations

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

Functions

void writeHelpers (const std::string &name)
 

Enumeration Type Documentation

◆ Stage

enum Stage
strong
Enumerator
PreShear 
ShearBack 
ShearBackRelaxation 
Decompress 
Shear 
39  {
40  PreShear = 0, //We compress the samples from low density to high density with fixed normal stress and fixed shear rate, until steady state is reached
41  ShearBack = 1, //Once the steady state is reached, we shear back until shear stress is zero
42  ShearBackRelaxation = 2, //Then we relax the sample with normal stress constant to reach a full relaxed state
43 };
@ PreShear
@ ShearBack
@ ShearBackRelaxation

Function Documentation

◆ writeHelpers()

void writeHelpers ( const std::string &  name)