| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(settings_t), | private, | pointer | :: | settings | |||
| type(resistivity_t), | public | :: | resistivity | ||||
| type(gravity_t), | public | :: | gravity | ||||
| type(hall_t), | public | :: | hall | ||||
| type(conduction_t), | public | :: | conduction | ||||
| type(heatloss_t), | public | :: | heatloss |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(physics_t), | intent(inout) | :: | this | |||
| procedure(real(dp)) | :: | eta_func | ||||
| procedure(real(dp)), | optional | :: | detadT_func | |||
| procedure(real(dp)), | optional | :: | detadr_func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(physics_t), | intent(inout) | :: | this | |||
| procedure(real(dp)) | :: | g0_func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(physics_t), | intent(inout) | :: | this | |||
| procedure(real(dp)) | :: | tcpara_func | ||||
| procedure(real(dp)), | optional | :: | dtcparadT_func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(physics_t), | intent(inout) | :: | this | |||
| procedure(real(dp)) | :: | tcperp_func | ||||
| procedure(real(dp)), | optional | :: | dtcperpdT_func | |||
| procedure(real(dp)), | optional | :: | dtcperpdrho_func | |||
| procedure(real(dp)), | optional | :: | dtcperpdB2_func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(physics_t), | intent(inout) | :: | this | |||
| procedure(real(dp)) | :: | lambdaT_func | ||||
| procedure(real(dp)), | optional | :: | dlambdadT_func |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(physics_t), | intent(inout) | :: | this | |||
| procedure(real(dp)) | :: | H_func | ||||
| procedure(real(dp)), | optional | :: | dHdT_func | |||
| procedure(real(dp)), | optional | :: | dHdrho_func |