www.mooseframework.org
tensor_mechanics
src
materials
SmearedCrackSofteningBase.C
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
#include "
SmearedCrackSofteningBase.h
"
11
12
#include "MooseMesh.h"
13
14
defineLegacyParams
(
SmearedCrackSofteningBase
);
15
16
InputParameters
17
SmearedCrackSofteningBase::validParams
()
18
{
19
InputParameters params =
Material::validParams
();
20
params.addClassDescription(
"Calculates the softening behavior in a given crack direction. This "
21
"class is intended to be used with ComputeSmearedCrackingStress."
);
22
// These models are to be called by another model, so set compute=false
23
params.set<
bool
>(
"compute"
) =
false
;
24
params.suppressParameter<
bool
>(
"compute"
);
25
return
params;
26
}
27
28
SmearedCrackSofteningBase::SmearedCrackSofteningBase
(
const
InputParameters & parameters)
29
: Material(parameters)
30
{
31
}
SmearedCrackSofteningBase::SmearedCrackSofteningBase
SmearedCrackSofteningBase(const InputParameters ¶meters)
Definition:
SmearedCrackSofteningBase.C:28
SmearedCrackSofteningBase.h
SmearedCrackSofteningBase
SmearedCrackSofteningBase is the base class for a set of models that define the softening behavior of...
Definition:
SmearedCrackSofteningBase.h:28
SmearedCrackSofteningBase::validParams
static InputParameters validParams()
Definition:
SmearedCrackSofteningBase.C:17
validParams
InputParameters validParams()
defineLegacyParams
defineLegacyParams(SmearedCrackSofteningBase)
Generated on Sat Jan 25 2020 12:04:47 for www.mooseframework.org by
1.8.16