RMPCDMD
Private Member Functions | Private Attributes | List of all members
particle_system_io::thermo_t Type Reference

Private Member Functions

procedure init => thermo_init
 
procedure append => thermo_append
 

Private Attributes

integer n_buffer
 
integer idx
 
double precision, dimension(:), allocatable temperature
 
double precision, dimension(:), allocatable potential_energy
 
double precision, dimension(:), allocatable kinetic_energy
 
double precision, dimension(:), allocatable internal_energy
 
double precision, dimension(:,:), allocatable center_of_mass_velocity
 

Detailed Description

Definition at line 25 of file particle_system_io.f90.

Member Function/Subroutine Documentation

◆ append()

procedure particle_system_io::thermo_t::append ( )
private

Definition at line 35 of file particle_system_io.f90.

◆ init()

procedure particle_system_io::thermo_t::init ( )
private

Definition at line 34 of file particle_system_io.f90.

Member Data Documentation

◆ center_of_mass_velocity

double precision, dimension(:,:), allocatable particle_system_io::thermo_t::center_of_mass_velocity
private

Definition at line 32 of file particle_system_io.f90.

◆ idx

integer particle_system_io::thermo_t::idx
private

Definition at line 27 of file particle_system_io.f90.

◆ internal_energy

double precision, dimension(:), allocatable particle_system_io::thermo_t::internal_energy
private

Definition at line 31 of file particle_system_io.f90.

◆ kinetic_energy

double precision, dimension(:), allocatable particle_system_io::thermo_t::kinetic_energy
private

Definition at line 30 of file particle_system_io.f90.

◆ n_buffer

integer particle_system_io::thermo_t::n_buffer
private

Definition at line 26 of file particle_system_io.f90.

◆ potential_energy

double precision, dimension(:), allocatable particle_system_io::thermo_t::potential_energy
private

Definition at line 29 of file particle_system_io.f90.

◆ temperature

double precision, dimension(:), allocatable particle_system_io::thermo_t::temperature
private

Definition at line 28 of file particle_system_io.f90.


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