![]() |
ORB5
4.00
|
#include "precomp.h"Modules | |
| module | antenna_mod |
| Module for applying external charge and current density perturbations, or electrostatic and magnetic potentials. | |
Functions/Subroutines | |
| subroutine, public | antenna_mod::init_module |
| Initialize module. | |
| subroutine, public | antenna_mod::init_field |
| Initialize antenna's potential. | |
| subroutine, public | antenna_mod::update_field (t) |
| Update antenna's potential to a given time. | |
Variables | |
| type(field_type), public | antenna_mod::phi |
| Antenna's electrostatic potential. | |
| real(kind=r8), dimension(:,:,:), allocatable | antenna_mod::field_t0_bspl |
| Antenna's field at \(t=0\). | |
| real(kind=r8), dimension(:,:,:), allocatable | antenna_mod::field_tquarter_bspl |
| Antenna's field at \(t=\pi/(2\omega_\mathrm{ant})\). | |