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

Data Fields

character(len=default_path_length) eam_file_name = ""
 
integer npoints = 0
 
real(kind=dp) drar = 0.0_dp
 
real(kind=dp) drhoar = 0.0_dp
 
real(kind=dp) acutal = 0.0_dp
 
real(kind=dp), dimension(:), pointer rho => NULL()
 
real(kind=dp), dimension(:), pointer phi => NULL()
 
real(kind=dp), dimension(:), pointer frho => NULL()
 
real(kind=dp), dimension(:), pointer rhoval => NULL()
 
real(kind=dp), dimension(:), pointer rval => NULL()
 
real(kind=dp), dimension(:), pointer rhop => NULL()
 
real(kind=dp), dimension(:), pointer phip => NULL()
 
real(kind=dp), dimension(:), pointer frhop => NULL()
 

Detailed Description

Definition at line 170 of file pair_potential_types.F.

Field Documentation

◆ eam_file_name

character(len=default_path_length) pair_potential_types::eam_pot_type::eam_file_name = ""

Definition at line 171 of file pair_potential_types.F.

◆ npoints

integer pair_potential_types::eam_pot_type::npoints = 0

Definition at line 172 of file pair_potential_types.F.

◆ drar

real(kind=dp) pair_potential_types::eam_pot_type::drar = 0.0_dp

Definition at line 173 of file pair_potential_types.F.

◆ drhoar

real(kind=dp) pair_potential_types::eam_pot_type::drhoar = 0.0_dp

Definition at line 173 of file pair_potential_types.F.

◆ acutal

real(kind=dp) pair_potential_types::eam_pot_type::acutal = 0.0_dp

Definition at line 173 of file pair_potential_types.F.

◆ rho

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::rho => NULL()

Definition at line 174 of file pair_potential_types.F.

◆ phi

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::phi => NULL()

Definition at line 174 of file pair_potential_types.F.

◆ frho

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::frho => NULL()

Definition at line 174 of file pair_potential_types.F.

◆ rhoval

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::rhoval => NULL()

Definition at line 174 of file pair_potential_types.F.

◆ rval

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::rval => NULL()

Definition at line 174 of file pair_potential_types.F.

◆ rhop

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::rhop => NULL()

Definition at line 175 of file pair_potential_types.F.

◆ phip

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::phip => NULL()

Definition at line 175 of file pair_potential_types.F.

◆ frhop

real(kind=dp), dimension(:), pointer pair_potential_types::eam_pot_type::frhop => NULL()

Definition at line 175 of file pair_potential_types.F.


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