![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cntrlr_iter (kon_ini, kgrid, voltpf) |
subroutine | congap (ngap, Dgap, Dgap_ref, dt, time, |
subroutine | congap_k (ngap, Dgap, Dgap_ref, dt, time, |
subroutine | congap_m (ngap, Dgap, Dgap_ref, dt, time, |
subroutine | convert (dt, time, n_pf, Vz_cc, voltpf) |
subroutine | convert_m (dt, time, n_pf, Vz_cc, voltpf) |
subroutine | get_rzcp (Rcp, Zcp, ngap) |
subroutine | get_rzcp_k (Rcp, Zcp, ngap) |
subroutine | get_shape (R_cc, Z_cc, R_ax, Z_ax, platok) |
subroutine | get_pfc (currpf, npf) |
subroutine | volt_lim (voltpf, npf) |
subroutine | wrd_cp (i_en, ngap, npf) |
subroutine | get_conp (R_ref, Z_ref, tok_ref, Dgap_ref, currpf_ref) |
subroutine | put_conp (R_ref, Z_ref, tok_ref, Dgap_ref, currpf_ref) |
subroutine | put_key_con (k) |
subroutine cntrlr_iter | ( | kon_ini, | |
kgrid, | |||
dimension(*) | voltpf | ||
) |
subroutine congap | ( | ngap, | |
dimension(*) | Dgap, | ||
dimension(*) | Dgap_ref, | ||
dt, | |||
time | |||
) |
Definition at line 154 of file controller.f.
subroutine congap_k | ( | ngap, | |
dimension(*) | Dgap, | ||
dimension(*) | Dgap_ref, | ||
dt, | |||
time | |||
) |
Definition at line 248 of file controller.f.
subroutine congap_m | ( | ngap, | |
dimension(*) | Dgap, | ||
dimension(*) | Dgap_ref, | ||
dt, | |||
time | |||
) |
subroutine convert | ( | dt, | |
time, | |||
n_pf, | |||
Vz_cc, | |||
dimension(*) | voltpf | ||
) |
Definition at line 500 of file controller.f.
subroutine convert_m | ( | dt, | |
time, | |||
n_pf, | |||
Vz_cc, | |||
dimension(*) | voltpf | ||
) |
subroutine get_conp | ( | R_ref, | |
Z_ref, | |||
tok_ref, | |||
dimension(*) | Dgap_ref, | ||
dimension(*) | currpf_ref | ||
) |
Definition at line 1014 of file controller.f.
subroutine get_pfc | ( | dimension(*) | currpf, |
npf | |||
) |
subroutine get_rzcp | ( | dimension(*) | Rcp, |
dimension(*) | Zcp, | ||
ngap | |||
) |
subroutine get_rzcp_k | ( | dimension(*) | Rcp, |
dimension(*) | Zcp, | ||
ngap | |||
) |
Definition at line 875 of file controller.f.
subroutine get_shape | ( | R_cc, | |
Z_cc, | |||
R_ax, | |||
Z_ax, | |||
platok | |||
) |
subroutine put_conp | ( | R_ref, | |
Z_ref, | |||
tok_ref, | |||
dimension(*) | Dgap_ref, | ||
dimension(*) | currpf_ref | ||
) |
Definition at line 1037 of file controller.f.
subroutine put_key_con | ( | integer | k | ) |
subroutine volt_lim | ( | dimension(npfc0) | voltpf, |
npf | |||
) |
subroutine wrd_cp | ( | i_en, | |
ngap, | |||
npf | |||
) |