Skip to content
Snippets Groups Projects
Commit 93912eb2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

up

parent 4857d9a1
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
Run (button at the bottom of the left panel) Run (button at the bottom of the left panel)
------------------------------------------------------------------- */ ------------------------------------------------------------------- */
/* In this first tutorial we consider the solution of electric fields given a /* In this first tutorial we consider the calculation of the electric field
static distribution of electric potentials. This corresponds to a so-called given a static distribution of electric potential. This corresponds to an
"electrostatic" physical model, obtained by combining the time-invariant "electrostatic" physical model, obtained by combining the time-invariant
Maxwell-Ampere equation (Curl e = 0, with e the electric field) with Gauss' Maxwell-Ampere equation (Curl e = 0, with e the electric field) with Gauss'
law (Div d = rho, with d the displacement field and rho the charge density) law (Div d = rho, with d the displacement field and rho the charge density)
...@@ -31,10 +31,12 @@ ...@@ -31,10 +31,12 @@
We consider here the special case where rho = 0, to model a conducting We consider here the special case where rho = 0, to model a conducting
microstrip line on top of a dielectric substrate. A Dirichlet boundary microstrip line on top of a dielectric substrate. A Dirichlet boundary
condition sets the potential to 1 mV on the boundary of the line (called condition sets the potential to 1 mV on the boundary of the microstrip line
"Electrode" below) and 0 V on the ground. A homogeneous Neumann boundary (called "Electrode" below) and 0 V on the ground. A homogeneous Neumann
condition (zero flux of the displacement field, i.e. n.d = 0) is imposed on a boundary condition (zero flux of the displacement field, i.e. n.d = 0) is
surface truncating the modelling domain. */ imposed on the left boundary of the domain to account for the symmetry of the
problem, as well as on the top and right boundaries that truncate the
modelling domain. */
Group { Group {
/* One starts by giving explicit meaningful names to the Physical regions /* One starts by giving explicit meaningful names to the Physical regions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment