|
| KRATOS_CLASS_POINTER_DEFINITION (DEM_D_Hertz_confined) |
|
| DEM_D_Hertz_confined () |
|
| ~DEM_D_Hertz_confined () |
|
double | CalculateNormalForce (SphericParticle *const element1, SphericParticle *const element2, const double indentation, double LocalCoordSystem[3][3]) override |
|
DEMDiscontinuumConstitutiveLaw::Pointer | Clone () const override |
|
std::unique_ptr< DEMDiscontinuumConstitutiveLaw > | CloneUnique () override |
|
double | CalculateNormalForce (const double indentation) override |
|
double | CalculateNormalForce (SphericParticle *const element1, SphericParticle *const element2, const double indentation, double LocalCoordSystem[3][3]) override |
|
double | CalculateNormalForce (SphericParticle *const element, Condition *const wall, const double indentation) override |
|
| KRATOS_CLASS_POINTER_DEFINITION (DEM_D_Hertz_viscous_Coulomb) |
|
| DEM_D_Hertz_viscous_Coulomb () |
|
| ~DEM_D_Hertz_viscous_Coulomb () |
|
std::string | GetTypeOfLaw () override |
|
virtual void | Check (Properties::Pointer pProp) const override |
|
DEMDiscontinuumConstitutiveLaw::Pointer | Clone () const override |
|
std::unique_ptr< DEMDiscontinuumConstitutiveLaw > | CloneUnique () override |
|
void | InitializeContact (SphericParticle *const element1, SphericParticle *const element2, const double indentation) override |
|
void | InitializeContactWithFEM (SphericParticle *const element, Condition *const wall, const double indentation, const double ini_delta=0.0) override |
|
void | CalculateForces (const ProcessInfo &r_process_info, const double OldLocalElasticContactForce[3], double LocalElasticContactForce[3], double LocalDeltDisp[3], double LocalRelVel[3], double indentation, double previous_indentation, double ViscoDampingLocalContactForce[3], double &cohesive_force, SphericParticle *element1, SphericParticle *element2, bool &sliding, double LocalCoordSystem[3][3]) override |
|
void | CalculateForcesWithFEM (const ProcessInfo &r_process_info, const double OldLocalElasticContactForce[3], double LocalElasticContactForce[3], double LocalDeltDisp[3], double LocalRelVel[3], double indentation, double previous_indentation, double ViscoDampingLocalContactForce[3], double &cohesive_force, SphericParticle *const element, Condition *const wall, bool &sliding) override |
|
double | CalculateNormalForce (const double indentation) override |
|
double | CalculateNormalForce (SphericParticle *const element1, SphericParticle *const element2, const double indentation, double LocalCoordSystem[3][3]) override |
|
double | CalculateNormalForce (SphericParticle *const element, Condition *const wall, const double indentation) override |
|
double | CalculateCohesiveNormalForce (SphericParticle *const element1, SphericParticle *const element2, const double indentation) override |
|
double | CalculateCohesiveNormalForceWithFEM (SphericParticle *const element, Condition *const wall, const double indentation) override |
|
template<class NeighbourClassType > |
void | CalculateTangentialForceWithNeighbour (const double normal_contact_force, const double OldLocalElasticContactForce[3], double LocalElasticContactForce[3], double ViscoDampingLocalContactForce[3], const double LocalDeltDisp[3], const double LocalRelVel[3], bool &sliding, SphericParticle *const element, NeighbourClassType *const neighbour, double indentation, double previous_indentation, double &AuxElasticShearForce, double &MaximumAdmisibleShearForce) |
|
void | CalculateViscoDampingForce (double LocalRelVel[3], double ViscoDampingLocalContactForce[3], SphericParticle *const element1, SphericParticle *const element2) |
|
void | CalculateViscoDampingForceWithFEM (double LocalRelVel[3], double ViscoDampingLocalContactForce[3], SphericParticle *const element, Condition *const wall) |
|
void | CalculateElasticEnergyDEM (double &elastic_energy, double indentation, double LocalElasticContactForce[3]) |
|
void | CalculateInelasticFrictionalEnergyDEM (double &inelastic_frictional_energy, double &AuxElasticShearForce, double LocalElasticContactForce[3]) |
|
void | CalculateInelasticViscodampingEnergyDEM (double &inelastic_viscodamping_energy, double ViscoDampingLocalContactForce[3], double LocalDeltDisp[3]) |
|
void | CalculateElasticEnergyFEM (double &elastic_energy, double indentation, double LocalElasticContactForce[3]) |
|
void | CalculateInelasticFrictionalEnergyFEM (double &inelastic_frictional_energy, double &AuxElasticShearForce, double LocalElasticContactForce[3]) |
|
void | CalculateInelasticViscodampingEnergyFEM (double &inelastic_viscodamping_energy, double ViscoDampingLocalContactForce[3], double LocalDeltDisp[3]) |
|
virtual double | CalculateNormalForce (const double indentation) |
|
virtual double | CalculateNormalForce (SphericParticle *const element1, SphericParticle *const element2, const double indentation, double LocalCoordSystem[3][3]) |
|
virtual double | CalculateNormalForce (SphericParticle *const element, Condition *const wall, const double indentation) |
|
| KRATOS_CLASS_POINTER_DEFINITION (DEMDiscontinuumConstitutiveLaw) |
|
| DEMDiscontinuumConstitutiveLaw () |
|
| DEMDiscontinuumConstitutiveLaw (const DEMDiscontinuumConstitutiveLaw &rReferenceDiscontinuumConstitutiveLaw) |
|
virtual void | SetConstitutiveLawInProperties (Properties::Pointer pProp, bool verbose=true) |
|
virtual | ~DEMDiscontinuumConstitutiveLaw () |
|
Flags & | operator= (Flags const &rOther) |
| Assignment operator. More...
|
|
| operator bool () const |
|
Flags | operator~ () const |
|
bool | operator! () const |
|
void | AssignFlags (Flags const &rOther) |
|
void | Set (const Flags ThisFlag) |
|
void | Set (const Flags ThisFlag, bool Value) |
|
void | Reset (const Flags ThisFlag) |
|
void | Flip (const Flags ThisFlag) |
|
void | SetPosition (IndexType Position, bool Value=true) |
|
bool | GetPosition (IndexType Position) const |
|
void | FlipPosition (IndexType Position) |
|
void | ClearPosition (IndexType Position) |
|
void | Clear () |
|
Flags | AsFalse () const |
|
bool | Is (Flags const &rOther) const |
|
bool | IsDefined (Flags const &rOther) const |
|
bool | IsNot (Flags const &rOther) const |
|
bool | IsNotDefined (Flags const &rOther) const |
|
virtual std::string | Info () const |
| Turn back information as a string. More...
|
|
virtual void | PrintInfo (std::ostream &rOStream) const |
| Print information about this object. More...
|
|
virtual void | PrintData (std::ostream &rOStream) const |
| Print object's data. More...
|
|
| KRATOS_CLASS_POINTER_DEFINITION (Flags) |
| Pointer definition of Flags. More...
|
|
const Flags & | operator|= (const Flags &Other) |
|
const Flags & | operator&= (const Flags &Other) |
|
| Flags () |
| Default constructor. More...
|
|
| Flags (Flags const &rOther) |
| Copy constructor. More...
|
|
virtual | ~Flags () |
| Destructor. More...
|
|