GBS
equilibrium_input_type_mod Module Reference

Data Types

type  tequilibriuminput
 

Functions/Subroutines

subroutine load_parameters (this, nml_unit)
 Load namelist parameters from a given unit. More...
 
subroutine print_parameters (this)
 Print parameters. More...
 
subroutine store_parameters_hdf5 (this, file_unit, group_name)
 Store all the parameters in the HDF5 file provided. More...
 

Variables

character(len=60), pointer b_type => null()
 
character(len=60), pointer tria_type => null()
 
real(dp), pointer b0sign => null()
 
real(dp), pointer w_smooth => null()
 

Function/Subroutine Documentation

◆ load_parameters()

subroutine equilibrium_input_type_mod::load_parameters ( class(tequilibriuminput), intent(inout), target  this,
integer, intent(in)  nml_unit 
)
private

Load namelist parameters from a given unit.

Parameters
[in]nml_unitUnit from which to read the namelist

◆ print_parameters()

subroutine equilibrium_input_type_mod::print_parameters ( class(tequilibriuminput), intent(inout)  this)
private

Print parameters.

◆ store_parameters_hdf5()

subroutine equilibrium_input_type_mod::store_parameters_hdf5 ( class(tequilibriuminput), intent(in)  this,
integer, intent(in)  file_unit,
character(len=*), intent(in)  group_name 
)
private

Store all the parameters in the HDF5 file provided.

Variable Documentation

◆ b0sign

real(dp), pointer equilibrium_input_type_mod::b0sign => null()
private

◆ b_type

character(len=60), pointer equilibrium_input_type_mod::b_type => null()
private

◆ tria_type

character(len=60), pointer equilibrium_input_type_mod::tria_type => null()
private

◆ w_smooth

real(dp), pointer equilibrium_input_type_mod::w_smooth => null()
private