Giter Site home page Giter Site logo

redblight / efvie-mom Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 6.0 127.73 MB

Electric field volume integral equation solver, incorporating method of moments and SWG basis functions.

License: GNU General Public License v3.0

C++ 33.19% MATLAB 54.19% Batchfile 0.22% Mathematica 0.14% M 12.23% Objective-C 0.03%
cpp computational-physics electromagnetics method-of-moments integral-equations

efvie-mom's Introduction

EFVIE-MoM

Implemented a method of moment solver to the electric field volume integral equation for electromagnetic scattering, using SWG basis functions.

Unlike my SBR-PO implementation, this is a full wave solution and it makes no simplifying assumptions about the electromagnetic phenomena. As such, this is mathematically and computationally more intensive compared to it. This is also more computationally intensive than surface integral equation solvers, but it makes us able to analyze scattering from non-homogeneous objects.

Here is how computationally intensive this is: when you increase the frequency of the incident wave 2 times, the amount of tetrahedrons in the object model has to increase 2^3 times, and so the MoM matrix grows (2^3)^2 times, which we have to solve in order to get the results. It's very easy to get out of time and memory bounds as the object in analysis gets electrically large.

This is an experimental project and current working version is only in MATLAB.

Current working version resides in the folder "MATLAB\TEST\SW".

See my internship diary (in Turkish) for more information.

Here are some results:

Scattering from a unit sphere:

Tetrahedron Count = 1110
Basis Function Count = 2349
Frequency = 30 MHz
Electrical Size = 0.2λ
Relative Permittivity = 50
Dielectric Loss Tangent = 0.3
Incident Plane Wave Direction = (-1,0,0) (in cartesian)
Incident Plane Wave Magnitude = 1
Incident Plane Wave Polarization = (0,1,1) / sqrt(2) (in cartesian)

Current configuration in the "MATLAB\TEST\SW\Test_SingleFreq_Phi.m" file will generate these results, which then can be displayed on MATLAB, or exported to POSTFEKO.

efvie-mom's People

Contributors

redblight avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

efvie-mom's Issues

Ask for help

The code you wrote is really amazing! It's a pity that I'm just a beginner and can't really understand the code you write. Is the C++ code of your project complete? I really hope you can give me an overview of the operation process of C++ code. I will be very grateful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.