0.6.0
Loading...
Searching...
No Matches
variables_synthetic_eddy_method Module Reference

Synthetic Eddy Method variables definition. More...

Variables

integer sem_n_points
 Size of the set of points.
 
double precision, dimension(:), allocatable sem_comp_local_ponderation
 Ponderation parameter associated to the points (local surface for an inlet, local volume for an initialization)
 
double precision, dimension(:), allocatable sem_epsilon
 Dissipation \( \epsilon \).
 
double precision sem_eddy_box_volume
 Eddy box volume.
 
Computational box coordinates corners
double precision, dimension(3) sem_comp_box_corner1
 
double precision, dimension(3) sem_comp_box_corner2
 
Coordinates of the points
double precision, dimension(:), allocatable sem_comp_coord_x
 
double precision, dimension(:), allocatable sem_comp_coord_y
 
double precision, dimension(:), allocatable sem_comp_coord_z
 
Mean time velocity
double precision, dimension(:), allocatable sem_velocity_time_averaged_u
 
double precision, dimension(:), allocatable sem_velocity_time_averaged_v
 
double precision, dimension(:), allocatable sem_velocity_time_averaged_w
 
Spatial mean velocity
double precision sem_spatial_mean_velocity_u
 
double precision sem_spatial_mean_velocity_v
 
double precision sem_spatial_mean_velocity_w
 
Reynolds stress
double precision, dimension(:), allocatable sem_uu
 
double precision, dimension(:), allocatable sem_vv
 
double precision, dimension(:), allocatable sem_ww
 
double precision, dimension(:), allocatable sem_uv
 
double precision, dimension(:), allocatable sem_uw
 
double precision, dimension(:), allocatable sem_vw
 
Eddy length
double precision sem_comp_eddy_size_x
 
double precision sem_comp_eddy_size_y
 
double precision sem_comp_eddy_size_z
 
double precision, dimension(:,:), allocatable sem_comp_eddy_size
 
Target (final) velocity
double precision, dimension(:), allocatable sem_velocity_u
 
double precision, dimension(:), allocatable sem_velocity_v
 
double precision, dimension(:), allocatable sem_velocity_w
 
Eddy description

Number of eddies

integer sem_n_eddies
 
Eddy box coordinates
double precision, dimension(3) sem_eddy_box_corner1
 
double precision, dimension(3) sem_eddy_box_corner2
 
Eddy positions
double precision, dimension(:), allocatable sem_eddy_coord_x
 
double precision, dimension(:), allocatable sem_eddy_coord_y
 
double precision, dimension(:), allocatable sem_eddy_coord_z
 
Eddy intensities
double precision, dimension(:), allocatable sem_eddy_intensity_x
 
double precision, dimension(:), allocatable sem_eddy_intensity_y
 
double precision, dimension(:), allocatable sem_eddy_intensity_z
 

Detailed Description

Synthetic Eddy Method variables definition.

Variable Documentation

◆ sem_comp_box_corner1

double precision, dimension(3) variables_synthetic_eddy_method::sem_comp_box_corner1

◆ sem_comp_box_corner2

double precision, dimension(3) variables_synthetic_eddy_method::sem_comp_box_corner2

◆ sem_comp_coord_x

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_comp_coord_x

◆ sem_comp_coord_y

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_comp_coord_y

◆ sem_comp_coord_z

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_comp_coord_z

◆ sem_comp_eddy_size

double precision, dimension(:,:), allocatable variables_synthetic_eddy_method::sem_comp_eddy_size

◆ sem_comp_eddy_size_x

double precision variables_synthetic_eddy_method::sem_comp_eddy_size_x

◆ sem_comp_eddy_size_y

double precision variables_synthetic_eddy_method::sem_comp_eddy_size_y

◆ sem_comp_eddy_size_z

double precision variables_synthetic_eddy_method::sem_comp_eddy_size_z

◆ sem_comp_local_ponderation

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_comp_local_ponderation

Ponderation parameter associated to the points (local surface for an inlet, local volume for an initialization)

◆ sem_eddy_box_corner1

double precision, dimension(3) variables_synthetic_eddy_method::sem_eddy_box_corner1

◆ sem_eddy_box_corner2

double precision, dimension(3) variables_synthetic_eddy_method::sem_eddy_box_corner2

◆ sem_eddy_box_volume

double precision variables_synthetic_eddy_method::sem_eddy_box_volume

Eddy box volume.

◆ sem_eddy_coord_x

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_eddy_coord_x

◆ sem_eddy_coord_y

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_eddy_coord_y

◆ sem_eddy_coord_z

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_eddy_coord_z

◆ sem_eddy_intensity_x

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_eddy_intensity_x

◆ sem_eddy_intensity_y

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_eddy_intensity_y

◆ sem_eddy_intensity_z

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_eddy_intensity_z

◆ sem_epsilon

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_epsilon

Dissipation \( \epsilon \).

◆ sem_n_eddies

integer variables_synthetic_eddy_method::sem_n_eddies

◆ sem_n_points

integer variables_synthetic_eddy_method::sem_n_points

Size of the set of points.

◆ sem_spatial_mean_velocity_u

double precision variables_synthetic_eddy_method::sem_spatial_mean_velocity_u

◆ sem_spatial_mean_velocity_v

double precision variables_synthetic_eddy_method::sem_spatial_mean_velocity_v

◆ sem_spatial_mean_velocity_w

double precision variables_synthetic_eddy_method::sem_spatial_mean_velocity_w

◆ sem_uu

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_uu

◆ sem_uv

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_uv

◆ sem_uw

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_uw

◆ sem_velocity_time_averaged_u

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_velocity_time_averaged_u

◆ sem_velocity_time_averaged_v

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_velocity_time_averaged_v

◆ sem_velocity_time_averaged_w

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_velocity_time_averaged_w

◆ sem_velocity_u

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_velocity_u

◆ sem_velocity_v

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_velocity_v

◆ sem_velocity_w

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_velocity_w

◆ sem_vv

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_vv

◆ sem_vw

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_vw

◆ sem_ww

double precision, dimension(:), allocatable variables_synthetic_eddy_method::sem_ww