|
nec2++
1.7.0
|
#include <c_ggrid.h>
Public Member Functions | |
| void | initialize () |
| void | interpolate (nec_float x, nec_float y, nec_complex *f1, nec_complex *f2, nec_complex *f3, nec_complex *f4) |
| interpolate (was intrp) uses bivariate cubic interpolation to obtain the values of 4 functions at the point (x,y). | |
| void | sommerfeld (nec_float epr, nec_float sig, nec_float freq_mhz) |
Public Attributes | |
| nec_complex | m_epscf |
| complex_array | m_ar1 |
| complex_array | m_ar2 |
| complex_array | m_ar3 |
| c_evlcom | m_evlcom |
This class was the old FORTRAN common block 'ggrid'. It now contains the ground grid, and methods to do the Sommerfeld stuff.
| void c_ggrid::sommerfeld | ( | nec_float | epr, |
| nec_float | sig, | ||
| nec_float | freq_mhz | ||
| ) |
was SOMNEC in the original NEC-2 source code
References c_evlcom::evlua().
1.8.8