https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PlasticTruss.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 "LinearElasticTruss.h"
13
15{
16public:
18
20
21protected:
22 virtual void computeQpStrain();
23 virtual void computeQpStress();
24 virtual void initQpStatefulProperties();
25
26 virtual Real computeHardeningValue(Real scalar);
27 virtual Real computeHardeningDerivative(Real scalar);
28
29 // yield stress and hardening property input
33
37
42
45
47 const unsigned int _max_its;
48};
const InputParameters & parameters() const
const MaterialProperty< Real > & _total_stretch_old
const Real _hardening_constant
const MaterialProperty< Real > & _hardening_variable_old
virtual void initQpStatefulProperties()
MaterialProperty< Real > & _hardening_variable
const Function *const _hardening_function
Real _absolute_tolerance
convergence tolerance
const MaterialProperty< Real > & _stress_old
virtual void computeQpStress()
static InputParameters validParams()
const MaterialProperty< Real > & _plastic_strain_old
virtual void computeQpStrain()
Real _relative_tolerance
virtual Real computeHardeningDerivative(Real scalar)
MaterialProperty< Real > & _plastic_strain
const unsigned int _max_its
maximum no. of iterations
virtual Real computeHardeningValue(Real scalar)