https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CappedWeakPlaneStressUpdate_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
13
22{
23public:
25
27
28protected:
29 virtual void consistentTangentOperator(const RankTwoTensor & stress_trial,
30 Real p_trial,
31 Real q_trial,
32 const RankTwoTensor & stress,
33 Real p,
34 Real q,
35 Real gaE,
36 const yieldAndFlow & smoothed_q,
37 const RankFourTensor & Eijkl,
38 bool compute_full_tangent_operator,
39 RankFourTensor & cto) const override;
40};
const Real p
Just like CappedWeakPlaneStressUpdate, but uses the base class, TwoParameterPlasticityStressUpdate::c...
virtual void consistentTangentOperator(const RankTwoTensor &stress_trial, Real p_trial, Real q_trial, const RankTwoTensor &stress, Real p, Real q, Real gaE, const yieldAndFlow &smoothed_q, const RankFourTensor &Eijkl, bool compute_full_tangent_operator, RankFourTensor &cto) const override
Calculates the consistent tangent operator.
CappedWeakPlaneStressUpdate performs the return-map algorithm and associated stress updates for plast...
const InputParameters & parameters() const
Struct designed to hold info about a single yield function and its derivatives, as well as the flow d...