| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Field_Expression), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| procedure(Abstract_get), public :: get |
This field is produced by 2 charged plates of opposite charge.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=DP), | private | :: | coulomb | = | 0._DP | ||
| real(kind=DP), | private | :: | size_x | = | 0._DP | ||
| real(kind=DP), | private, | dimension(2) | :: | center_lower | = | 0._DP | |
| real(kind=DP), | private, | dimension(2) | :: | center_upper | = | 0._DP | |
| real(kind=DP), | private | :: | surface_density | = | 0._DP |
| procedure, public :: set => Plates_set | |
| procedure, public :: get => Plates_get |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Constant_Field_Expression), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
Let an infinitely thin plate of charge density \( \sigma \) which is finite in \( \vec{e}_x \) direction but not in \( \vec{e}_y \), cf. modules/environment/field/plate_field.tex. This plate creates an electric field at \( (x, z) \) of expression: \[ \vec{E}(x, z) = \frac{1}{4\pi \epsilon_0} \sigma \vec{b}(x, z) \] where \( \vec{b}(x, z) \) is defined in plate_expression.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Centered_Plates_Expression), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Field_Expression), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | position(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Constant_Field_Expression), | intent(inout) | :: | this | |||
| real(kind=DP), | intent(in) | :: | vector(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Centered_Plates_Expression), | intent(inout) | :: | this | |||
| class(Abstract_Permittivity), | intent(in) | :: | permittivity | |||
| real(kind=DP), | intent(in) | :: | gap | |||
| real(kind=DP), | intent(in) | :: | size_x | |||
| real(kind=DP), | intent(in) | :: | surface_density |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Field_Expression), | intent(inout) | :: | this |