|
MFC
Exascale flow solver
|
Contains module m_initial_condition. More...
Go to the source code of this file.
Modules | |
| module | m_initial_condition |
| Assembles initial conditions by layering prioritized patches via constructive solid geometry. | |
Functions/Subroutines | |
| impure subroutine | m_initial_condition::s_initialize_initial_condition_module |
| Computation of parameters, allocation procedures, and/or any other tasks needed to properly setup the module. | |
| impure subroutine | m_initial_condition::s_generate_initial_condition |
| This subroutine peruses the patches and depending on the type of geometry associated with a particular patch, it calls the related subroutine to setup the said geometry on the grid using the primitive variables included with the patch parameters. The subroutine is complete once the primitive variables are converted to conservative ones. | |
| impure subroutine | m_initial_condition::s_finalize_initial_condition_module |
| Deallocation procedures for the module. | |
Variables | |
| type(scalar_field), dimension(:), allocatable | m_initial_condition::q_prim_vf |
| primitive variables | |
| type(scalar_field), dimension(:), allocatable | m_initial_condition::q_cons_vf |
| conservative variables | |
| type(scalar_field) | m_initial_condition::q_t_sf |
| Temperature field. | |
| type(integer_field), dimension(:, :), allocatable | m_initial_condition::bc_type |
| bc_type fields | |
| integer, dimension(:, :, :), allocatable | m_initial_condition::patch_id_fp |
Contains module m_initial_condition.
Definition in file m_initial_condition.fpp.f90.