![]() |
MFC:Post_process
v1.0
|
This module features the definitions of all the custom-defined derived types that are utilized throughout the post_process code. More...
Data Types | |
type | bounds_info |
Derived type attaching information about the beginning and the end bounds as attributes (beg - beginning) More... | |
type | bub_bounds_info |
Variables for bubble dynamic variables. More... | |
type | field_position |
Derived type adding the field position (fp) as an attribute. More... | |
type | mpi_io_var |
MPI pass-throughs. More... | |
type | physical_parameters |
Derived type annexing the physical parameters (PP) of fluids. More... | |
type | scalar_field |
Derived type annexing a scalar field (SF) More... | |
Variables | |
integer, parameter | num_fluids_max = 10 |
Maximum number of fluids allowed. More... | |
This module features the definitions of all the custom-defined derived types that are utilized throughout the post_process code.
integer, parameter m_derived_types::num_fluids_max = 10 |
Maximum number of fluids allowed.
Definition at line 41 of file m_derived_types.f90.