https://mooseframework.inl.gov
TensileStressUpdate_PartiallyImplemented.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 
12 #include "TensileStressUpdate.h"
13 
22 {
23 public:
25 
27 
28 protected:
29  virtual void consistentTangentOperatorV(const RankTwoTensor & stress_trial,
30  const std::vector<Real> & trial_stress_params,
31  const RankTwoTensor & stress,
32  const std::vector<Real> & stress_params,
33  Real gaE,
34  const yieldAndFlow & smoothed_q,
35  const RankFourTensor & Eijkl,
36  bool compute_full_tangent_operator,
37  const std::vector<std::vector<Real>> & dvar_dtrial,
38  RankFourTensor & cto) override;
39 };
const InputParameters & parameters() const
Struct designed to hold info about a single yield function and its derivatives, as well as the flow d...
TensileStressUpdate implements rate-independent associative tensile failure ("Rankine" plasticity) wi...
Just like TensileStressUpdate, but uses the base class, MultiParameterPlasticityStressUpdate::consist...
TensileStressUpdate_PartiallyImplemented(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void consistentTangentOperatorV(const RankTwoTensor &stress_trial, const std::vector< Real > &trial_stress_params, const RankTwoTensor &stress, const std::vector< Real > &stress_params, Real gaE, const yieldAndFlow &smoothed_q, const RankFourTensor &Eijkl, bool compute_full_tangent_operator, const std::vector< std::vector< Real >> &dvar_dtrial, RankFourTensor &cto) override
Calculates the consistent tangent operator.