|
|
| nec_ground (const nec_ground &in_ground) |
| |
|
void | default_values () |
| |
|
void | parse_gn (int itmp1, int itmp2, nec_float tmp1, nec_float tmp2, nec_float tmp3, nec_float tmp4, nec_float tmp5, nec_float tmp6) |
| |
|
void | setup_cliff (nec_float in_eprs2, nec_float in_sig2, nec_float clt, nec_float cht) |
| |
|
nec_complex | get_zrati2 (nec_float _wavelength) |
| |
|
nec_float | get_relative_dielectric_constant () const |
| | Returns the relative dielectric constant (no units) of the ground medium 1.
|
| |
|
nec_float | get_conductivity () const |
| | Returns the conductivity in Siemens/meter of the ground medium 1.
|
| |
|
int | get_radial_wire_count () const |
| | Returns the number of radial wires in the ground screen approximation. If it's zero then this approximation has not been used.
|
| |
|
nec_float | get_radial_wire_length () const |
| | Returns the length of radial wires used in the ground screen approximation - provided this approximation has been used.
|
| |
|
nec_float | get_radial_wire_radius () const |
| | Returns the radius of radial wires in the ground screen approximation - provided this approximation has been used.
|
| |
|
nec_float | get_radial_wire_length_wavelengths () const |
| | Returns the length of radial wires used in the ground screen approximation - provided this approximation has been used.
|
| |
| nec_float | get_cliff_edge_distance () const |
| | Return cliff edge distance (meters)
|
| |
| nec_float | get_cliff_height () const |
| |
| nec_float | get_relative_dielectric_constant2 () const |
| |
| nec_float | get_conductivity2 () const |
| |
|
nec_float | get_cl (nec_float _wavelength) const |
| | Cliff edge in wavelengths,.
|
| |
|
nec_float | get_ch (nec_float _wavelength) const |
| | Cliff Height in wavelengths.
|
| |
|
nec_complex | get_zrati_sqr () const |
| |
|
bool | type_finite_reflection () |
| |
|
bool | type_perfect () |
| |
|
bool | type_sommerfeld_norton () |
| |
|
bool | is_valid () const |
| |
|
bool | present () const |
| | Return true if a ground is present.
|
| |
|
void | ggrid_interpolate (nec_float x, nec_float y, nec_complex *f1, nec_complex *f2, nec_complex *f3, nec_complex *f4) |
| |
|
void | write_to_file_aux (std::ostream &os, output_helper &oh, int _ifar) |
| |
|
void | output_antenna_environment (nec_output_file &_output) |
| |
|
void | calculate_antenna_environment (c_ground_wave &ground_wave, nec_float freq_mhz) |
| |