Skip to content

Trying to simulate a finite dipole. #54

Discussion options

You must be logged in to vote

Hi, I was yesterday thinking how to plot that current and found easy solution:
- I put 10 current probes along dipole in frequency domain for 1GHz
- after simulation read current from each probe file and plot it in graph

So here is final dipole simulation with current distribution in dipole good new is that that current distribution graph is similar to current density what it should be.

clc
clear all
close all

%% set up the simulation
postprocessing_only = 0;
physical_constants;
f = 1e9;
lambda = c0/f;
unit = 1e-3; % units in mm
dipole_length = lambda / 2 / unit;
dipole_orientation = 3; % 1,2,3: x,y,z
f_start = 500e6;
f_stop = 2000e6;
delta_f = 10e6;
dipole_width = 2e-3;

%%prepare simul…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
13 replies
@LubomirJagos
Comment options

@LubomirJagos
Comment options

@johannDE
Comment options

@LubomirJagos
Comment options

Answer selected by johannDE
@johannDE
Comment options

@LubomirJagos
Comment options

@johannDE
Comment options

Comment options

You must be logged in to vote
1 reply
@johannDE
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants