linear medium for classical electrodynamics
More...
linear medium for classical electrodynamics
Definition at line 165 of file linear_medium.F90.
|
type(iteration_counter_t), public | iteration |
|
class(algorithm_t), pointer, public | algo => null() |
|
integer, dimension(:), allocatable, public | supported_interactions |
|
type(interaction_list_t), public | interactions |
| List with all the interactions of this system. More...
|
|
type(mpi_grp_t), public | grp |
| mpi group for this system More...
|
|
real(real64), public | kinetic_energy |
| Energy not from interactions, like the kinetic energy. More...
|
|
real(real64), public | potential_energy |
| Energy from the interactions with external systems. More...
|
|
real(real64), public | internal_energy |
| Energy from the interactions with itself and for containers the kinetic energy of its constituents. More...
|
|
real(real64), public | total_energy |
| Sum of internal, external, and self energy. More...
|
|
type(namespace_t), public | namespace |
|
integer, dimension(:), allocatable, public | supported_interactions_as_partner |
| list of interactions, which support this interaction_partner_t as partner More...
|
|
type(quantity_t), dimension(max_quantities), public | quantities |
| Array of all possible quantities. The elements of the array are accessed using the quantity`s identifiers. More...
|
|
◆ init_interaction()
procedure linear_medium_oct_m::linear_medium_t::init_interaction |
|
private |
◆ init_interaction_as_partner()
procedure linear_medium_oct_m::linear_medium_t::init_interaction_as_partner |
|
private |
◆ initial_conditions()
procedure linear_medium_oct_m::linear_medium_t::initial_conditions |
|
private |
◆ do_algorithmic_operation()
procedure linear_medium_oct_m::linear_medium_t::do_algorithmic_operation |
|
private |
◆ is_tolerance_reached()
procedure linear_medium_oct_m::linear_medium_t::is_tolerance_reached |
|
private |
◆ copy_quantities_to_interaction()
procedure linear_medium_oct_m::linear_medium_t::copy_quantities_to_interaction |
|
private |
◆ restart_write_data()
procedure linear_medium_oct_m::linear_medium_t::restart_write_data |
|
private |
◆ restart_read_data()
procedure linear_medium_oct_m::linear_medium_t::restart_read_data |
|
private |
◆ update_kinetic_energy()
procedure linear_medium_oct_m::linear_medium_t::update_kinetic_energy |
|
private |
◆ linear_medium_finalize()
final linear_medium_oct_m::linear_medium_t::linear_medium_finalize |
|
finalprivate |
◆ space
type(space_t) linear_medium_oct_m::linear_medium_t::space |
|
private |
◆ ep_factor
real(real64) linear_medium_oct_m::linear_medium_t::ep_factor |
|
private |
◆ mu_factor
real(real64) linear_medium_oct_m::linear_medium_t::mu_factor |
|
private |
◆ sigma_e_factor
real(real64) linear_medium_oct_m::linear_medium_t::sigma_e_factor |
|
private |
electric conductivity before applying edge profile
Definition at line 169 of file linear_medium.F90.
◆ sigma_m_factor
real(real64) linear_medium_oct_m::linear_medium_t::sigma_m_factor |
|
private |
magnetic conductivity before applying edge4 profile
Definition at line 170 of file linear_medium.F90.
◆ edge_profile
integer linear_medium_oct_m::linear_medium_t::edge_profile |
|
private |
◆ outp
type(output_t) linear_medium_oct_m::linear_medium_t::outp |
|
private |
◆ gr
type(grid_t) linear_medium_oct_m::linear_medium_t::gr |
|
private |
◆ mc
type(multicomm_t) linear_medium_oct_m::linear_medium_t::mc |
|
private |
◆ medium_box
The documentation for this interface was generated from the following file: