@@ -66,16 +66,16 @@ def generate_structure_functions_2d( # noqa: C901, D417
66
66
The returned dictionary may contain the following keys, with some keys
67
67
removed if the structure function is not calculated:
68
68
69
- **SF_advection_velocity_x**: The advection velocity structure function
69
+ **SF_advection_velocity_x**: The advective velocity structure function
70
70
in the x direction.
71
71
72
- **SF_advection_velocity_y**: The advection velocity structure function
72
+ **SF_advection_velocity_y**: The advective velocity structure function
73
73
in the y direction.
74
74
75
- **SF_advection_scalar_x**: The scalar advective structure function
75
+ **SF_advection_scalar_x**: The advective scalar structure function
76
76
in the x direction.
77
77
78
- **SF_advection_scalar_y**: The scalar advective structure function
78
+ **SF_advection_scalar_y**: The advective scalar structure function
79
79
in the y direction.
80
80
81
81
**SF_LL_x**: The second-order longitudinal velocity structure function
@@ -102,23 +102,21 @@ def generate_structure_functions_2d( # noqa: C901, D417
102
102
**SF_LLL_y**: The third-order longitudinal velocity structure function
103
103
in the y direction.
104
104
105
- **SF_LTT_x**: The longitudinal-transverse velocity structure function
106
- in the x direction.
105
+ **SF_LTT_x**: The third-order longitudinal-transverse-transverse velocity
106
+ structure function in the x direction.
107
107
108
- **SF_LTT_y**: The longitudinal-transverse velocity structure function
109
- in the y direction.
108
+ **SF_LTT_y**: The third-order longitudinal-transverse-transverse velocity
109
+ structure function in the y direction.
110
110
111
- **SF_LSS_x**: The longitudinal-scalar structure function in the x
112
- direction.
111
+ **SF_LSS_x**: The third-order longitudinal-scalar-scalar structure function
112
+ in the x direction.
113
113
114
- **SF_LSS_y**: The longitudinal-scalar structure function in the y
115
- direction.
114
+ **SF_LSS_y**: The third-order longitudinal-scalar-scalar structure function
115
+ in the y direction.
116
116
117
- **x-diffs**: The separation distances in the x
118
- direction.
117
+ **x-diffs**: The separation distances in the x direction.
119
118
120
- **y-diffs**: The separation distances in the y
121
- direction.
119
+ **y-diffs**: The separation distances in the y direction.
122
120
123
121
"""
124
122
# Error handling
0 commit comments