![]() |
ORB5
v4.9.4
|
#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. More... | |
subroutine, public | antenna_mod::init_field |
Initialize antenna's potential. More... | |
subroutine, public | antenna_mod::update_field (t) |
Update antenna's potential to a given time. More... | |
Variables | |
type(field_type), public | antenna_mod::phi |
Antenna's electrostatic potential. More... | |
real, dimension(:,:,:), allocatable | antenna_mod::field_t0_bspl |
Antenna's field at \(t=0\). More... | |
real, dimension(:,:,:), allocatable | antenna_mod::field_tquarter_bspl |
Antenna's field at \(t=\pi/(2\omega_\mathrm{ant})\). More... | |