![]() |
ORB5
v4.9.4
|
Module for applying external charge and current density perturbations, or electrostatic and magnetic potentials. More...
Functions/Subroutines | |
| subroutine, public | init_module |
| Initialize module. More... | |
| subroutine, public | init_field |
| Initialize antenna's potential. More... | |
| subroutine, public | update_field (t) |
| Update antenna's potential to a given time. More... | |
Variables | |
| type(field_type), public | phi |
| Antenna's electrostatic potential. More... | |
| real, dimension(:,:,:), allocatable | field_t0_bspl |
| Antenna's field at \(t=0\). More... | |
| real, dimension(:,:,:), allocatable | field_tquarter_bspl |
| Antenna's field at \(t=\pi/(2\omega_\mathrm{ant})\). More... | |
Module for applying external charge and current density perturbations, or electrostatic and magnetic potentials.
| subroutine, public antenna_mod::init_field |
Initialize antenna's potential.
0. Allocate temporary field
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public antenna_mod::init_module |
Initialize module.
Here is the call graph for this function:
Here is the caller graph for this function:| subroutine, public antenna_mod::update_field | ( | real, intent(in) | t | ) |
|
private |
Antenna's field at \(t=0\).
|
private |
Antenna's field at \(t=\pi/(2\omega_\mathrm{ant})\).
| type(field_type), public antenna_mod::phi |
Antenna's electrostatic potential.