Afivo 0.3
Loading...
Searching...
No Matches
Public Attributes | List of all members
m_af_surface::surface_t Type Reference

Type for a single surface. More...

Public Attributes

logical in_use
 Whether the surface is active.
 
integer id_in
 Id of box inside dielectric.
 
integer id_out
 Id of box outside dielectric.
 
integer direction
 Which neighbor of the outside box is the dielectric.
 
integer ix_parent
 Index of parent surface.
 
real(dpeps
 Permittivity of dielectric.
 
integer, dimension(ndim-1) offset_parent
 Index of parent surface.
 
real(dp), dimension(ndim-1) dr
 Grid spacing on surface.
 
real(dp), dimension(dtimes(:)), allocatable sd
 Surface densities.
 

Detailed Description

Type for a single surface.

Definition at line 12 of file m_af_surface.f90.

Member Data Documentation

◆ in_use

logical m_af_surface::surface_t::in_use

Whether the surface is active.

Definition at line 13 of file m_af_surface.f90.

◆ id_in

integer m_af_surface::surface_t::id_in

Id of box inside dielectric.

Definition at line 14 of file m_af_surface.f90.

◆ id_out

integer m_af_surface::surface_t::id_out

Id of box outside dielectric.

Definition at line 15 of file m_af_surface.f90.

◆ direction

integer m_af_surface::surface_t::direction

Which neighbor of the outside box is the dielectric.

Definition at line 17 of file m_af_surface.f90.

◆ ix_parent

integer m_af_surface::surface_t::ix_parent

Index of parent surface.

Definition at line 18 of file m_af_surface.f90.

◆ eps

real(dp) m_af_surface::surface_t::eps

Permittivity of dielectric.

Definition at line 19 of file m_af_surface.f90.

◆ offset_parent

integer, dimension(ndim-1) m_af_surface::surface_t::offset_parent

Index of parent surface.

Definition at line 20 of file m_af_surface.f90.

◆ dr

real(dp), dimension(ndim-1) m_af_surface::surface_t::dr

Grid spacing on surface.

Definition at line 21 of file m_af_surface.f90.

◆ sd

real(dp), dimension(dtimes(:)), allocatable m_af_surface::surface_t::sd

Surface densities.

Definition at line 23 of file m_af_surface.f90.