Skip to content

Commit b53cf8f

Browse files
Update generate_structure_functions_2d.py
Minor edits to variable descriptions
1 parent 727cc0c commit b53cf8f

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

src/fluidsf/generate_structure_functions_2d.py

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ def generate_structure_functions_2d( # noqa: C901, D417
6666
The returned dictionary may contain the following keys, with some keys
6767
removed if the structure function is not calculated:
6868
69-
**SF_advection_velocity_x**: The advection velocity structure function
69+
**SF_advection_velocity_x**: The advective velocity structure function
7070
in the x direction.
7171
72-
**SF_advection_velocity_y**: The advection velocity structure function
72+
**SF_advection_velocity_y**: The advective velocity structure function
7373
in the y direction.
7474
75-
**SF_advection_scalar_x**: The scalar advective structure function
75+
**SF_advection_scalar_x**: The advective scalar structure function
7676
in the x direction.
7777
78-
**SF_advection_scalar_y**: The scalar advective structure function
78+
**SF_advection_scalar_y**: The advective scalar structure function
7979
in the y direction.
8080
8181
**SF_LL_x**: The second-order longitudinal velocity structure function
@@ -102,23 +102,21 @@ def generate_structure_functions_2d( # noqa: C901, D417
102102
**SF_LLL_y**: The third-order longitudinal velocity structure function
103103
in the y direction.
104104
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.
107107
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.
110110
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.
113113
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.
116116
117-
**x-diffs**: The separation distances in the x
118-
direction.
117+
**x-diffs**: The separation distances in the x direction.
119118
120-
**y-diffs**: The separation distances in the y
121-
direction.
119+
**y-diffs**: The separation distances in the y direction.
122120
123121
"""
124122
# Error handling

0 commit comments

Comments
 (0)