AT1exp, a variant of AT1 model with an exponential stiffness interpolation function:
| 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 |
| procedure, public, pass(self) :: D2a => D2aAT1exp | |
| procedure, public, pass(self) :: D2w => D2wAT1exp | |
| procedure, public, pass(self) :: Da => DaAT1exp | |
| procedure, public, pass(self) :: Dw => DwAT1exp | |
| procedure, public, pass(self) :: a => aAT1exp | |
| procedure, public, pass(self) :: setFromOptions => MEF90DefMechAT1exp_setFromOptions | |
| procedure, public, pass(self) :: view => MEF90DefMechAT1exp_View | |
| procedure, public, pass(self) :: view_internal => MEF90DefMechAT_View | |
| procedure, public, pass(self) :: w => wAT1exp |
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 |
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 |
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 |
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 |