CVEL Webhead

HOW TO DOWNLOAD EMAP5  

The source code and sample input files are stored in the following zip file, EMAP5.zip.

When the file is unzipped, a new directory "emap5.1.1" will be created.

HOW TO COMPILE AND RUN EMAP5

EMAP5 is written in ANSI C. Thus, it can be compiled on many kinds of computers. To compile the codes, you need to run the following commands:

$    cc -o sift5 sift5.c -lm
$    cc -o emap5 emap5.c -lm
$    cc -o far far.c -lm

On some workstations, you may need to use -Aa option.
sift5 is the input file translator. emap5 is the FEM/MoM field solver. far is the far field calculator.

On Unix systems, the GNU C compiler(gcc) is highly recommended.