www.mooseframework.org
combined
test
include
materials
ADPowerLawCreepExceptionTest.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
12
#include "
ADPowerLawCreepStressUpdate.h
"
13
14
template
<ComputeStage compute_stage>
15
class
ADPowerLawCreepExceptionTest
;
16
17
declareADValidParams
(
ADPowerLawCreepExceptionTest
);
18
19
template
<ComputeStage compute_stage>
20
class
ADPowerLawCreepExceptionTest
:
public
ADPowerLawCreepStressUpdate
<compute_stage>
21
{
22
public
:
23
ADPowerLawCreepExceptionTest<compute_stage>
(
const
InputParameters & parameters);
24
25
static
InputParameters
validParams
();
26
27
protected
:
28
virtual
ADReal
computeResidual
(
const
ADReal & effective_trial_stress,
29
const
ADReal & scalar)
override
;
30
virtual
ADReal
computeDerivative
(
const
ADReal & effective_trial_stress,
31
const
ADReal & scalar)
override
;
32
33
usingRadialReturnCreepStressUpdateBaseMembers
;
34
};
ADPowerLawCreepExceptionTest::usingRadialReturnCreepStressUpdateBaseMembers
usingRadialReturnCreepStressUpdateBaseMembers
Definition:
ADPowerLawCreepExceptionTest.h:33
ADPowerLawCreepExceptionTest::computeResidual
virtual ADReal computeResidual(const ADReal &effective_trial_stress, const ADReal &scalar) override
Compute the residual for a predicted value of the scalar.
Definition:
ADPowerLawCreepExceptionTest.C:38
ADPowerLawCreepExceptionTest::validParams
static InputParameters validParams()
Definition:
ADPowerLawCreepExceptionTest.C:20
declareADValidParams
declareADValidParams(ADPowerLawCreepExceptionTest)
ADPowerLawCreepStressUpdate
This class uses the stress update material in a radial return isotropic creep model.
Definition:
ADPowerLawCreepStressUpdate.h:15
ADPowerLawCreepExceptionTest::computeDerivative
virtual ADReal computeDerivative(const ADReal &effective_trial_stress, const ADReal &scalar) override
Compute the derivative of the residual as a function of the scalar variable.
Definition:
ADPowerLawCreepExceptionTest.C:51
ADPowerLawCreepExceptionTest
Definition:
ADPowerLawCreepExceptionTest.h:15
ADPowerLawCreepStressUpdate.h
Generated on Sat Jan 25 2020 12:04:35 for www.mooseframework.org by
1.8.16