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

Finite-difference state for post_process: density gradient magnitude for numerical Schlieren and centered FD coefficients in x-, y-, and z-directions. More...

Public Attributes

real(wp), dimension(:,:,:), allocatable gm_rho_sf
 Density gradient magnitude for numerical Schlieren.
real(wp), dimension(:,:), allocatable fd_coeff_x
 FD coefficients in the x-direction.
real(wp), dimension(:,:), allocatable fd_coeff_y
 FD coefficients in the y-direction.
real(wp), dimension(:,:), allocatable fd_coeff_z
 FD coefficients in the z-direction.

Detailed Description

Finite-difference state for post_process: density gradient magnitude for numerical Schlieren and centered FD coefficients in x-, y-, and z-directions.

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

Member Data Documentation

◆ fd_coeff_x

real(wp), dimension(:,:), allocatable m_derived_types::fd_context::fd_coeff_x

FD coefficients in the x-direction.

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

◆ fd_coeff_y

real(wp), dimension(:,:), allocatable m_derived_types::fd_context::fd_coeff_y

FD coefficients in the y-direction.

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

◆ fd_coeff_z

real(wp), dimension(:,:), allocatable m_derived_types::fd_context::fd_coeff_z

FD coefficients in the z-direction.

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

◆ gm_rho_sf

real(wp), dimension(:,:,:), allocatable m_derived_types::fd_context::gm_rho_sf

Density gradient magnitude for numerical Schlieren.

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


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