Robert Koslover
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
18 nov. 2013, 22:53 UTC−5
I don't know much about Richards-Wolf diffraction theory, but I found this reference
[
optics.nuigalway.ie/people/orodriguez/research.html ] from which it seems to be similar to the Stratton-Chu aperture-integral method for computing the radiating near-fields of an aperture antenna. So I have two responses to your question:
1. You can certainly implement a way to compute radiating near-fields based on near-field aperture integration methods, using Comsol's FE-computed aperture fields. (I've done this myself, for some local-illumination or focused antenna problems.) You'll have to set up the complex-vector aperture-field integrals yourself. (Note: Comsol provides a far-field aperture integration routine, but not a near-field one.) Hint: possibly the most important tool you'll need in setting up your near-field expressions is the "dest" operator, which allows you to create certain very important expressions like (for example): sqrt((dest(x)-x)^2+(dest(y)-y)^2+(dest(z)-z)^2), which is useful as the distance from an aperture point to an evaluation point.
2. Comsol Multiphysics is finite-element based and solves Maxwell's equations in differential form. If including both the aperture and the focal region (and all the relevant space between them) within your meshed computation space doesn't consume more memory than you have, you'll be better off (i.e., more accurate) doing the whole problem brute-force within the FE-computation volume, without resorting to creating your own near-field aperture integration expressions.
I don't know much about Richards-Wolf diffraction theory, but I found this reference
[http://optics.nuigalway.ie/people/orodriguez/research.html ] from which it seems to be similar to the Stratton-Chu aperture-integral method for computing the radiating near-fields of an aperture antenna. So I have two responses to your question:
1. You can certainly implement a way to compute radiating near-fields based on near-field aperture integration methods, using Comsol's FE-computed aperture fields. (I've done this myself, for some local-illumination or focused antenna problems.) You'll have to set up the complex-vector aperture-field integrals yourself. (Note: Comsol provides a far-field aperture integration routine, but not a near-field one.) Hint: possibly the most important tool you'll need in setting up your near-field expressions is the "dest" operator, which allows you to create certain very important expressions like (for example): sqrt((dest(x)-x)^2+(dest(y)-y)^2+(dest(z)-z)^2), which is useful as the distance from an aperture point to an evaluation point.
2. Comsol Multiphysics is finite-element based and solves Maxwell's equations in differential form. If including both the aperture and the focal region (and all the relevant space between them) within your meshed computation space doesn't consume more memory than you have, you'll be better off (i.e., more accurate) doing the whole problem brute-force within the FE-computation volume, without resorting to creating your own near-field aperture integration expressions.