www.mooseframework.org
PowerLawCreepExceptionTest.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
15 
16 template <>
18 
20 {
21 public:
22  PowerLawCreepExceptionTest(const InputParameters & parameters);
23 
24  static InputParameters validParams();
25 
26 protected:
27  virtual Real computeResidual(const Real effective_trial_stress, const Real scalar) override;
28  virtual Real computeDerivative(const Real effective_trial_stress, const Real scalar) override;
29 };
PowerLawCreepExceptionTest::computeResidual
virtual Real computeResidual(const Real effective_trial_stress, const Real scalar) override
Compute the residual for a predicted value of the scalar.
Definition: PowerLawCreepExceptionTest.C:34
PowerLawCreepStressUpdate
This class uses the stress update material in a radial return isotropic creep model.
Definition: PowerLawCreepStressUpdate.h:29
PowerLawCreepExceptionTest
Definition: PowerLawCreepExceptionTest.h:19
PowerLawCreepExceptionTest::computeDerivative
virtual Real computeDerivative(const Real effective_trial_stress, const Real scalar) override
Compute the derivative of the residual as a function of the scalar variable.
Definition: PowerLawCreepExceptionTest.C:44
PowerLawCreepStressUpdate.h
PowerLawCreepExceptionTest::PowerLawCreepExceptionTest
PowerLawCreepExceptionTest(const InputParameters &parameters)
Definition: PowerLawCreepExceptionTest.C:28
validParams< PowerLawCreepExceptionTest >
InputParameters validParams< PowerLawCreepExceptionTest >()
PowerLawCreepExceptionTest::validParams
static InputParameters validParams()
Definition: PowerLawCreepExceptionTest.C:19