Skip to content

Commit 21d0594

Browse files
Spelling
1 parent f1b6fb7 commit 21d0594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/2D_tumbling_rectangle/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"patch_ib(1)%angles(1)": 0.0, # x-axis rotation in radians
9494
"patch_ib(1)%angles(2)": 0.0, # y-axis rotation
9595
"patch_ib(1)%angles(3)": 0.78539816339, # z-axis rotation
96-
"patch_ib(1)%angular_vel(1)": 0.0, # x-axis rotational velcoity in radians per second
96+
"patch_ib(1)%angular_vel(1)": 0.0, # x-axis rotational velocity in radians per second
9797
"patch_ib(1)%angular_vel(2)": 0.0, # y-axis rotation
9898
"patch_ib(1)%angular_vel(3)": 100.0, # z-axis rotation
9999
# Fluids Physical Parameters

examples/3D_rotating_sphere/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"patch_ib(1)%angles(1)": 0.0, # x-axis rotation in radians
9999
"patch_ib(1)%angles(2)": 0.0, # y-axis rotation
100100
"patch_ib(1)%angles(3)": 0.0, # z-axis rotation
101-
"patch_ib(1)%angular_vel(1)": 0.0, # x-axis rotational velcoity in radians per second
101+
"patch_ib(1)%angular_vel(1)": 0.0, # x-axis rotational velocity in radians per second
102102
"patch_ib(1)%angular_vel(2)": 0.0, # y-axis rotation
103103
"patch_ib(1)%angular_vel(3)": 100.0, # z-axis rotation
104104
# Fluids Physical Parameters

0 commit comments

Comments
 (0)