SDA (SDA flex)  7.2
Simulation of Diffusional Association
Data Types | Functions/Subroutines
mod_type_calc Module Reference

Define the type of calculation, and "false parralel" option. More...

Data Types

type  type_calculation
 Define an enumeration for the type of the calculation and parameters for the false parralel options. More...
 

Functions/Subroutines

character(15) function get_string (this)
 Get the string format of the type_calculation. More...
 
integer function get_type_enum (this)
 Get the integer value from the type_calculation. More...
 

Variables

integer, parameter sda_2proteins = 1
 enumeration for the type of the calculation More...
 
integer, parameter sdamm = 2
 
integer, parameter sda_koff =3
 
integer, parameter sda_energy = 4
 
integer, parameter sda_pmf = 5
 

Detailed Description

Define the type of calculation, and "false parralel" option.

Function/Subroutine Documentation

◆ get_string()

character(15) function mod_type_calc::get_string ( type ( type_calculation this)

Get the string format of the type_calculation.

Parameters
this: instance of type_calculation
Returns
string : string format ( "sda_2proteins" / "sdamm" )
Here is the caller graph for this function:

◆ get_type_enum()

integer function mod_type_calc::get_type_enum ( type ( type_calculation this)

Get the integer value from the type_calculation.

Parameters
this: instance of type_calculation
Returns
enum_calc : integer value of the enumeration
Here is the caller graph for this function:

Variable Documentation

◆ sda_2proteins

integer, parameter mod_type_calc::sda_2proteins = 1

enumeration for the type of the calculation

◆ sda_energy

integer, parameter mod_type_calc::sda_energy = 4

◆ sda_koff

integer, parameter mod_type_calc::sda_koff =3

◆ sda_pmf

integer, parameter mod_type_calc::sda_pmf = 5

◆ sdamm

integer, parameter mod_type_calc::sdamm = 2
Imprint/Privacy