MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_initial_condition Module Reference

Assembles initial conditions by layering prioritized patches via constructive solid geometry. More...

Functions/Subroutines

impure subroutine s_initialize_initial_condition_module
 Computation of parameters, allocation procedures, and/or any other tasks needed to properly setup the module.
impure subroutine s_generate_initial_condition
 Iterate over patches and, depending on the geometry type, call 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 s_finalize_initial_condition_module
 Deallocation procedures for the module.

Variables

type(ic_contextic
 Initial-condition state (fields, bc types, patch ids).

Detailed Description

Assembles initial conditions by layering prioritized patches via constructive solid geometry.

Function/Subroutine Documentation

◆ s_finalize_initial_condition_module()

impure subroutine m_initial_condition::s_finalize_initial_condition_module

Deallocation procedures for the module.

Definition at line 148 of file m_initial_condition.fpp.f90.

Here is the caller graph for this function:

◆ s_generate_initial_condition()

impure subroutine m_initial_condition::s_generate_initial_condition

Iterate over patches and, depending on the geometry type, call 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.

Definition at line 113 of file m_initial_condition.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_initialize_initial_condition_module()

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.

Definition at line 27 of file m_initial_condition.fpp.f90.

Here is the caller graph for this function:

Variable Documentation

◆ ic

type(ic_context) m_initial_condition::ic

Initial-condition state (fields, bc types, patch ids).

Definition at line 22 of file m_initial_condition.fpp.f90.