ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
write_cpo_allocate_deallocate Module Reference

This module contains routines for allocation/deallocation if CPOs used in ETS. More...

Public Member Functions

subroutine allocate_coreprof_cpo (NSLICE, NRHO, NION, COREPROF)
 This routine allocates COREPROF CPO. More...
 
subroutine allocate_coretransp_cpo (NSLICE, NRHO, NION, NIMP, NZIMP, CORETRANSP)
 
subroutine allocate_coresource_cpo (NSLICE, NRHO, NION, NIMP, NZIMP, CORESOURCE)
 
subroutine allocate_compositionc_cpo (NUCL, NNEUT, NTYPE, NCOMP, NION, NIMP, NZIMP, COMPOSITIONC)
 
subroutine allocate_coreimpur_cpo (NSLICE, NRHO, NIMP, NZIMP, COREIMPUR)
 This routine allocates COREIMPUR CPO. More...
 
subroutine allocate_coreneutrals_cpo (NSLICE, NRHO, NATM, NNEUT, NTYPE, NCOMP, CORENEUTRALS)
 
subroutine allocate_equilibrium_cpo (NSLICE, NRHO, EQUILIBRIUM)
 
subroutine allocate_toroidfield_cpo (NSLICE, TOROIDFIELD)
 

Detailed Description

This module contains routines for allocation/deallocation if CPOs used in ETS.

Author
D.Kalupin ,chnage by Irena
Version
"$Id: write_cpo_allocate_deallocate.f90 2086 2019-08-30 11:27:33Z g2jofe $"

Definition at line 9 of file write_cpo_allocate_deallocate.f90.

Member Function/Subroutine Documentation

subroutine write_cpo_allocate_deallocate::allocate_compositionc_cpo ( integer  NUCL,
integer  NNEUT,
integer, dimension(:), allocatable  NTYPE,
integer, dimension(:)  NCOMP,
integer  NION,
integer  NIMP,
integer, dimension(:), allocatable  NZIMP,
type (type_compositionc), pointer  COMPOSITIONC 
)

Definition at line 318 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_coreimpur_cpo ( integer  NSLICE,
integer  NRHO,
integer  NIMP,
integer, dimension(:), allocatable  NZIMP,
type (type_coreimpur), dimension(:), pointer  COREIMPUR 
)

This routine allocates COREIMPUR CPO.

Author
D.Kalupin, I.Ivanova-Stanik
Version
"$Id: write_cpo_allocate_deallocate.f90 2086 2019-08-30 11:27:33Z g2jofe $"

Definition at line 418 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_coreneutrals_cpo ( integer  NSLICE,
integer  NRHO,
integer  NATM,
integer  NNEUT,
integer, dimension(:), allocatable  NTYPE,
integer, dimension(:), allocatable  NCOMP,
type (type_coreneutrals), dimension(:), pointer  CORENEUTRALS 
)

Definition at line 509 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_coreprof_cpo ( integer  NSLICE,
integer  NRHO,
integer  NION,
type (type_coreprof), dimension(:), pointer  COREPROF 
)

This routine allocates COREPROF CPO.

Author
D.Kalupin
Version
"$Id: write_cpo_allocate_deallocate.f90 2086 2019-08-30 11:27:33Z g2jofe $"

Definition at line 34 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_coresource_cpo ( integer  NSLICE,
integer  NRHO,
integer  NION,
integer  NIMP,
integer, dimension(:), allocatable  NZIMP,
type (type_coresource), dimension(:), pointer  CORESOURCE 
)

Definition at line 234 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_coretransp_cpo ( integer  NSLICE,
integer  NRHO,
integer  NION,
integer  NIMP,
integer, dimension(:)  NZIMP,
type (type_coretransp), dimension(:), pointer  CORETRANSP 
)

Definition at line 140 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_equilibrium_cpo ( integer  NSLICE,
integer  NRHO,
type (type_equilibrium), dimension(:), pointer  EQUILIBRIUM 
)

Definition at line 628 of file write_cpo_allocate_deallocate.f90.

subroutine write_cpo_allocate_deallocate::allocate_toroidfield_cpo ( integer  NSLICE,
type (type_toroidfield), dimension(:), pointer  TOROIDFIELD 
)

Definition at line 729 of file write_cpo_allocate_deallocate.f90.


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