Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Real_Component), | intent(out) | :: | this | |||
| class(Abstract_Periodic_Box), | intent(in), | target | :: | periodic_box | ||
| class(Abstract_Box_Size_Memento), | intent(in) | :: | box_size_memento | |||
| class(Abstract_Component_Coordinates), | intent(in), | target | :: | positions | ||
| class(Abstract_Component_Dipole_Moments), | intent(in), | target | :: | dipole_moments | ||
| class(Abstract_DES_Real_Pair), | intent(in) | :: | real_pair |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Real_Component), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Real_Component), | intent(inout) | :: | this | |||
| class(Abstract_Box_Size_Memento), | intent(in), | target | :: | box_size_memento | ||
| class(Abstract_DES_Real_Pair), | intent(in), | target | :: | real_pair |
\[ \frac{V_\text{s}}{V} \sum_{j} [\text{c}(j, i_\text{exclude})] u \left(\left( \frac{V_\text{s}}{V} \right)^{1/3} \vec{r}_{ij}, \vec{\mu}_i, \vec{\mu}_j \right) \] cf. Abstract_get and Abstract_meet
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_DES_Real_Component), | intent(in) | :: | this | |||
| real(kind=DP), | intent(out) | :: | energy | |||
| type(Concrete_Particle), | intent(in) | :: | particle | |||
| procedure(abstract_visit_condition) | :: | visit_condition | ||||
| integer, | intent(in) | :: | i_exclude |