MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_derived_types::source_spatial_type Type Reference

Acoustic source source_spatial pre-calculated values. More...

Public Attributes

integer, dimension(:,:), pointer coord => null()
 List of grid points indices with non-zero source_spatial values.
real(wp), dimension(:), pointer val => null()
 List of non-zero source_spatial values.
real(wp), dimension(:), pointer angle => null()
 List of angles with x-axis for mom source term vector.
real(wp), dimension(:,:), pointer xyz_to_r_ratios => null()
 List of [xyz]/r for mom source term vector.

Detailed Description

Acoustic source source_spatial pre-calculated values.

Definition at line 698 of file m_derived_types.fpp.f90.

Member Data Documentation

◆ angle

real(wp), dimension(:), pointer m_derived_types::source_spatial_type::angle => null()

List of angles with x-axis for mom source term vector.

Definition at line 701 of file m_derived_types.fpp.f90.

◆ coord

integer, dimension(:,:), pointer m_derived_types::source_spatial_type::coord => null()

List of grid points indices with non-zero source_spatial values.

Definition at line 699 of file m_derived_types.fpp.f90.

◆ val

real(wp), dimension(:), pointer m_derived_types::source_spatial_type::val => null()

List of non-zero source_spatial values.

Definition at line 700 of file m_derived_types.fpp.f90.

◆ xyz_to_r_ratios

real(wp), dimension(:,:), pointer m_derived_types::source_spatial_type::xyz_to_r_ratios => null()

List of [xyz]/r for mom source term vector.

Definition at line 702 of file m_derived_types.fpp.f90.


The documentation for this type was generated from the following file: