https://mooseframework.inl.gov
AbruptSoftening.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
13 
14 // Forward declaration
15 
22 {
23 public:
25 
27 
28  virtual void computeCrackingRelease(Real & stress,
29  Real & stiffness_ratio,
30  const Real strain,
31  const Real crack_initiation_strain,
32  const Real crack_max_strain,
33  const Real cracking_stress,
34  const Real youngs_modulus) override;
35 
36 protected:
39 };
AbruptSoftening is a smeared crack softening model that abruptly drops the stress upon crack initiati...
AbruptSoftening(const InputParameters &parameters)
const Real & _residual_stress
Residual stress after full softening.
virtual void computeCrackingRelease(Real &stress, Real &stiffness_ratio, const Real strain, const Real crack_initiation_strain, const Real crack_max_strain, const Real cracking_stress, const Real youngs_modulus) override
Compute the effect of the cracking release model on the stress and stiffness in the direction of a si...
SmearedCrackSofteningBase is the base class for a set of models that define the softening behavior of...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const InputParameters & parameters() const