AT1exp, a variant of AT1 model with an exponential stiffness interpolation function:
$a_b(s) = 1 + (e^{-bs} - 1) / (1 - e^-b)$ if $b /= 0$ $a_0(s) = 1-s$
$a$ is convex if $b > 1$ and $a_b'(0) = -b / (1-e^{-b}) < -2$ if $b < 3/2$
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=C_INT32_T), | public | :: | aOrder | = | -1 | ||
| real(kind=C_DOUBLE), | public | :: | b | = | 1.0_kr | ||
| integer(kind=C_INT32_T), | public | :: | comm | ||||
| real(kind=C_DOUBLE), | public | :: | cw | = | -1.0_Kr | ||
| real(kind=C_DOUBLE), | public | :: | fractureToughness | = | 0.0_Kr | ||
| real(kind=C_DOUBLE), | public | :: | internalLength | = | -1.0_Kr | ||
| logical(kind=C_BOOL), | public | :: | isElastic | = | PETSC_FALSE | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | name | = | "NULL" | ||
| character(kind=c_char, len=MEF90MXSTRLEN), | public | :: | prefix | ||||
| real(kind=C_DOUBLE), | public | :: | residualStiffness | = | 0.0_Kr | ||
| class(mef90Mat), | public, | allocatable | :: | toughnessAnisotropyMatrix | |||
| character(len=MEF90MXSTRLEN), | public | :: | type | = | '' | ||
| integer(kind=C_INT32_T), | public | :: | wOrder | = | -1 |
D2aAT1exp: the second derivative of the "a" function of the standard AT1exp model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| real(kind=C_DOUBLE) | :: | alpha |
D2wAT1exp: the second derivative of the "w" function of the standard AT1exp model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| real(kind=C_DOUBLE) | :: | alpha |
DaAT1exp: the derivative of the "a" function of the standard AT1exp model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| real(kind=C_DOUBLE) | :: | alpha |
DwAT1exp: the derivative of the "w" function of the standard AT1exp model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| real(kind=C_DOUBLE) | :: | alpha |
aAT1exp: the "a" function of the standard AT1exp model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| real(kind=C_DOUBLE) | :: | alpha |
MEF90DefMechAT1exp_setFromOptions: initializes a MEF90_DefMechAT1exp_Type from options
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(inout) | :: | self | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90DefMechAT1exp_view: the default viewer for a MEF90_DefMechAT_Type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90DefMechAT_view: the default viewer for a MEF90_DefMechAT_Type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT_Type), | intent(in) | :: | self | |||
| type(tPetscViewer), | intent(in) | :: | viewer | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
wAT1exp: the "w" function of the standard AT1exp model, i.e.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MEF90DefMechAT1exp_Type), | intent(in) | :: | self | |||
| real(kind=C_DOUBLE) | :: | alpha |