MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling

File input and output. More...

Go to the source code of this file.

Functions/Subroutines

subroutine, public in_out::read_inputs
 Sets input values from the input file. More...
 
subroutine, public in_out::save_int_header
 Creates headers for outputs.
 
subroutine, public in_out::save_int_step (y, t)
 Saves results at current time. More...
 
subroutine, public in_out::save_int_close
 Closes files.
 
subroutine, public in_out::load_bubble_growth (matrix)
 Loads evolution of bubble growth and polymer viscosity. More...
 

Detailed Description

File input and output.

Author
Pavel Ferkl

All file input and output should be handled through this module.

Definition in file in_out.f90.

Function/Subroutine Documentation

◆ load_bubble_growth()

subroutine, public in_out::load_bubble_growth ( real(dp), dimension(:,:), intent(inout), allocatable  matrix)

Loads evolution of bubble growth and polymer viscosity.

Parameters
[in,out]matrixresults of bubble growth simulation

Definition at line 119 of file in_out.f90.

◆ read_inputs()

◆ save_int_step()

subroutine, public in_out::save_int_step ( real(dp), dimension(:), intent(in)  y,
real(dp), intent(in)  t 
)

Saves results at current time.

Parameters
[in]ttime
[in]yintegrated variables

Definition at line 89 of file in_out.f90.

References globals::dr.