![]() |
(git:87fe8d4)
|
Methods dealing with helium_solvent_type. More...
Functions/Subroutines | |
| subroutine, public | helium_create (helium_env, input, solute) |
| Data-structure that holds all needed information about (superfluid) helium solvent. | |
| subroutine, public | helium_release (helium_env) |
| Releases helium_solvent_type. | |
| subroutine, public | helium_init (helium_env, pint_env) |
| Initialize helium data structures. | |
Methods dealing with helium_solvent_type.
| subroutine, public helium_methods::helium_create | ( | type(helium_solvent_p_type), dimension(:), pointer | helium_env, |
| type(section_vals_type), pointer | input, | ||
| type(pint_env_type), intent(in), optional | solute | ||
| ) |
Data-structure that holds all needed information about (superfluid) helium solvent.
| helium_env | ... |
| input | ... |
| solute | ... |
Definition at line 112 of file helium_methods.F.
| subroutine, public helium_methods::helium_release | ( | type(helium_solvent_p_type), dimension(:), pointer | helium_env | ) |
Releases helium_solvent_type.
| helium_env | ... |
Definition at line 855 of file helium_methods.F.
| subroutine, public helium_methods::helium_init | ( | type(helium_solvent_p_type), dimension(:), pointer | helium_env, |
| type(pint_env_type), intent(in) | pint_env | ||
| ) |
Initialize helium data structures.
| helium_env | ... |
| pint_env | ... |
Definition at line 1055 of file helium_methods.F.