(git:c5411e0)
Loading...
Searching...
No Matches
pair_potential_types::gal_pot_type Type Reference

Data Fields

character(len=2) met1 = ""
 
character(len=2) met2 = ""
 
real(kind=dp) epsilon = 0.0_dp
 
real(kind=dp) bxy = 0.0_dp
 
real(kind=dp) bz = 0.0_dp
 
real(kind=dp) r1 = 0.0_dp
 
real(kind=dp) r2 = 0.0_dp
 
real(kind=dp) a1 = 0.0_dp
 
real(kind=dp) a2 = 0.0_dp
 
real(kind=dp) a3 = 0.0_dp
 
real(kind=dp) a4 = 0.0_dp
 
real(kind=dp) a = 0.0_dp
 
real(kind=dp) b = 0.0_dp
 
real(kind=dp) c = 0.0_dp
 
real(kind=dp), dimension(:), pointer gcn => NULL()
 
real(kind=dp), dimension(:, :), allocatable n_vectors
 
real(kind=dp) rcutsq = 0.0_dp
 
logical express = .FALSE.
 

Detailed Description

Definition at line 282 of file pair_potential_types.F.

Field Documentation

◆ met1

character(len=2) pair_potential_types::gal_pot_type::met1 = ""

Definition at line 283 of file pair_potential_types.F.

◆ met2

character(len=2) pair_potential_types::gal_pot_type::met2 = ""

Definition at line 284 of file pair_potential_types.F.

◆ epsilon

real(kind=dp) pair_potential_types::gal_pot_type::epsilon = 0.0_dp

Definition at line 285 of file pair_potential_types.F.

◆ bxy

real(kind=dp) pair_potential_types::gal_pot_type::bxy = 0.0_dp

Definition at line 286 of file pair_potential_types.F.

◆ bz

real(kind=dp) pair_potential_types::gal_pot_type::bz = 0.0_dp

Definition at line 287 of file pair_potential_types.F.

◆ r1

real(kind=dp) pair_potential_types::gal_pot_type::r1 = 0.0_dp

Definition at line 288 of file pair_potential_types.F.

◆ r2

real(kind=dp) pair_potential_types::gal_pot_type::r2 = 0.0_dp

Definition at line 289 of file pair_potential_types.F.

◆ a1

real(kind=dp) pair_potential_types::gal_pot_type::a1 = 0.0_dp

Definition at line 290 of file pair_potential_types.F.

◆ a2

real(kind=dp) pair_potential_types::gal_pot_type::a2 = 0.0_dp

Definition at line 291 of file pair_potential_types.F.

◆ a3

real(kind=dp) pair_potential_types::gal_pot_type::a3 = 0.0_dp

Definition at line 292 of file pair_potential_types.F.

◆ a4

real(kind=dp) pair_potential_types::gal_pot_type::a4 = 0.0_dp

Definition at line 293 of file pair_potential_types.F.

◆ a

real(kind=dp) pair_potential_types::gal_pot_type::a = 0.0_dp

Definition at line 294 of file pair_potential_types.F.

◆ b

real(kind=dp) pair_potential_types::gal_pot_type::b = 0.0_dp

Definition at line 295 of file pair_potential_types.F.

◆ c

real(kind=dp) pair_potential_types::gal_pot_type::c = 0.0_dp

Definition at line 296 of file pair_potential_types.F.

◆ gcn

real(kind=dp), dimension(:), pointer pair_potential_types::gal_pot_type::gcn => NULL()

Definition at line 297 of file pair_potential_types.F.

◆ n_vectors

real(kind=dp), dimension(:, :), allocatable pair_potential_types::gal_pot_type::n_vectors

Definition at line 298 of file pair_potential_types.F.

◆ rcutsq

real(kind=dp) pair_potential_types::gal_pot_type::rcutsq = 0.0_dp

Definition at line 299 of file pair_potential_types.F.

◆ express

logical pair_potential_types::gal_pot_type::express = .FALSE.

Definition at line 300 of file pair_potential_types.F.


The documentation for this type was generated from the following file: