Lennard-Jones interaction between two systems of particles.
More...
Lennard-Jones interaction between two systems of particles.
Definition at line 133 of file lennard_jones.F90.
|
real(real64), public | lj_epsilon |
|
real(real64), public | lj_sigma |
|
integer, public | partner_np = 0 |
| number of particles in the partner system More...
|
|
real(real64), dimension(:,:), allocatable, public | partner_pos |
| array storing a copy of the positions of the partner particles More...
|
|
real(real64), dimension(:,:), allocatable, public | force |
|
|
real(real64), dimension(:,:), pointer | system_pos => NULL() |
| pointer to array storing the positions of the particles More...
|
|
◆ init()
procedure lennard_jones_oct_m::lennard_jones_t::init |
|
private |
◆ calculate()
procedure lennard_jones_oct_m::lennard_jones_t::calculate |
|
private |
◆ calculate_energy()
procedure lennard_jones_oct_m::lennard_jones_t::calculate_energy |
|
private |
◆ lennard_jones_finalize()
final lennard_jones_oct_m::lennard_jones_t::lennard_jones_finalize |
|
finalprivate |
◆ lennard_jones_constructor()
◆ system_pos
real(real64), dimension(:,:), pointer lennard_jones_oct_m::lennard_jones_t::system_pos => NULL() |
|
private |
pointer to array storing the positions of the particles
Definition at line 135 of file lennard_jones.F90.
◆ lj_epsilon
real(real64), public lennard_jones_oct_m::lennard_jones_t::lj_epsilon |
◆ lj_sigma
real(real64), public lennard_jones_oct_m::lennard_jones_t::lj_sigma |
◆ partner_np
integer, public lennard_jones_oct_m::lennard_jones_t::partner_np = 0 |
◆ partner_pos
real(real64), dimension(:,:), allocatable, public lennard_jones_oct_m::lennard_jones_t::partner_pos |
array storing a copy of the positions of the partner particles
Definition at line 140 of file lennard_jones.F90.
The documentation for this interface was generated from the following file: