|
#include "BaseBoundary.h"
#include "Math/ExtendedMath.h"
#include "Side.h"
#include "LeesEdwardsBoundary.h"
#include "PeriodicBoundary.h"
#include "Controllers/PController.h"
#include "Controllers/PIController.h"
#include "Controllers/PIDController.h"
Go to the source code of this file.
Classes | |
class | StressStrainControlBoundary |
A cuboid box consists of periodic boundaries that can be strain/stress controlled and achieve different deformation modes. User needs to define target stress/strainrate matrix, gain_factor and a boolean parameter isStrainRateControlled to True/False to activate/deactivate strainrate control. More... | |