Antennas, Modeling, & More

Models and Modeling

December 21, 2008 11:00 am

I first got interested in models and modeling when I was at University. I learned to build them mathematically, to do them by hand, and I learned to build them using a computer. I did a lot of modeling for departments as a way to support myself while at school. Since leaving school, I’ve built systems models, propagation models, antenna models, and many more. What always disturbs me is how little people seem to understand about models and modeling.

Consider a propagation model built into a tool like VOACAP or any other tool that can be used to predict or analyze propagation conditions. Too many people seem to handle them as if they could be expected to make good predictions without thinking critically about the nature of models in general or the specific model in particular. At best, this is unwise, at worst, it can lead to serious consequences.

Models, ANY model, always has a number of assumptions in its construction. In most programs I’ve worked with, the assumptions aren’t stated anywhere. Even when you have access to the source code, you may not be able to piece together all of the assumptions made in building the model. For one thing, models are often constructed without any real regard for internal documentation about algorithms. For another, some people seem to be addicted to tricky programming or complicated ways of doing things.

Some years back as a grad student, I was handed such a model which had been built by other grad students and asked to get it running. I found that it had NEVER run successfully. It filled a whole card box and was written in FORTRAN. What a mess. It took me a while, but I finally got it rewritten and running.

My major point here is that I’ve recently had a conversation which I’ve had over and over again with someone who acted as if a computer model had to give them good answers and that they could simply accept what the computer was providing them without question. That’s never the case.

Whenever you’re working with a computer model, whether it’s to predict radio propagation, antenna patterns, telephone call center performance, or whatever, you have to use the model critically and understand as much as you can about it:

  • Do you know what assumptions were made in building the model? ()
  • What algorithms are used to do the critical computations? (Is this a solid algorithm for what you want to do? There are often more than one way to accomplish any given calculation)
  • What units were used to build the model? (Remember the error in landing the spacecraft on Mars?)

This is just a starting point. You need to ask questions and critically think about the model you’re working with to determine whether the answers you’re getting are sensible. Even if you’re getting sensible answers, that might not prove that the program will continue to provide sensible answers under different conditions.

7 Responses to “Models and Modeling”

Ki wrote a comment on January 13, 2009

I have a question that may not directly related with computer antenna modeling but about calculating efficiencies of short vertical antennas against full sized ones. I was wondering if this would be a proper place to ask such questions.

admin wrote a comment on January 13, 2009

Sure … feel free to ask. I’ll answer the question or see if I can direct you to someone else who can.

Terry

Ki wrote a comment on January 14, 2009

Hi Terry,

I was reading an old article regarding efficiencies of short (loaded) vertical antennas. Here is the scenario (descriptions are approximate):

A center loaded vertical antenna of which the length is 2 meters (7 feet). From the chart shown in the article, its radiation impedence would be 1.5 ohms. If I add a radial (or counterpoise) at the bottom and slope it down to 45 degrees, the feedpoint impedence would be 50 ohms resulting in 1 to 1 SWR (assuming 50 ohms transmission impedence). So… I would think there is a loss corresponding to 48.5 (50 - 1.5) ohms.

The efficieny of this antenna would be only 3% (1.5/50 x 100). At this point, my first question is if the efficieny does not matter whether it is center-loaded or bottom-loaded.

Then another question comes: if I change the slopping angle in such a way that the feedpoing impedence will be less than 50 ohms, the effieiciency of the antenna will go up?

Could I find out if EZ-NEC modeling predicts the result?

admin wrote a comment on January 14, 2009

I’d have to see the article, but certainly an EZNEC model could help you understand the figures. I don’t know where the article came up with it’s numbers, so it’s hard to comment. Remember, that when you’re talking about efficiency of an antenna, you’re talking about the percentage of power that is radiated compared to what’s applied., so all of the analysis should be about power.

In order to analyze your question with a model, you’d have to define the model carefully, reproduce the figures from the article, and then try the experiment. I expect when you do the experiment, you’ll find that the highest efficiency occurs when the SWR is 1:1. It’s hard to go into more detail without seeing the specifics of the article.

As you’re going through a model like this, be very careful about how you define numbers and the units you’re talking about. Mistakes are most often made by being loose with numbers or units.

Ki wrote a comment on January 14, 2009

I will try EZNEC and see what I get.

Based on the article, my (hypothetical) thought is if I add a transformer that converts 1.5 ohms to 50 ohms at the antenna feedpoint (if I can make the antenna impedence to be 1.5 ohms), its efficiency might become 100% - trnasformer loss? (even though I do not know how big this loss might be).
- Ki

admin wrote a comment on January 14, 2009

Not a good bet … you don’t get 100% efficiency by adding more loss into the system. Interesting experiment, but if you do the math, you’ll find your effiiency is worse. This is somewhat like a perpetual motion machine. You take an inefficient radiator, add something, and wind up with perfect efficiency. It won’t work.

There is a good discussion of Radiation Efficiency in Chapter 8 of the ARRL Antenna Handbook. To increase efficiency, we need to increase the power radiated relative to the power provided. We can do this by decreasing the loss resistance (which adding the transformer doesn’t do) without changing the current in the antenna. The transformer won’t do that, it will only decrease the overall efficiency of the system.

AA0HP wrote a comment on May 28, 2009

Sometimes efficiency takes a back seat to simply getting “enough” radiation to be useful. Might check out the Strange Antenna Challenge. (http://www.n0ew.org/k0s/)

Care to comment?